Posted: Wed Oct 18, 2006 8:02 am
Update
Changes :
- fixed selection rectangle problem mentioned in the post above.
Changes :
- fixed selection rectangle problem mentioned in the post above.
http://www.purebasic.com
https://www.purebasic.fr/english/
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¶211¶-17¶786¶702¶0¶10¶10¶0¶5000¶5000¶0¶-1¶1¶0¸Datei·1¸Open
;TreeGadget¶1¶#tr_formes¶1¶-1¶-1¶0¶0¶28¶0¶32¶#PB_Tree_AlwaysShowSelection¶¶¶-1¶3¶¶¶0¶0¶0¶0¶0¶0¶0¶0¶0¶1¶1¶1¶1¶1¶0¶0¶-1¶-1¶-1¶-1¶¶0¶¶0¶0
;TreeGadget¶2¶#tr_objects¶1¶-1¶-1¶0¶0¶28¶0¶32¶#PB_Tree_AlwaysShowSelection¶¶¶3¶3¶¶¶0¶0¶0¶0¶0¶0¶0¶0¶0¶1¶1¶1¶1¶1¶0¶0¶-1¶-1¶-1¶-1¶¶0¶¶0¶0
;SplitterGadget¶3¶#splt_left¶1¶-1¶28¶0¶0¶24¶332¶2¶#PB_Splitter_Separator¶Gadget_2¶¶2¶0¶#tr_formes¶#tr_objects¶1¶2¶0¶0¶0¶0¶0¶200¶664¶1¶1¶1¶0¶0¶0¶0¶-1¶-1¶0¶0¶¶0¶¶0¶0
;PanelGadget¶4¶#pan_editor¶1¶-1¶-1¶0¶0¶19¶0¶0¶¶¶¶-1¶0¶¶¶0¶0¶1¶1¶2¶200¶0¶580¶660¶1¶0¶0¶1¶1¶0¶0¶-1¶-1¶-1¶-1¶Tab #1¶0¶¶0¶0
;PureFORM_Project_End
;}
It's not a bug, it's a feature ... I had no time to create a help file yet.nicolaus wrote:@gnozal
With the Splittergadget you have one more prob.
First a samplecode from PureFORM for testing
So, now if you have load this in your PureFORM, go with right mousbutton click in the window to the menu and than go to add gadget and click the Splittergadget. You see a errormessage but this is fals!!!
We have 2 gadgets wat have the sam window as parent, the splitter at the left side and the panelgadget at the right side.
I want now a a splitter for the left splitter and the right panelgadget but no way to do that.
Hope you know wat i mean and can show to fix this.
regards,
nico
I don't understand ; you mean add a pop-up menu with the menu builder ?Molchyn wrote:gnozal
How difficult to add a popup menu on selected gadget?
Yes it works for preview windows but all mouse cursor of project windows (Gadget list, window list ...) still not changing.Posted: Tue Oct 03, 2006 7:24 am Post subject:
--------------------------------------------------------------------------------
Update
...
- fixed : cosmetic bug ; the mouse cursor shape now changes correctly if a window is resizable
...
Should be fixed (build 59).dlolo wrote:First, thx Gnozal for this great work!
[...]
Yes it works for preview windows but all mouse cursor of project windows (Gadget list, window list ...) still not changing.