PureFORM 1.99 (yet another FORM designer)
Moderator: gnozal
PureFORM bug with inverted mouse buttons
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
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
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update (build 332)
Changes :
- Fixed issue with inverted mouse buttons
- Code Infusion now supports ContainerGadget toolbar events
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).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM bug with inverted mouse buttons
Should be fixed in new release.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).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureFORM bug with inverted mouse buttons
Can you tell us when (approx.)?Should be fixed in new release
Thanks again,
Carlo
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM bug with inverted mouse buttons
Now !somic wrote:Can you tell us when (approx.)?Should be fixed in new release
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).
- Fangbeast
- 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
Now !
LOL! Gnozal, the human coding machine

Re: PureFORM bug with inverted mouse buttons
Many thanks,
I will test asap.
Carlo
I will test asap.
Carlo
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
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
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
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.
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).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
At the moment, automatic downloads are only available through my tools updater.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 Updatevery great, but... can u make an automatic Update possible ?
But maybe one day ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- Enthusiast
- Posts: 443
- Joined: Sun Apr 06, 2008 12:54 pm
- Location: Brisbane, Qld, Australia
- Contact:
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
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