Re: [Pgui-devel] Qestion about field widgets ?

2002-11-26 Thread Micah Dowty
Actually, the field widget is just a textbox with different theme defaults and the multiline flag turned off. Since the field widget has a unique theme, it's not deprecated, just much simpler and more flexible than it used to be :) For controlling how things are inserted, try looking at PG_WP_INSE

Re: [Pgui-devel] running pico gui as a normal user

2002-11-26 Thread Micah Dowty
If you've compiled picogui with unix sockets, it could be trying to create a socket in a directory it doesn't have permission to. Otherwise, I'd use lsof to check if there's already a process using port 30450 On Sun, Nov 24, 2002 at 06:22:49PM -0500, Mike Atamas wrote: > -BEGIN PGP SIGNED MES

Re: [Pgui-devel] OT:Newbie... New question

2002-11-26 Thread Micah Dowty
Please post the specific error message, this is really not helpful. On Mon, Nov 25, 2002 at 10:44:58AM -, Jamie Stanley wrote: > Hi there everyone, sorry about asking for help on the first email - but here > goes... > > right now then, just installed Linux on my new computer, download PicoGui

Re: [Pgui-devel] Qestion about field widgets ?

2002-11-26 Thread Philippe Ney
> Hi All, > You know, in the field widgets if there is a string in it the > cursor goes at the end of the string and if you want to write a > new one, you have to clear the field and then you can write > something.Is it possible that when the fields are focused ,the >

[Pgui-devel] Qestion about field widgets ?

2002-11-26 Thread Okan VURAL
Hi All, You know, in the field widgets if there is a string in it the cursor goes at the end of the string and if you want to write a new one, you have to clear the field and then you can write something.Is it possible that when the fields are focused ,the strings are marked and