Sticky, TopOnly

View: New views
4 Messages — Rating Filter:   Alert me  

Sticky, TopOnly

by Pino Zollo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

------------
  ME.Sticky = TRUE  ' does nothing
  DEBUG ME.Sticky
  ME.TopOnly = TRUE
  DEBUG ME.TopOnly   ' Why is always false ?
-----------
Any idea why I get alway FALSE by the two DEBUG statements and none of the
effect is shown by the window ?

Best regards

Pino
--
Key ID: 0xF6768208
Key fingerprint = B16D 0A7C 5B29 A334 CE6A  71F6 EAF8 3D88 F676 8208
Key server: hkp://wwwkeys.eu.pgp.net

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: Sticky, TopOnly

by Benoît Minisini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Hi
>
> ------------
>   ME.Sticky = TRUE  ' does nothing
>   DEBUG ME.Sticky
>   ME.TopOnly = TRUE
>   DEBUG ME.TopOnly   ' Why is always false ?
> -----------
> Any idea why I get alway FALSE by the two DEBUG statements and none of the
> effect is shown by the window ?
>
> Best regards
>
> Pino

Please tell your version of Gambas and if you use gb.qt or gb.gtk.

Regards,

--
Benoît

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: Sticky, TopOnly

by Benoît Minisini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Hi
>
> ------------
>   ME.Sticky = TRUE  ' does nothing
>   DEBUG ME.Sticky
>   ME.TopOnly = TRUE
>   DEBUG ME.TopOnly   ' Why is always false ?
> -----------
> Any idea why I get alway FALSE by the two DEBUG statements and none of the
> effect is shown by the window ?
>
> Best regards
>
> Pino

It works perfectly with the KWin window manager on KDE 4. Which window manager
do you use?

--
Benoît

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Parent Message unknown Re: Sticky, TopOnly

by Benoît Minisini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> > Il domenica 5 luglio 2009 18:49:07 hai scritto:
> > > > Hi
> > > >
> > > > ------------
> > > >   ME.Sticky = TRUE  ' does nothing
> > > >   DEBUG ME.Sticky
> > > >   ME.TopOnly = TRUE
> > > >   DEBUG ME.TopOnly   ' Why is always false ?
> > > > -----------
> > > > Any idea why I get alway FALSE by the two DEBUG statements and none
> > > > of the effect is shown by the window ?
> > > >
> > > > Best regards
> > > >
> > > > Pino
> > >
> > > It works perfectly with the KWin window manager on KDE 4. Which window
> > > manager do you use?
> >
> > Gnome. ..on Debian 5.0.1
>
> So it maybe a problem (again) with Metacity... I will check.
>

I changed the gb.qt component so that it behaves like gb.gtk. Now the returned
value of these properties is always the last value you assigned. But, as usual
with X11, it does not necessarily mean that the window manager followed your
requests!

Regards,

--
Benoît

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user