Re: [Pgui-devel] writing new appmgr

2004-03-26 Thread Raghu Ram Murthy
> First of all, why are you writing a new app manager? > It looks to me like what you want can be done just > by > using normal apps along with a toolbar app, like > PGL. Just toolbar can be done with exising app mgrs. But I am placing a BOX widget in the dts->root divtree and putting icons in tha

[Pgui-devel] About zoom button in panel's panelbar

2004-03-26 Thread Raghu Ram Murthy
Hi all, There is a zoom button in the panel's panel bar. But no action is wriiten for that. I want to use it as fullscreen button. When it is clicked the window should be displayed in the full screen without any panelbar and any toolbars. And when ESC is pressed it should come to normal state with

Re: [Pgui-devel] writing new appmgr

2004-03-26 Thread micah
On Fri, Mar 26, 2004 at 12:58:18PM -0800, Raghu Ram Murthy wrote: > Hello, > > I am writing new application manager for our needs. > In this for first requested application I am creating > BOX widget and a toolbar(like taskbar in kde) at the > bottom. First of all, why are you writing a new app m

[Pgui-devel] writing new appmgr

2004-03-26 Thread Raghu Ram Murthy
Hello, I am writing new application manager for our needs. In this for first requested application I am creating BOX widget and a toolbar(like taskbar in kde) at the bottom. whenever new application request comes, I am creating new div tree and placing that application in that divtree. As it occu

[Pgui-devel] writing new appmgr

2004-03-26 Thread Raghu Ram Murthy
Hello, I am writing new application manager for our needs. In this for first requested application I am creating BOX widget and a toolbar(like taskbar in kde) at the bottom. whenever new application request comes, I am creating new div tree and placing that application in that divtree. As it occu

Re: [Pgui-devel] Fonts in Canvas Widget...

2004-03-26 Thread micah
On Fri, Mar 26, 2004 at 02:03:27PM +0100, Groeting Claus ICM Bocholt wrote: > Hi All ! > > I have a simple question regarding deifferent fonts inside the canvas > widget... > When I try to use pgText() in the canvas widget with different font setup > (using pgSetFont(gc,pgNewFont("Times",..) or >

[Pgui-devel] Fonts in Canvas Widget...

2004-03-26 Thread Groeting Claus ICM Bocholt
Hi All ! I have a simple question regarding deifferent fonts inside the canvas widget... When I try to use pgText() in the canvas widget with different font setup (using pgSetFont(gc,pgNewFont("Times",..) or pgSetFont(gc,pgNewFont("Courier",..)) I can still see the same font. So, when the canvas

Re:[Pgui-devel] filter issue with h3600 equivalent touchscreen

2004-03-26 Thread adrien\.constancin
> Attached with this email is what I get with input debugging on > (maybe I should activate more debug options) and with > ev.pressure replaced by 1 in infilter_send_pointing of > h3600ts.c ... if it can help. Oops, forgot the file... - Adrien CONSTANCI

[Pgui-devel] filter issue with h3600 equivalent touchscreen

2004-03-26 Thread adrien\.constancin
Hi! First message here :) I am working on a small linux handheld device with a touchscreen driver which output the same structure as iPaq h3600's driver so I decided to use a quickly modified version of input/h3600ts.c to deal with it (just changed the device to open and the header to call but the