[Gambas-user] Do embeded objects get released too upon destruction ?

2011-07-21 Thread nando
Question: If I have a class 'myClass' with the following: DIM k = NEW OBJECT[100] PUBLIC SUB _init() DIM i AS INTEGER FOR i = 1 TO 100 k[i] = NEW STRING[] 'add a string array k[i].add(HELLO)'add one element with HELLO NEXT END

[Gambas-user] Suspending the screensaver

2011-07-21 Thread No Way
Hey guys, I've been trying to figure out how to use this, but I can't make heads or tails of it. http://gambasdoc.org/help/comp/gb.desktop/_desktopscreensaver http://gambasdoc.org/help/comp/gb.desktop/desktop/screensaver Can someone give me an example of how to use this in either Gambas 2 or