PureFORM 1.99 (yet another FORM designer)

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

gnozal wrote:Update
Thanks! My last two projects were done with PureFORM and it performed well.
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

gnozal wrote: - new option [Preferences -> Code [2]] : don't add any comments to generated code
Thank you :D
Windows 7 & PureBasic 4.4
raska
User
User
Posts: 13
Joined: Wed Sep 13, 2006 11:27 am

PBForm got frozen

Post by raska »

Hello:

I just downloaded your PureBasic Form Editor and after to execute it, it just got frozen.

When run, it shows a window telling that there is no preferences, I just click OK and then all got opened, but ...

- The only Windows able to do something are the Gadget Group Window, that only permit create groups and the Window_0 window, that only permit move it all around.

- The rest of Windows when you click on them, simply does anything and nothing inside them can be selected, moved, clicked or whatever. Also, no one of these windows can be moved to another place.

- To quit the PForm editor, the only way I have is go to the Task Manager and eliminate the process there. :(

I would like to know if I am doing something bad, or is just my computer, XP or something.

Thanks and keep the good work.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PBForm got frozen

Post by gnozal »

raska wrote:Hello:
I just downloaded your PureBasic Form Editor and after to execute it, it just got frozen....
I sounds like something in your computer is simulating key presses ...!?
The Gadget Group Window only opens if you select it in the main menu or if you press F9. And as this window is modal, you can't do anything with the others windows until you exit the Gadget Group Window with the close button.
A user had a similar issue with an antivirus software.
Try do disable some of your other running software to see if it helps.
Sorry I can't help more.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
raska
User
User
Posts: 13
Joined: Wed Sep 13, 2006 11:27 am

LOL

Post by raska »

You were right

F9 was the culprit. Some coffee was there. :D

That things happens when you are a cofffee addict. :D:D

Many thanks for your help.
Now I will begin to enjoy it :)

Regards!!
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Hi gnozal,
could you please allow PureFORM to save a project without a Gadget?
I sometimes build a form with just a menu and a toolbar on it, and then I have
to create a dummy button just to save it :roll:
Thanks :D
Windows 7 & PureBasic 4.4
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

milan1612 wrote:could you please allow PureFORM to save a project without a Gadget?
Done (download updated).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

>Done (download updated).
Thank you gnozal...
(You should probably open a new thread for PF, this one gets a bit "overloaded" :lol: )
Windows 7 & PureBasic 4.4
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

Hi Big G

Will you be adding support for the 4.1 drag and drop library anytime soon ?

:D

Edit: and I know I asked before... but I cannot remember if there was an answer.... and I can't find it..... I must be getting OLD :D

anyway.... what was I talking about ?!

Oh, yes, any chance of supporting EasyVENT ?! :)
Paid up PB User !
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

dontmailme wrote:Will you be adding support for the 4.1 drag and drop library anytime soon ?
You mean the new events in the generated code?
Or something else ...?
Note that PureFORM source code is still PB3.94 !
dontmailme wrote:Oh, yes, any chance of supporting EasyVENT ?! :)
Hmm, I don't use it myself, and I find it difficult to generate code for a library / include I am not familiar with.
But maybe sometime ...

So much to do, and so little (spare) time :wink:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

hi gnozal
i try to use the multilanguage support in pureForm but when i select "Procedure" Option, PureForm can't generate LanguageItem procedure in the source code.
and LanguageItem is not PB function/macro or array message error appear
PS: Whith "array" no problem
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

gnozal wrote:You mean the new events in the generated code?
Or something else ...?
Note that PureFORM source code is still PB3.94 !
Ahhh, I forgot that :(

Yes, I'd like the drag and drop functionality in PureFORM, but I guess we'll have to wait for you to move the source to PB4!
gnozal wrote:Hmm, I don't use it myself, and I find it difficult to generate code for a library / include I am not familiar with.
But maybe sometime ...

So much to do, and so little (spare) time :wink:
It's just a 'very nice event system' TM ;) and makes life a lot easier for simple people like me :D
Paid up PB User !
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 670
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Post by Kurzer »

Micko wrote:...i try to use the multilanguage support in pureForm but when i select "Procedure" Option, PureForm can't generate LanguageItem procedure in the source code.
and LanguageItem is not PB function/macro or array message error appear
PS: Whith "array" no problem
Hello Micko,

Gnozal built in the procedure-methode of the multilanguage support on my request (thank's again, Gnozal). He did this very quick, so there is no functionallity yet which generates a associated language procedure. You have to write such a procedure yourself. Maybe you have a look into the thread in the german forum (the important parts are written in english)
click me and see the last two post in the thread

@Gnozal: The last few days I had not much time for my project (we had a water damage in our house and my father suffered a stroklet - it was a badly week :-( ), but when I finished creating a fast procedure for the new multilanguage support you will get the source.
I will try to use "FindString", "StringField" and an Array to replace the slowly loop in my first suggestion (see german board)

[Edit] One further suggestion for PureFORM: What do you think about a "[x] Do not generate eventloop code for this gadget"-option in the gadget properties window? Sometimes I have gadgets in my app, which are only intended for displaying values. No event interpretation is necessary. This option would make the eventloop more compact and may save some bytes in the resulting exe.

[Edit #2] I don't know if I remember correct, but was there an option "Do not generate event loop-code" in previous versions of PureFORM? I miss such a function yet.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

kurzer wrote:One further suggestion for PureFORM: What do you think about a "[x] Do not generate eventloop code for this gadget"-option in the gadget properties window? Sometimes I have gadgets in my app, which are only intended for displaying values. No event interpretation is necessary. This option would make the eventloop more compact and may save some bytes in the resulting exe.
Good idea, on the todo list.
kurzer wrote:I don't know if I remember correct, but was there an option "Do not generate event loop-code" in previous versions of PureFORM? I miss such a function yet.
There never was, but it's easy to add. On the todo list.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Micko wrote:i try to use the multilanguage support in pureForm but when i select "Procedure" Option, PureForm can't generate LanguageItem procedure in the source code.
and LanguageItem is not PB function/macro or array message error appear
Yes, with the procedure option, you have to create your own function.
Note that PureFORM generates a 'dummy' function if you press the CodeView 'Complete code' button. This dummy procedure is only for form testing purpose (F6/F7 functions) ; it is not exported by the 'Save as code' function.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply