Re: [Gambas-user] Edit XML

2010-11-21 Thread Fabien Bodard
In fact the problem is simple ... xmldoc is not finalized ... since many year. if someone have capabilities and times for it ... 2010/11/21 Mauricio Baeza : > El sáb, 20-11-2010 a las 13:54 +0100, Caveat escribió: > >> Hi Mauricio >> >> Sorry for the late reply, I was doing a lot of thinking. :-)

Re: [Gambas-user] Functions with ?

2010-11-21 Thread Matti
Looking at the help browser, there should be no difference. It should be just a synonym. Am 21.11.2010 11:44, schrieb Demosthenes Koptsis: > Good morning to all, > > i want to ask wich is the difference between > > IsAscii() and Ascii?() > > there are also as i see many such functions with fu

[Gambas-user] To the wish list: FHelpBrowser

2010-11-21 Thread Matti
1. As I asked before, why does the HelpBrowser have to be a "utility" window that you can't minimize? I can't see no reason why it couldn't be a "normal" window that could be used much easier. Read, minimize, try, and read again... 2. Right now, it is impossible to copy some text from FHelpBrowser

Re: [Gambas-user] How to exit loop and close the form

2010-11-21 Thread Matti
You have to specify a delay to Wait. From the docs: "If Delay is not specified, the function processes all pending events and returns immediately. In that specific case, input events (keyboard and mouse) are ignored." Try it like this: Public Sub Form_Open() shouldStop = False Me.Show doIt

[Gambas-user] Draw Text

2010-11-21 Thread Mauricio Baeza
Hi all ... Draw.Text use to draw text on screen. sTmp = "Long Text - asafdasdggasddashsdah sdfg df sdf gsdf dshfsdhfsdf hsdf hsdf hsdfhsdf hsdf" Draw.Text(sTmp,500,500,2000,3000) The online help says that the alignment of the text, shall take effect if you use the optional parameters width and

[Gambas-user] How to exit loop and close the form

2010-11-21 Thread Phạm Quang Dương
Hi, I want create a dialog form which showes the current progress and let user stop the operation and close this dialog by clicking a Cancel button On form1 I have 2 progress bars and 1 button: Private shouldStop as Boolean Private Sub Form_Open() shouldStop = False Me.Show() doIt() 'Main loop o

Re: [Gambas-user] Gambas2 IDE preferences & System Language

2010-11-21 Thread Phạm Quang Dương
Vietnamese. With Fedora 14, Gambas 2.21. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and m

[Gambas-user] Functions with ?

2010-11-21 Thread Demosthenes Koptsis
Good morning to all, i want to ask wich is the difference between IsAscii() and Ascii?() there are also as i see many such functions with function?() style. -- Regards, Demosthenes Koptsis. -- Beautiful is writin