PureFORM 1.99 (yet another FORM designer)

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

Moderator: gnozal

somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

PureFORM bug with inverted mouse buttons

Post by somic »

Hi Nick,
congratulations and thank you for the PureFORM tool.

I'm just starting to use it and I've noticed that it is not possible to add gadgets if the mouse has inverted buttons (I'm left mouse handed).

Am I doing something wrong?
The Alternate Button (mine is the left one) works properly, showing the PopUp Menu, while the Main Button (mine is the right one) doesn't allow to draw the gadget on the form.

I've seen that with the standard mouse button configuration everithing works fine.

Can you kindly make a check?

Many thanks in advance,

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

Post by gnozal »

Update (build 332)

Changes :
- Fixed issue with inverted mouse buttons
- Code Infusion now supports ContainerGadget toolbar events
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: PureFORM bug with inverted mouse buttons

Post by gnozal »

somic wrote:I'm just starting to use it and I've noticed that it is not possible to add gadgets if the mouse has inverted buttons (I'm left mouse handed).
Should be fixed in new release.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Cruster
User
User
Posts: 96
Joined: Fri Jan 23, 2004 12:05 am

Post by Cruster »

gnozal wrote:Update (build 332)

Changes :
- Fixed issue with inverted mouse buttons
- Code Infusion now supports ContainerGadget toolbar events
Gnozal, this is such a useful tool :D many thanks for writing it and also keeping it so up to date.
somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

Re: PureFORM bug with inverted mouse buttons

Post by somic »

Should be fixed in new release
Can you tell us when (approx.)?

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

Re: PureFORM bug with inverted mouse buttons

Post by gnozal »

somic wrote:
Should be fixed in new release
Can you tell us when (approx.)?
Now !
See http://www.purebasic.fr/english/viewtop ... start=1000
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Re: PureFORM bug with inverted mouse buttons

Post by Fangbeast »

Now !

LOL! Gnozal, the human coding machine :D
somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

Re: PureFORM bug with inverted mouse buttons

Post by somic »

Many thanks,
I will test asap.

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

Post by gnozal »

Update (build 336)

Changes :
- fixed a code infusion explorer issue
- projects should load faster
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Molchyn
User
User
Posts: 42
Joined: Thu Jan 29, 2004 12:54 am

Post by Molchyn »

Hi gnozal
ImageButton have a 2nd Image for pressed-state
#PB_Button_PressedImage: Set the image displayed when the button is pressed.
Can you implement it?
example here http://www.purebasic.fr/english/viewtop ... 579#245579
BR
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update (build 338)

Changes :

- ButtonImageGadget : added support for 2nd image (pressed state image [PB4.20+ only]).
Note : the 2nd image is supported in the generated code but is not shown in the form. Use 'Compile/Run' for preview.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Bisonte
Addict
Addict
Posts: 1305
Joined: Tue Oct 09, 2007 2:15 am

Post by Bisonte »

Hi. This tool is very good. But If I download a "new" update , i install it, and if i start the tool, there's a new Update ;) very great, but... can u make an automatic Update possible ?

__________
sorry about my english ;)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Bisonte wrote:Hi. This tool is very good. But If I download a "new" update , i install it, and if i start the tool, there's a new Update ;) very great, but... can u make an automatic Update possible ?
At the moment, automatic downloads are only available through my tools updater.
But maybe one day ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Bisonte
Addict
Addict
Posts: 1305
Joined: Tue Oct 09, 2007 2:15 am

Post by Bisonte »

Ah ok i've forgotten your lib updater ;)

But its a tool not a lib ;) Ok thanks for info
ozzie
Enthusiast
Enthusiast
Posts: 443
Joined: Sun Apr 06, 2008 12:54 pm
Location: Brisbane, Qld, Australia
Contact:

Post by ozzie »

I'm trying to get my first form designed using PureFORM and I'm getting a compliation error. The form is quite simple with two image gadgets and a few text gadgets - it's just a splash screen for my application.

In PureFORM's Code View I click on 'Complete Code' and then click on 'Copy to Clipboard'. I then switch to jaPBe and open a new tab and paste the code. When I click the Compile icon in jaPBe, a new tab is opened for CustomButton.pbi and the complier throws an error on line 70 with a message about structure already declared: TrackMouseEvent.

What am I doing wrong?

Mike
Post Reply