PureFORM 1.99 (yet another FORM designer)

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

Moderator: gnozal

gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: mouse group selection / move by arrow keys

Post by gnozal »

michel wrote:Hello Gnozal,
When I select several gadgets with the mouse I'm not able to make a fine movement positioning with the arrow keys.
The keys are only available for single gadgets.
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:

Re: Program init problem

Post by gnozal »

michel wrote:In Build 181 code which is inserted via the program init option in the code infusion editor, does not appear in jaPBe (but it exists in the "complete code view") :?:
Sorry, I don't understand what you mean : 'in jaPBe'.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

Post by michel »

Hello Gnozal,

The "update code in source" option does not insert the init block in the jaPBe-editor

michel
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

michel wrote:The "update code in source" option does not insert the init block in the jaPBe-editor
Sounds like a bug. I will have a look.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Crash!!!

I was manually adjusting the column width of the Listicon gadget in the properties page... At the 3rd adjust of the same column it crashed!


Form Code here
crash20070520-113218precalc2.pbf - 0.00MB
iNX
User
User
Posts: 27
Joined: Wed Jan 24, 2007 12:15 pm

Post by iNX »

Yesterday I tried the PureForm create menu function. Nice one, and it could be even better with support for PopUp menus. For a quick implementation it would be sufficient to replace CreateMenu with CreatePopUpMenu and remove (or give the option to) the MenuTitle command, because PopUp menus usually don't need a title.
I almost feel embarassed :oops: for always asking new features, but you know, asking is for free, and at the speed gnozal is adding new features, there will be nothing left to ask very soon ;)
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Hey gnozal,
Just a wish!
Do you know the menu creation in the Visualstudio?

Image
You could try to implement this feature in PureFORM.

PS: wow, this is my 100st post :shock:
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 »

Num3 wrote:Crash!!!
I was manually adjusting the column width of the Listicon gadget in the properties page... At the 3rd adjust of the same column it crashed!
Unfortunately I can't reproduce the problem with your form.
The error message (with error line) would help.
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 »

milan1612 wrote:Hey gnozal,
Just a wish!
Do you know the menu creation in the Visualstudio?
You could try to implement this feature in PureFORM.
There is already a menu builder in PureFORM. What's wrong with it ?
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 »

michel wrote:The "update code in source" option does not insert the init block in the jaPBe-editor
Should be fixed in build 182.
I am currently working on jaPBe for PB4.10, so not much time for PureFORM right now ...
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 »

gnozal wrote:There is already a menu builder in PureFORM. What's wrong with it ?
I know, but it's quite uncomfortable. Delphi, C++ Builder and Visual Studio
use this kind of menu builder, not without reasons...
But as I said it's just a wish...
Windows 7 & PureBasic 4.4
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

hi gnozal

i have found a prob in PureFORM.
In my project i have add a Frame3D Gadget and pureFORM givse this gadget automaticly the Enum: "#Frame3D_-372" but this is not good. The -372 is for PB a prob and you cant compile codes with a Enum like this!


regards,
Nico
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

nicolaus wrote:i have found a prob in PureFORM.
In my project i have add a Frame3D Gadget and pureFORM givse this gadget automaticly the Enum: "#Frame3D_-372" but this is not good. The -372 is for PB a prob and you cant compile codes with a Enum like this!
Sounds like a bug. Could you post a way to reproduce it ? Did it happen just after loading an existing form ?

[EDIT]I have added an extra check in build 183, but I don't know if it will work as I can't reproduce the problem ...
Last edited by gnozal on Sun May 20, 2007 5:35 pm, edited 1 time in total.
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 »

milan1612 wrote:Delphi, C++ Builder and Visual Studio ...
I am not playing in the same league :wink:
Besides, I never used one of these, I am only an amateur.
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 »

gnozal wrote:I am only an amateur.
Look at PureFORM and say this again :roll:
Windows 7 & PureBasic 4.4
Post Reply