myDSL desktop appletForum: User Feedback Topic: myDSL desktop applet started by: b1ackmai1er Posted by b1ackmai1er on July 01 2005,12:50
If I use this app to download a DSL package it opens several windows. If I use other X windows programs that cover the myDSL windows they don't get re-drawn/restored when I shut my other programs down.Is this just me? It looks terrible. regards b1m1 Posted by hawki on July 01 2005,13:14
HiI think this is a by-product of FLUA which is the programming language used for most of these scripts. This is especially true when FLUA does outside calls to bash scripts. While the script runs the window is not updated. If you open and close windows on top of these running windows they appear to blank out. When the script finishes running the window reappears as normal. I haven't done a lot of FLUA scripting but that is what it looks like to me. good luck Posted by b1ackmai1er on July 01 2005,13:22
Thanks. Do you know where I can find more information on FLUA. The stuff I found on google doesn't seem to match the code used in DSL.Regards b1m1 Posted by hawki on July 01 2005,13:52
No. I don't remember where I found stuff on Flua. You can look up stuff on LUA which was the original language it is based on.good luck Posted by mikshaw on July 01 2005,14:09
< http://lua-fltk.sourceforge.net/ >< http://www.zpeng.com/jenet/Articles/Section1/Article2.html > Posted by b1ackmai1er on July 01 2005,14:58
Thankyou to you and everyone else who has been so courteous on this board.Regads b1m1 |