Page 28 of 103

Posted: Thu Mar 15, 2007 2:15 pm
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?

Posted: Thu Mar 15, 2007 2:27 pm
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?)

Posted: Fri Mar 16, 2007 7:07 pm
by dige
Gnozal, something goes wrong if you add an Frame3DGadget on a
PanelGadget. Can't change the FrameSize with Drag'n Drop

Posted: Sat Mar 17, 2007 9:00 am
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 ?

Posted: Sat Mar 17, 2007 11:11 am
by gnozal
Update

Changes :
- gadget bar now looks nicer (switched from ImageButton to Toolbar)
- added 'Always on top' checkbox to gadget bar

Posted: Tue Mar 20, 2007 11:41 am
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)

Posted: Tue Mar 20, 2007 3:48 pm
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

Posted: Tue Mar 20, 2007 4:02 pm
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

Posted: Tue Mar 20, 2007 4:18 pm
by nrasool
Ahh many thanks for that Gnozal, its now working fine

Posted: Wed Mar 28, 2007 3:02 pm
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

Posted: Wed Mar 28, 2007 8:21 pm
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

Posted: Thu Mar 29, 2007 4:04 am
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??

Posted: Thu Mar 29, 2007 7:33 am
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.

Posted: Thu Mar 29, 2007 7:53 am
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)

Posted: Sat Apr 07, 2007 11:43 am
by gebe
Thanks .gnozal,

I like it very much.

Well done.


gebe :)