Page 56 of 103

Posted: Thu Jan 10, 2008 8:34 am
by gnozal
Micko wrote:
gnozal wrote:And are we talking about PureCOLOR or PB4.20 generated menu code ?
sure !
when i create MenuItem whith Icon, why the MenuTitle background color change ?(white now) should be SystemColor
Assuming we are talking about PureCOLOR : because you choose office style ? Try to uncheck 'Office style' in the menu builder.
Please have a look at the PureCOLOR help.

Posted: Thu Jan 10, 2008 1:32 pm
by Micko
ok!

Code infusion

Posted: Sat Jan 12, 2008 2:25 pm
by michel
Hello Gnozal,

I just discovered that in the code infusion window only windows objects appear in the object list but no longer buttons etc.

michel

Code infusion

Posted: Sat Jan 12, 2008 4:58 pm
by michel
Hello Gnozal,

New information: You open the code infusion window, click on the glasses. Then one click in the explorer window and from that point on you get the objects in the object combo box ??!!

michel

Menu

Posted: Sun Jan 13, 2008 2:47 pm
by michel
Hello Gnozal,


In build 255 the menu editor blocks after entering 2 or 3 items ?


michel

Re: Menu

Posted: Mon Jan 14, 2008 9:05 am
by gnozal
michel wrote:In build 255 the menu editor blocks after entering 2 or 3 items ?
Can't reproduce here.
Wich kind of menu : standard, icon menu, office menu ?
michel wrote:I just discovered that in the code infusion window only windows objects appear in the object list but no longer buttons etc.
Can't reproduce here.

Hello Michel,
I am sorry but I can't reproduce this issues, with old or new projects, in NT4 or XP (using build 255)
- does it happen with new project files ?
- if it happens with a specific project, could you post the project file ?
- what OS are you using ?

code infusion

Posted: Mon Jan 14, 2008 12:09 pm
by michel
Hello Gnozal,

My remark to the code infusion window was due to a wrong handling; ther is no error, sorry

michel

Re: code infusion

Posted: Mon Jan 14, 2008 12:17 pm
by gnozal
michel wrote:Hello Gnozal,

My remark to the code infusion window was due to a wrong handling; ther is no error, sorry

michel
And the menubuilder issue ?

Menu

Posted: Mon Jan 14, 2008 5:28 pm
by michel
Hello Gnozal,

It took me time to analyse the problem with the normal menu builder:
for me the last problemfree version was the build 246, here you can add titles and items whereever you want.

From build 249 on, this is no longer possible: entering a first title works, a second one is no longer considered. This is only possible if you select the first title, enter the text for the second title, hit add --> now the second menu title is accepted but in the same time you loose the enum from the first title.

It is not so easy to explain it but I hope you can reproduce this.

michel

Re: Menu

Posted: Mon Jan 14, 2008 6:03 pm
by gnozal
michel wrote: --> now the second menu title is accepted but in the same time you loose the enum from the first title.
This is a bug.
Could you test this file : http://freenet-homepage.de/gnozal/PureFORM_Test.zip ?
Thanks.

Menu

Posted: Mon Jan 14, 2008 8:07 pm
by michel
Hello Gnozal,

Your testbuild works fine!

Although you might add the following text to the help file:

when entering a new item you have to enter the Menu item
AND !!
type the enum text OR hit *

So the handling becomes more clear

michel

Posted: Mon Jan 14, 2008 9:44 pm
by Kurzer
Hello Gnozal,

I got an error with the 253 version of PureFORM which is hard to reproduce.

First I started a new project with a few gadgets (see screenshot). To modify the tab order I clicked then into the gadget list within the Integrator window. By doing this I clicked accidentally the right and left mousebutton various times.

After this I got immediately the errormessage shown in the screenshot (dont' wonder about the textgadgets, because I erased the texts in the sceenshot for security reasons. The programm will be part of a User-Register-Check for commercial software).

I tried to reproduce this issue, but I could reproduce it only one more time by clicking crazily RMB and LMB within the gadget list. So it's not a urgent issue, but at least you are informed about this.

Bye Markus

Image

PS: I'm able to reproduce the problem with the current 255 version too.

PS2: Gnozal, another idea regarding the enhancement of modifying the tab order: In some other GUI Designers I use at work you can assign the tab order by activating a special "tab order recording mode" and then clicking on each window element in the wanted order. The GUI Designer records the order and set the taborder of the elements to the order which they was clicked (I hope I explained it understandable :) ).

Posted: Tue Jan 15, 2008 12:52 am
by tinman
Hi Gnozal,

I've just started using PureFORM and I like it. I've noticed one bug though. If you resize using the left edge of the window, and you have a minimum window size, and you move the mouse very quickly to the right (past the minimum window size) then the left edge of the window moves to the left.

I hope you understand what I mean. If not I will need to find a screen capture tool to make a video.

Re: Menu

Posted: Tue Jan 15, 2008 9:36 am
by gnozal
michel wrote:Your testbuild works fine!
Thanks.
michel wrote:Although you might add the following text to the help file...
Will do.
tinman wrote:I've just started using PureFORM and I like it.
Thanks
tinman wrote:I've noticed one bug though. If you resize using the left edge of the window, and you have a minimum window size, and you move the mouse very quickly to the right (past the minimum window size) then the left edge of the window moves to the left.
Sounds like a bug in PureRESIZE when using PureRESIZE_SetWindowMinimumSize().
kurzer wrote:I got an error with the 253 version of PureFORM which is hard to reproduce...
Thanks, I may have found the problem.

Posted: Tue Jan 15, 2008 10:47 am
by gnozal
Update

Changes :
- fixed bug in menu builder