Page 1 of 2
PureBasic Visual Designer 3.80 build 1284 released
Posted: Sun Nov 02, 2003 10:12 am
by Berikco
Posted: Sun Nov 02, 2003 12:35 pm
by freak
Under construction by Lazy Berikco....
LOL
btw:
I don't quite like the new naming of the constants (like '#Button_1' and such)
Is there any hope to get this optional? I'd like to be able to choose between
this and the old naming of '#Gadget_1' .
Timo
Posted: Sun Nov 02, 2003 1:22 pm
by Num3
freak wrote: Is there any hope to get this optional? I'd like to be able to choose between this and the old naming of '#Gadget_1' .
Just go to preferences -> Project defaults... There you can edit the labels!
Posted: Sun Nov 02, 2003 1:51 pm
by freak
Geee, didn't see that :roll:
Timo
Posted: Sun Nov 02, 2003 2:09 pm
by Berikco
freak wrote:Geee, didn't see that :roll:
Timo
Hehe, it's 'Lazy Freak'

Re: PureBasic Visual Designer 3.80 build 1284 released
Posted: Mon Nov 03, 2003 5:42 am
by NoahPhense
I'm sure you hear it all the time.. but anyways, your designer kicks ass.
- john
Posted: Mon Nov 03, 2003 9:59 am
by helpy
Hi Berikco,
Thank you for the Visual Designer. Goot Work and very helpful.
I have one suggestions:
Could you put all Commands to initialize the GUI in a procedure (ie. InitGUI()). Now the loading of fonts an images is called outside of procedures. And so it is not possible to use the generated source in DLLs.
I changed the generated source like this:
Code: Select all
;- Font Globals
Global FontID1
Global FontID2
;- Image Globals
Global Image0
Procedure InitGUI()
FontID1 = LoadFont(1, "Tahoma", 18, #PB_Font_Bold)
FontID2 = LoadFont(2, "Tahoma", 9)
;- Image Plugins
UsePNGImageDecoder()
;- Catch Images
Image0 = CatchImage(0, ?Image0)
EndProcedure
And a second wish: Would it be possible that you extend the "Open_Window_xxx" functions with an parameter for a parent window?
cu, helpy
Re: PureBasic Visual Designer 3.80 build 1284 released
Posted: Mon Nov 03, 2003 7:46 pm
by Berikco
NoahPhense wrote:
I'm sure you hear it all the time.. but anyways, your designer kicks ass.
- john
Thanks, this get's me out of my lazy seat to code a couple of hours

Re: PureBasic Visual Designer 3.80 build 1284 released
Posted: Mon Nov 03, 2003 8:06 pm
by Num3
Berikco wrote:
Thanks, this get's me out of my lazy seat to code a couple of hours

RE-RE-EDIT :
*caugh* BULL *caugh*
Posted: Mon Nov 03, 2003 8:24 pm
by freak
Damn!
Sorry Num3
Wanted to click 'quote' and hit 'edit'
Well, that's the live of a moderator i guess...
What did you want to say again? ...
Timo
Posted: Mon Nov 03, 2003 8:31 pm
by Berikco
freak wrote:Damn!
Sorry Num3
Wanted to click 'quote' and hit 'edit'
Well, that's the live of a moderator i guess...
What did you want to say again? ...
Timo

Posted: Mon Nov 03, 2003 9:17 pm
by Num3
freak wrote:
Well, that's the live of a moderator i guess...
Timo
Well not for long

Posted: Mon Nov 03, 2003 9:45 pm
by freak
Num3 wrote:Well not for long

Hey, this was the first time this happened...
Besides, i remember Fred having this trouble once back in the old forum, and what is he
now? ... Administrator. See, i can only move up in the world
Timo
btw: did you notice something?
... right button this time

Posted: Mon Nov 03, 2003 10:21 pm
by Fred
My previous troubles doesn't have any link with your current problems

Posted: Mon Nov 03, 2003 10:40 pm
by Berikco