Page 63 of 103
Posted: Thu Apr 03, 2008 10:17 pm
by quasiperfect
i want to report 2 bugs in v1.99 build 287
i'm using beta 3 of purebasic
if u create only a toolbar in a window and in the preferences u have selected multilanguage support by array the procedures aren't generated if u add a button or some gadget it works
same rules as above and but here u add the button or gadget and u have the title of the window with spaces it generates the code with spaces in the enumerations like this
Code: Select all
Enumeration
#Window_TestTester_W_Lng
#Toolbar_test tester_Printer_Tooltip_Lng
in this case the title of the window was test tester
if i'm not clear i can upload example of projects with the bugs
best regards
another bug
Posted: Fri Apr 04, 2008 9:57 am
by quasiperfect
i just found another bug in the same version
i'm using beta 3 of purebasic
create a menu activate the office style
add one tile and one lvl 1 finish the add menu operation then go to the menu we just created and select the lvl 1 option it will open the merge function
if we add more options in the sense of expanding the menu with more title, lvl 1 options it will call other function of pureform like the close, translate from source etc.
best regards
Posted: Fri Apr 04, 2008 4:21 pm
by gnozal
quasiperfect wrote:if u create only a toolbar in a window and in the preferences u have selected multilanguage support by array the procedures aren't generated if u add a button or some gadget it works
Confirmed, some code is not generated for 'empty' windows (i.e. without gadgets). Should be fixed in next version.
quasiperfect wrote:same rules as above and but here u add the button or gadget and u have the title of the window with spaces it generates the code with spaces in the enumerations like this
Should be fixed in next version.
quasiperfect wrote:create a menu activate the office style
add one tile and one lvl 1 finish the add menu operation then go to the menu we just created and select the lvl 1 option it will open the merge function if we add more options in the sense of expanding the menu with more title, lvl 1 options it will call other function of pureform like the close, translate from source etc.
Confirmed. Should be fixed in next version.
Posted: Fri Apr 04, 2008 4:38 pm
by gnozal
Update
Changes :
- fixed some bugs posted by quasiperfect
Posted: Sun Apr 06, 2008 12:57 pm
by Kurzer
Hello Gnozal.
In the preferences I set the "Delay for capture gadget for move/resize" from 100ms to 50ms. Now the multiple gadgetselektion via ctrl + Lclick doesn't work any more.
A Bug?
And two additional wishes: Is it possible to make the Tab Order-window resizeable?
If you move a selected entry in the Tab Order-window via the arrow buttons, then the listview is redrawn and the selected entry is shown as the first visible entry. It would be better, if the relative scrollbarposition of the listview stays untouched and only the entry is moved. If the entry reach the visible borders of the listvew then it would be okay to move also the scrollbarposition of the listview. (sorry the explanation is a bit confusing)
A complete another idea for setting the tab oder is this:
By enabeling a spezial Tab ordering mode you draw little order-No's at the top left side of every gadget in the preview window:
To change the order of the gadgets, you set now a startnumber for the re-ordering and then you click one gadget after another to re-order them.
For example if you want to re-order all gadgets from No. 11 on you set a pureform re-order counter to 11 (in a seperat inputwindow ore something) an then you click on each gadget from No 11 on in your wanted sort order. Pureform "records" this clicks and change the order of the gadgets.
Posted: Sun Apr 06, 2008 1:35 pm
by milan1612
@Gnozal:
After switching the layout to the alternative integrator I get this:

I'm using the latest PureFORM version...
Posted: Mon Apr 07, 2008 11:26 am
by gnozal
Update
Changes :
- added #PB_Menu_ModernLook flag support
- fixed bugs reported by milan1612 (XP skin issue) and kurzer (multiple gadget selection issue)
- tab order window is now resizable
PureForm creates a second column in a ListIconGadget
Posted: Tue Apr 08, 2008 10:39 am
by Andreas
I have created a ListIconGadget with only one column with PureForm 1.99 build 289. After saving and reload my project with PureForm there is a second column in the ListIconGadget.
Is this a bug or what is wrong? - I need only one column in this ListIconGadget.
Posted: Tue Apr 08, 2008 12:10 pm
by gnozal
Update (build 292)
Changes :
- fixed bug posted by Andreas (introduced FEB 20th with panelgadget icon tab support)
- fixed code infusion information reset after an undo/redo operation
Posted: Tue Apr 08, 2008 1:38 pm
by Andreas
Thanks for the bugfix - know it works fine!
Many thanks for your great work!
pbfi-file is killed
Posted: Tue Apr 08, 2008 2:04 pm
by Andreas
Hello gnozal,
i've found another problem. When I'am using Strg + Z (german keyboard, I think it is CTRL + Z on the english keyboard) for undo my last action in PureForm, the pbfi-file of my current project is killed.
I hope you can reproduce this problem?
Re: pbfi-file is killed
Posted: Tue Apr 08, 2008 2:50 pm
by gnozal
Andreas wrote:When I'am using Strg + Z (german keyboard, I think it is CTRL + Z on the english keyboard) for undo my last action in PureForm, the pbfi-file of my current project is killed.
Should be fixed. Please download again.
Posted: Tue Apr 08, 2008 2:59 pm
by Andreas
Thanks! With build 291 it is fixed!
Posted: Sat Apr 12, 2008 11:59 am
by gnozal
Update (build 296)
Changes :
- recompiled with new PureCOLOR and PureRESIZE librairies
Posted: Tue Apr 15, 2008 10:27 am
by Psychophanta
@gnozal
PB4.20b4 and PureFORM 1.99 build 296
SEE video