Re: [Pgui-devel] html rendering

2002-01-25 Thread Micah Dowty
Well, it still need a lot of work... but it does have basic rendering working. The big thing it's missing now are hyperlinks and stability, both of which should be coming shortly. We also have the "Atomic Navigator" web browser that handles the user interface and networking. On 2002.01.25 15:44 S

RE: [Pgui-devel] html rendering

2002-01-25 Thread Sean Barnes
Take a look at the text box widget. From what I understand, it already supports HTML. I don't know how far Micah is on editing support, but the rendering is definitely supported (look at the screenshot section of the site). -Sean > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[

[Pgui-devel] Free setting of 'password char'

2002-01-25 Thread Philippe Ney
Hi all, I've just added the possibility to set the 'password char' to render password look to the field widget. You can set it with pgSetWidget(PGDEFAULT, PG_WP_PASSORD, '&', 0); pgSetWidget(PGDEFAULT, PG_WP_PASSORD, '#', 0); ... And pgSetWidget(PGDEFAULT, PG_WP_PASSORD, '\0', 0); let you revert

Re: [Pgui-devel] New error message....

2002-01-25 Thread Philippe Ney
Hi, I just commit some fix for the bug pointed by Okan Vural. The field widget accept again font update and also keep password informations. The 'password error' is removed while become obsolet. hope this bug didn't made much problem then this one, -philippe > But I didn't use the password prop

[Pgui-devel] html rendering

2002-01-25 Thread Gray, Tim
Has anyone started work on or made any progress in basic HTML rendering? I am thinking about adding a help system to my project and using html and hyperlinks would greatly ease it's creation (I.E. main help file is a collection of links to the other help files) I could care less about stylesheets

Re: [Pgui-devel] space button....

2002-01-25 Thread Micah Dowty
You can customize all the hotkeys in the theme. For example, the mobile.ths theme does exactly this with the line: hotkey.activate = PGKEY_RETURN; in its default object. --Micah On 2002.01.25 04:02 Okan VURAL wrote: > Hi all, > Now,in the menus ,or activating the buttons we all use space >

[Pgui-devel] space button....

2002-01-25 Thread Okan VURAL
Hi all, Now,in the menus ,or activating the buttons we all use space button.But we want to use enter button for activation.Is it possible ??? if it is,how... thanks... ___ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/lis

Re: [Pgui-devel] New error message....

2002-01-25 Thread Philippe Ney
> Hi, > It gives a message such that "Password property defined before font one > ,switch > them!".But it did not give that error message before. > What does it mean ? > Thanks... You must downgrade your picogui src to an old version ... say ... last year. :-( NO. I'm