Page 62 of 103

Posted: Wed Mar 19, 2008 11:17 pm
by Kurzer
Hello Gnozal,

some minor bugs concerning moving gadgets.

1)
Select a group of gadgets in a window (use group select or mouse with pressed ctrl key) and then try to move this gadget group via cursor keys.
-> only one gadget of the group will be moved.

2)
Select a gadget and move it via cursor keys (it works).
Now press F5 for prewiew mode - and again to switch back to edit mode. Your selected gadget is still highlighted, but try to move it now via cursor keys.
-> No movement is possible, you first have to click again on the highlighted gadget.

Kurzer (the slobbering easterfrog)

Posted: Thu Mar 20, 2008 10:43 am
by gnozal
kurzer wrote:1)
Select a group of gadgets in a window (use group select or mouse with pressed ctrl key) and then try to move this gadget group via cursor keys.
-> only one gadget of the group will be moved.
It's not a bug, it's more a missing feature. In the manual, 'Using the keyboard' is only mentioned in the 'Move a single gadget' section. For a gadget group, you can use the mouse or the 'Gadget groups' dialog : save group to temp group, F9, 'Group action', use 'Move/Resize' spingadgets, 'End action' when done.
kurzer wrote:2)
Select a gadget and move it via cursor keys (it works).
Now press F5 for prewiew mode - and again to switch back to edit mode. Your selected gadget is still highlighted, but try to move it now via cursor keys. -> No movement is possible, you first have to click again on the highlighted gadget.
Works here (tested with several gadgets) ?!. Note that the gadget parent window must have the focus for the keyboard shortcut to be enabled.

Posted: Thu Mar 20, 2008 11:19 am
by gnozal
Hurga wrote:I miss some combinations in the naming of the gadgets

WinName/Class/Text
WinText/Class/Text

could you add this possibility ?
You mean like WinEnum/Class/Nb/Text and WinText/Class/Nb/Text but without Nb (Gadget number) ?
Note that gadget number ensures that the enumeration is unique.

Posted: Thu Mar 20, 2008 6:48 pm
by gnozal
Update (build 286)

Changes :
- fixed a bug in 'Project images' dialog
- added a window focus fix when switching from preview to build mode
- added 2 new gadget enumeration masks : WinEnum/Class/Text and WinText/Class/Text

Posted: Fri Mar 21, 2008 1:49 pm
by Kurzer
gnozal wrote:It's not a bug, it's more a missing feature. In the manual, 'Using the keyboard' is only mentioned in the 'Move a single gadget' section. For a gadget group, you can use the mouse or the 'Gadget groups' dialog : save group to temp group, F9, 'Group action', use 'Move/Resize' spingadgets, 'End action' when done.
The manual? - uhh - now you caught me. ;-) Anyhow, thank you for fixing the F5 issue.

menu builder problem bug

Posted: Sun Mar 23, 2008 5:04 pm
by quasiperfect
if u add a lot of menu's (in the menu builder) when the space runs out on horizontal the menu builder window becomes a mess.

Posted: Tue Mar 25, 2008 10:02 am
by Hurga
Thx for the changes...

Re: menu builder problem bug

Posted: Tue Mar 25, 2008 2:39 pm
by gnozal
quasiperfect wrote:if u add a lot of menu's (in the menu builder) when the space runs out on horizontal the menu builder window becomes a mess.
Should be fixed in build 287.

Posted: Tue Mar 25, 2008 3:30 pm
by quasiperfect
thanks a lot gnozal works like a charm :D

Posted: Tue Mar 25, 2008 10:23 pm
by LDSang
I hope this doesn't seem like a silly question, but I've been looking for a couple hours and I can't seem to figure out how to set the tab order! I found the tab order window referenced in the PureFORM help, but it doesn't tell how to bring the tab order window up! I figure the answer may be in the thread, but I couldn't figure out how to narrow down the 62 pages to the page that may have the answer. Can anyone help?

Also, is there any way to actually search this thread alone? Normally my searches bring up the entire thread, basically saying "Just go thru all 62 pages and the answer is in there somewhere".

Posted: Wed Mar 26, 2008 9:25 am
by gnozal
LDSang wrote:I hope this doesn't seem like a silly question, but I've been looking for a couple hours and I can't seem to figure out how to set the tab order!
In PureFORM, a lot of functions are called via the right-click context menu.
Simply right-click on a gadget you wish to change the tab order. The tab order dialog will appear and display all gadgets with the same parent.

Posted: Wed Mar 26, 2008 9:16 pm
by quasiperfect
gnozal don't take this suggestion the wrong way.
pureform is great and at least for me is a indispensable tool.
would be hard to add a clone window option like the clone gadget thing but to clone a whole window with gadgets and everything in it ?

thanks a lot for this tool adn all the nice libs u made my life a lot more easier

Posted: Wed Mar 26, 2008 11:39 pm
by LDSang
gnozal wrote:In PureFORM, a lot of functions are called via the right-click context menu.
Simply right-click on a gadget you wish to change the tab order. The tab order dialog will appear and display all gadgets with the same parent.
Thanks! I was looking through the top menu, which is why I couldn't find it.

Posted: Thu Mar 27, 2008 12:08 pm
by gnozal
quasiperfect wrote:would be hard to add a clone window option like the clone gadget thing but to clone a whole window with gadgets and everything in it ?
You can already clone a window using the merge project feature.
1. Design your window
2. Save the project (as 'CloneWindow.pbf' for example)
3. Use 'Merge project' in main menu, select 'CloneWindow.pbf', keep 'Adapt gadget enumeration' checked to avoid duplicate enumerations, press 'Ok'
4. You have cloned your window :wink:

You could also use a template :
1. Select all gadgets in the window
2. Save group as template (context menu)
3. Create new window
4. Load template to new window

Or the save / copy gadget group features.

Posted: Thu Mar 27, 2008 2:49 pm
by quasiperfect
the "clone a window using the merge project feature" dose exactly what i wanted because it takes also the menus and toolbars.

thanks again for u'r great work