PureFORM 1.99 (yet another FORM designer)

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

Moderator: gnozal

dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

@Gnozal: I wanna move some existing Gadgets to an Panelgadget.
With the VD I can drag'n drop the Gadgets... but how can I do that with PF?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

dige wrote:@Gnozal: I wanna move some existing Gadgets to an Panelgadget.
With the VD I can drag'n drop the Gadgets... but how can I do that with PF?
You can't move gadgets to another parent gadget/window (yet?).
You could select them all, save them to gadget group [Temp group], select the PanelGadget, paste gadget group [Temp group]. You may need to correct the pasted gadgets X,Y coordinates (gadgets are pasted with offset, offset is relative to the upper left corner of the previous parent).
Note that pasting a non empty container is not supported (yet?)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

Gnozal, something goes wrong if you add an Frame3DGadget on a
PanelGadget. Can't change the FrameSize with Drag'n Drop
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

dige wrote:Gnozal, something goes wrong if you add an Frame3DGadget on a PanelGadget. Can't change the FrameSize with Drag'n Drop
Works here (I can resize / move the Frame3D with the mouse without problems) :

Code: Select all

;{[PureFORM Project]
;PureFORM_Project_Begin
;Project¶PureFORM_Clipboard2
;Window¶1¶#Window_0¶13500416¶#PB_Window_SystemMenu|#PB_Window_SizeGadget|#PB_Window_MinimizeGadget|#PB_Window_TitleBar¶Window_0¶450¶200¶400¶400¶0¶10¶10¶0¶5000¶5000¶0¶-1¶0¶¶¶
;PanelGadget¶1¶#Panel_0_0¶1¶-1¶-1¶0¶0¶19¶0¶0¶¶¶¶-1¶0¶¶¶0¶0¶1¶1¶2¶13¶24¶382¶332¶0¶0¶0¶0¶0¶0¶0¶-1¶-1¶-1¶-1¶Tab #1¶0¶¶0¶0
;Frame3DGadget¶2¶#Frame3D_1_Gadget1¶1¶1¶19¶1¶0¶11¶0¶0¶¶Gadget_1¶¶-1¶0¶¶¶0¶0¶0¶0¶0¶9¶27¶360¶182¶0¶0¶0¶0¶0¶0¶0¶-1¶-1¶-1¶-1¶¶0¶¶0¶0
;PureFORM_Project_End
;}
Do you have some form example ?
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 »

Update

Changes :
- gadget bar now looks nicer (switched from ImageButton to Toolbar)
- added 'Always on top' checkbox to gadget bar
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 »

Update

Changes :
- fixed : sometimes toolbar was not loaded from project
- fixed : code infusion problems for toolbar/menu events if multiple windows
- added : custom icon size for toolbar (if ToolBarImageButtons are used)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
nrasool
User
User
Posts: 28
Joined: Tue Apr 26, 2005 9:55 am

Post by nrasool »

Hi gnozal, just want to say PureForm is excellent, many thanks for producing this useful tool. I'm having a play around and it is excellent, goes great with jaPBe. Just one question, and I have searched without any success, so many threads I think, is that how does in code view the button "Copy to jaPBe" and "New tab in jaPBe" work, there are disabled for me, and I have gone through the help file to turn PureForm plugin on in "Setup | Preference | Designer (2)"

Any help would greatly be appreciated
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

nrasool wrote:how does in code view the button "Copy to jaPBe" and "New tab in jaPBe" work, there are disabled for me
These buttons only work if you start PureFORM as a jaPBe plugin.
1. Copy PureFORM.* to your jaPBe plugin directory.
2. Restart jaPBe
3. PureFORM is now available in jaPBe's 'Tools' menu (you can edit it's name or add a shortcut with 'Config. tools'.)
4. Start PureFORM via the 'Tools' menu.
5. "Copy to jaPBe" and "New tab in jaPBe" are now available
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
nrasool
User
User
Posts: 28
Joined: Tue Apr 26, 2005 9:55 am

Post by nrasool »

Ahh many thanks for that Gnozal, its now working fine
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- fixed some cosmetic bugs
- enhanced source update feature : see new 'Update source code' topic in help file. Warning : the code tags are not compatible with the previous versions.
- updated help file
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Post by flaith »

Hi Gnozal :)
strange behaviour : when i create a toolbar, after adding 2 buttons, i selected the second in the list and click on the "up" button to make it become the first,
the button's name disappears (look at the screenshot)
Image
“Fear is a reaction. Courage is a decision.” - WC
Molchyn
User
User
Posts: 42
Joined: Thu Jan 29, 2004 12:54 am

Post by Molchyn »

gnozal
When I use a splittergadget on two listicongadgets - I can't add extra columns in listicon. Just only if I remove splitter add some columns and again splittered them??
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Molchyn wrote:gnozal
When I use a splittergadget on two listicongadgets - I can't add extra columns in listicon. Just only if I remove splitter add some columns and again splittered them??
If you right-click on a listicon in a splitter, you get the context menu for the splitter.
To add a column, right-click on the listicon item in the gadget-list and you get the context menu for the listicon.
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 »

flaith wrote:strange behaviour : when i create a toolbar, after adding 2 buttons, i selected the second in the list and click on the "up" button to make it become the first, the button's name disappears
Fixed (build 143)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gebe
User
User
Posts: 56
Joined: Thu Mar 22, 2007 9:39 pm
Location: South Africa

Post by gebe »

Thanks .gnozal,

I like it very much.

Well done.


gebe :)
Post Reply