> 
> It would be excellent to find the answer in documentation, when the
> technology will be done.
> 

I won't do that for 2.17. I will release it first, and then I will implement 
the feature. This way you will be able to test it and we will see that is 
enough to run Gambas from a specific directory.

> 
> You want to ask me: "What the problem is?".

No, we thought you need the Show() method of the Window class.

> I often need to know, if SomeForm is already opened or yet not. I
> didn't find any property or method of the Form that told about it. 

To know if a window (or a form) is opened, just test the "Closed" property. If 
it is False, then the window is opened.

> 
> Now it works correctly. :)
> There isn't "(Scaled)" in the list of Form's properties in
> documentation. And there is only "STATIC PROPERTY READ
> gb.qt.Desktop.Scale AS Integer" in the whole documentation. :(
> 

There is no "(Scaled)" property. This is just a feature provided by the IDE. 
If you want to know how it is implemented, look inside a *.form file when 
(Scaled) is True and when it is False.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to