Re: [Pgui-devel] password entry

2002-01-10 Thread Micah Dowty
Hi Philippe, I thought about this some, and came up with kind of a hybrid solution between the two. Since it would definitely be easiest to replace the characters with "*"s in the font code, we could add a "int password" member to the fontdesc structure. If it's zero, render the characters as

[Pgui-devel] password entry

2002-01-08 Thread Philippe Ney
Hi Micah, I had a look about how adding password display support for picogui. I find 2 solutions (maybe there are more...) 1) using a PG_WP_PASSWORD widget properties and replacing the displayed string with '*' in: gcore/render.c -> void gropnode_draw() -> case PG_GROP_TEXT: ... 2) using a fon

Re: [Pgui-devel] password entry

2001-12-15 Thread Micah Dowty
eh), the first app I write will need a password entry dialog! > > John > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Philippe > Ney > Sent: Tuesday, December 11, 2001 2:33 AM > To: pgui dev list > Subject: [Pgui-de

RE: [Pgui-devel] password entry

2001-12-11 Thread John Laur
: pgui dev list Subject: [Pgui-devel] password entry Hi Micah, What about password entry displaying * when entering text? This could be a PG_WP_PASSWD property of the PG_WIDGET_FIELD widget -philippe ___ Pgui-devel mailing list [EMAIL PROTECTED] https

[Pgui-devel] password entry

2001-12-11 Thread Philippe Ney
Hi Micah, What about password entry displaying * when entering text? This could be a PG_WP_PASSWD property of the PG_WIDGET_FIELD widget -philippe ___ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel