PureBasic Visual Designer 3.80 build 1284 released

Developed or developing a new product in PureBasic? Tell the world about it.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

PureBasic Visual Designer 3.80 build 1284 released

Post by Berikco »

Get it @ http://www.purebasic.be

have fun :)
Last edited by Berikco on Sun Nov 09, 2003 9:41 pm, edited 1 time in total.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Under construction by Lazy Berikco....
LOL :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
quidquid Latine dictum sit altum videtur
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post 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!
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Geee, didn't see that :roll:

Timo
quidquid Latine dictum sit altum videtur
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

freak wrote:Geee, didn't see that :roll:

Timo
Hehe, it's 'Lazy Freak' :mrgreen:
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Re: PureBasic Visual Designer 3.80 build 1284 released

Post by NoahPhense »

Berikco wrote:Get it @ http://www.purebasic.be

have fun :)
I'm sure you hear it all the time.. but anyways, your designer kicks ass.

- john
User avatar
helpy
Enthusiast
Enthusiast
Posts: 552
Joined: Sat Jun 28, 2003 12:01 am

Post 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
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Re: PureBasic Visual Designer 3.80 build 1284 released

Post by Berikco »

NoahPhense wrote:
Berikco wrote:Get it @ http://www.purebasic.be

have fun :)
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 :wink:
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: PureBasic Visual Designer 3.80 build 1284 released

Post by Num3 »

Berikco wrote: Thanks, this get's me out of my lazy seat to code a couple of hours :wink:
RE-RE-EDIT : Image

*caugh* BULL *caugh*
Last edited by Num3 on Mon Nov 03, 2003 9:13 pm, edited 2 times in total.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Damn!

Sorry Num3
Wanted to click 'quote' and hit 'edit' :oops:
Well, that's the live of a moderator i guess...

What did you want to say again? ...

Timo
quidquid Latine dictum sit altum videtur
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

freak wrote:Damn!

Sorry Num3
Wanted to click 'quote' and hit 'edit' :oops:
Well, that's the live of a moderator i guess...

What did you want to say again? ...

Timo
Image
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

freak wrote: Well, that's the live of a moderator i guess...
Timo
Well not for long :mrgreen:
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Num3 wrote:Well not for long :mrgreen:
Hey, this was the first time this happened... :twisted:
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 8)

Timo

btw: did you notice something?
... right button this time :D
quidquid Latine dictum sit altum videtur
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

My previous troubles doesn't have any link with your current problems :twisted:
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Fred wrote:My previous troubles doesn't have any link with your current problems :twisted:
Image

Image

YEAHH c'mon hit him Fred :mrgreen:
Last edited by Berikco on Tue Nov 04, 2003 10:58 am, edited 2 times in total.
Post Reply