RE: Genero & fgl_window_current()

"Nuno Godinho" <[email protected]> Tue, 4 Apr 2006 14:51:24 +0100
Newsgroups gmane.comp.lang.4gl.fourjs.user
Message-ID <[email protected]>
Hi,
	Thanks! I will...
	Regards
	Nuno

-----Mensagem original-----
De: Schlykow [mailto:[email protected]]
Enviada: terça-feira, 4 de Abril de 2006 14:35
Para: [email protected]
Assunto: AW: [fourjs-users] Genero & fgl_window_current()


Hi,
Did you see the Examples in $FGLDIR/demo ? (fglrun demo)
Could be a help perhaps ?

Georg


-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im
Auftrag von Nuno Godinho
Gesendet: Dienstag, 4. April 2006 15:11
An: [email protected]
Betreff: RE: [fourjs-users] Genero & fgl_window_current()

Hi Jenny!
	Thanks a lot for your answer, but I suddenly realised I was not
thinking straigth. As a matter of fact I'll have to convert my code, most
probablt replacing the chaotic sequences of "open windows" for a better
organized sequence of "open forms", otherwise I'll get a profusion of opened
windows all over my screen. 
	Anyway I must teel you I've been digging around on the ui.window
class, but I got no ideas from there.
	Thanks a lot anyway, and my sincere apologies for all of you.
	Best regards
	Nuno

-----Mensagem original-----
De: Jenny Archundia [mailto:[email protected]]
Enviada: terça-feira, 4 de Abril de 2006 12:31
Para: [email protected]
Assunto: RE: [fourjs-users] Genero & fgl_window_current()


Hi Nuno¡¡

Genero provides a Window Class that can help you:
http://www1.4js.com/html/supp/documentation/olgenerodoc/fjs-fgl-1.33.1g-manu
al-html/User/ClassWindow.html

Could you please send to [email protected] what you need exactly in
order to send a complete example?

Best Regards

----------------------------------------------------------------------------
Jenny Archundia Camacho          Iberica Support Team
 [email protected]            Tel : +34 91 578 17 08
                           http://www.4js.com
         FourJ's Iberica  -  Genero speaks your language 
----------------------------------------------------------------------------

 

 

-----Mensaje original-----
De: [email protected] [mailto:[email protected]] En nombre
de Nuno Godinho
Enviado el: martes, 04 de abril de 2006 12:47
Para: 4Js (Correio electrónico)
Asunto: [fourjs-users] Genero & fgl_window_current()

Hi!
	I would appreciate if someone could tell me how to replace the call
to fgl_window_current() on Genero. "current window is " does not solve my
problem since sometimes I need to call generic functions where I reaaly
don't know wich was the original window. 

	let w_name = fgl_window_getoption('name')
 	( some code )
	call fgl_window_cuurent(w_name)

	TIA 
	Nuno