Page 54 of 103

Posted: Wed Dec 19, 2007 2:05 am
by Lostdragon
That last test you posted seems to have done the trick.

In case you are interested:

I did experience a crashing / weird issue with the "purecolor / pb4" function, but I haven't figured out a way to make the crash appear on command. That also happens in the test you sent, but I had similar issues with the regular version, so I don't think it is new. If I figure out how to make the crash appear predictably then I will post again.

I also notice if you select the "..." tool and then select a color from the palette, the luminosity is set to 0 no matter what color you pick. If you tell it to add a custom color at that point, then it adds black. If you raise the value manually, then you can pick a color normally and add it to the palette.

I am using XP by the way. I should have mentioned that before. I am also using the latest release version of PB that I know of - 4.10.

Anyway, thanks for the fix! Pureform is a great tool. I use it exclusively now.

Posted: Thu Dec 20, 2007 3:56 pm
by gnozal
Lostdragon wrote:... I also notice if you select the "..." tool and then select a color from the palette, the luminosity is set to 0 no matter what color you pick ...
Fixed default color (the color initially selected when the color requester is displayed) for next release : based on previously selected color or system color if none.
Note that if the default color is black, the luminosity is (obviously) set to 0, and you may indeed have to raise it manually.

Posted: Mon Dec 31, 2007 10:32 am
by gnozal
Update

Changes :
- Fixed some bugs.
- Fixed some problems with Menu/Toolbar items and code infusion events.
- Menu builder now supports icon menus [code generated for PureCOLOR V13+ or Purebasic V4.20+].
- Menu item text now supports '\t' [TAB] for tabbed text.
- Custom gadgets : init code and free code now support '\n' [CRLF] for multiline code.
- Changed 'Wingdings' buttons to image buttons.

Posted: Mon Dec 31, 2007 3:45 pm
by Micko
Happy new year gnozal :D
thanks

Posted: Wed Jan 02, 2008 5:23 pm
by gnozal
Update

Changes :
- new option : 'Use Select/Case in event-loop code' (default is If/EndIf)

Posted: Thu Jan 03, 2008 12:47 pm
by Micko
hi gnozal
i test your last update but it seems there is a little problem !
when i create a menu using an icon and compile the code, the compiler send me an error message "CreateImageMenu isn't a fonction, macro or....".
PS: But i have the PureCOLOR library
PB 4.1

Edit
Sorry gnozal i see the option now. This option is locate to the configuration window :wink:

Posted: Thu Jan 03, 2008 5:35 pm
by Xombie
gnozal,

Would it be fairly easy to make an option to always highlight text gadgets within the designer? This would make it much easier when placing the other gadgets because then you could see a kind of border around the text gadget rather than just the text itself. This is different than enabling the standard border flag as that changes the appearance. I was hoping for something that looks like when you've selected the text gadget itself.

Thanks!

Posted: Fri Jan 04, 2008 11:51 am
by gnozal
Update

Changes :
- new option : 'Show gadget limits for Text/CheckBox/Option' ; if checked, the text/checkbox/option gadgets are highlighted, i.e. there is a border around the gadget rather than just the text itself, showing it's dimensions. This may be handy for an accurate gadget placement.

Posted: Fri Jan 04, 2008 10:12 pm
by nicolaus
I have a prob with PureFORM.
If i open the Configuration and close it with the button OK PureFORM Crashs.
It shows the Message at the image:
Image

I have test it more times and every time a have the same prob and crash.


My System:
Windows XP Pro (all updates)
PB 4.02 with jaPBe

regards,
Nico

[EDIT]
I have found the prob.
At the next image you can see the Option wat makes the crash. (in the red rectangle).
If i set this option and close the configuration window, PureFORM crashs.

Image

Posted: Sat Jan 05, 2008 9:48 am
by gnozal
nicolaus wrote:I have a prob with PureFORM.
If i open the Configuration and close it with the button OK PureFORM Crashs.
...
[EDIT]
I have found the prob.
If i set this option and close the configuration window, PureFORM crashs.
This option is only available if Scintilla is enabled.
I have uploaded a new version with an additional check, so you can't select this option if scintilla is disabled.

Posted: Sat Jan 05, 2008 11:49 am
by nicolaus
gnozal wrote:
nicolaus wrote:I have a prob with PureFORM.
If i open the Configuration and close it with the button OK PureFORM Crashs.
...
[EDIT]
I have found the prob.
If i set this option and close the configuration window, PureFORM crashs.
This option is only available if Scintilla is enabled.
I have uploaded a new version with an additional check, so you can't select this option if scintilla is disabled.
Thanks, it works now fine.
And one more question:
How i can change the selectet item of a PanelGadget in the Window wat i build, so that i can at Gadgets e.g. to the second Panelitem ?

regards,
nico

Posted: Sat Jan 05, 2008 11:57 am
by gnozal
nicolaus wrote:How i can change the selectet item of a PanelGadget in the Window wat i build, so that i can at Gadgets e.g. to the second Panelitem ?
Simply click on the panelgadget tab ?

Posted: Sat Jan 05, 2008 12:00 pm
by nicolaus
gnozal wrote:
nicolaus wrote:How i can change the selectet item of a PanelGadget in the Window wat i build, so that i can at Gadgets e.g. to the second Panelitem ?
Simply click on the panelgadget tab ?
I have think about this way and have test it but no way. If i click e.g. the second item it do´s nothink.

Posted: Sat Jan 05, 2008 12:04 pm
by nicolaus
OK now i have create a new project and in this project it works but if i open the order one it dont work with select a item of a Panelgadget

Posted: Sat Jan 05, 2008 12:06 pm
by gnozal
nicolaus wrote:
gnozal wrote:
nicolaus wrote:How i can change the selectet item of a PanelGadget in the Window wat i build, so that i can at Gadgets e.g. to the second Panelitem ?
Simply click on the panelgadget tab ?
I have think about this way and have test it but no way. If i click e.g. the second item it do´s nothink.
I don't understand your problem ?
- to add a new tab : right-click on panelgadget [client area, not tab] and select 'New tab' or 'Insert tab'.
- to select a panelgadget tab : left-click on panelgadget tab.
nicolaus wrote:OK now i have create a new project and in this project it works but if i open the order one it dont work with select a item of a Panelgadget
Could you post this project ? [Edit -> Copy project to clipboard, then paste into code tags in a new post]