|
Post by syntaxerror on Jan 29, 2004 19:53:50 GMT
Hi there Wiebo, You may remember these suggestions/improvements for GUIde I emailed to you some time ago. I thought I would share them here as well: a) Have an option to copy the "guideexportinclude.bp" include to the same folder where the exported code goes. That will save having to manually copy it into the folder. <br>b) Change the 'Main Loop' to something more system friendly for keyboard inputs. I have problems with KeyHit() under BlitzPlus. I always use event $103 along with EventData() to find the keypress. Also, include $803 to handle the closing of the window. Example 'MAIN LOOP' <br>**************** Repeat id=WaitEvent() Select id Case $103 ; key stoke If EventData()=27 Exit ; ESC Case $401; interacted with gadget DoGadgetAction EventSource() Case $803 : Exit End Select Forever <br>End **************** Thanks again. Oh, and I might as well put a direct link to the GUIde download site: members.home.nl/wdw/guide
|
|
|
Post by Beaker on Jan 30, 2004 11:15:43 GMT
I'd like to remind you about spinners and auto-panel/canvas-scrollers. And any other helper/user gadgets/controls i've forgotten.
|
|
|
Post by Wiebo on Mar 11, 2004 19:02:05 GMT
Hi,
I have added the changes syntaxerror suggested. Spinner gadgets are in the works, amongst other things. If there is something you would like to see added, don't hesitate to post it here, or in another thread!
|
|
|
Post by Wiebo on Mar 18, 2004 9:29:26 GMT
I would like to add export to other gui systems as well. Is there a GUI lib you would like to see added??
|
|
|
Post by Beaker on Mar 18, 2004 12:15:34 GMT
If Fredborg ever releases his GUI (as used on giles) I would love to see that one supported.
Might be worth mentioning it to him.
|
|
|
Post by Wiebo on Mar 18, 2004 13:15:46 GMT
Do you think he made all that without having an editor? If yes, that's quite an achievement. I will ask him. Anyway, I think the other GUI system added indeed should be one which can be used with Blitz3d... This will open up possibilities to create more complicated 3d utilities.
|
|
|
Post by Wiebo on Mar 18, 2004 13:21:25 GMT
Ok, for starters: it looks like F-UI will be added to GUIde. The writer of that GUI system likes the idea!
|
|
|
Post by mjhszxy on Jul 28, 2008 1:31:28 GMT
|
|