Hi All...
I just wanted to gather some input from you all here in the Blitz community of which Gui is totally complete for use with Blitz3D and still be freeware? Also mention too the one's that are also shareware as well.. The thing is this guys... Im' having control problems with the windows in the following Gui's I've been testing out!
BlitzUI
BCF 2
And Im' getting ready to try out another one to see if it might handle what Im' currently in need of! The problem Im' having is I have a main window for my level editor and all... And when I click an option to open up another window, I want to be able to shut off all interactivity to the main window while the control has been transfered to the currently opened window! I've been having trouble with BlitzUI & BCF 2 in these area's! I was told that this command below will disable a window in BlitzUI:
Well... I tried that just as one of the developers said to do. But all it does is freeze up the newly opened window that I want to use instead of freezing up the main window underneath?!? If it wasn't for that... I would have not doubt about BlitzUI at all and it's abilities! I also think that BCF 2 is another fine Gui, But I can't find any commands or anything in their supplied documentation that also describs how to be able to disable one of their windows as well?!? Does anybody out there in the Blitz community have an answer for these tough questions of mine?
I've seen these gui's used in many of app's, And I know that someone surely has figured it out, or they wouldn't of developed what they have! Please guys... Any help on these Gui's would be very, very much appreciated as this has put a dead halt on my current project up till' now! Many thank's in advance...
I just wanted to gather some input from you all here in the Blitz community of which Gui is totally complete for use with Blitz3D and still be freeware? Also mention too the one's that are also shareware as well.. The thing is this guys... Im' having control problems with the windows in the following Gui's I've been testing out!
BlitzUI
BCF 2
And Im' getting ready to try out another one to see if it might handle what Im' currently in need of! The problem Im' having is I have a main window for my level editor and all... And when I click an option to open up another window, I want to be able to shut off all interactivity to the main window while the control has been transfered to the currently opened window! I've been having trouble with BlitzUI & BCF 2 in these area's! I was told that this command below will disable a window in BlitzUI:
SendMessage( Window_Handle, "WM_MODAL", True )
Well... I tried that just as one of the developers said to do. But all it does is freeze up the newly opened window that I want to use instead of freezing up the main window underneath?!? If it wasn't for that... I would have not doubt about BlitzUI at all and it's abilities! I also think that BCF 2 is another fine Gui, But I can't find any commands or anything in their supplied documentation that also describs how to be able to disable one of their windows as well?!? Does anybody out there in the Blitz community have an answer for these tough questions of mine?
I've seen these gui's used in many of app's, And I know that someone surely has figured it out, or they wouldn't of developed what they have! Please guys... Any help on these Gui's would be very, very much appreciated as this has put a dead halt on my current project up till' now! Many thank's in advance...