> 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
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
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
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
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
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
>
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
> 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
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