Re: [Gambas-user] [Gambas Bug Tracker] Bug #876: please return the edit menu to root (cut, copy, paste)

2015-12-18 Thread Fabien Bodard
Just modify the editor toolbar to have the needed buttons accessibles. All the toolbar are customizable by users just by right click on it. Le 19 déc. 2015 05:44, "adamn...@gmail.com" a écrit : > On Fri, 18 Dec 2015 23:25:00 -0430 > PICCORO McKAY Lenz wrote: > > > due in the DEL XPS touchscreen

Re: [Gambas-user] [Gambas Bug Tracker] Bug #876: please return the edit menu to root (cut, copy, paste)

2015-12-18 Thread adamn...@gmail.com
On Fri, 18 Dec 2015 23:25:00 -0430 PICCORO McKAY Lenz wrote: > due in the DEL XPS touchscreen are more practice the hand over he > keyboard.. (not the mose... i not have mouse either keyboard in this > good laptop) > > my keyboard are 100% in the screen and key combination are tedious! > > Gi

[Gambas-user] [Gambas Bug Tracker] Bug #855: [gb.report2] blank report, use more than 90% resource CPU

2015-12-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.855&from=L21haW4- Comment #9 by PICCORO LENZ MCKAY: any tried with a version of qt4 different from 4.8.X, maybe with 4.7.X series or older? some of the epoted bugs of some components i cannot reproduce (mean works for me) using qt4 4.7.X or 4.6.

[Gambas-user] [Gambas Bug Tracker] Bug #876: please return the edit menu to root (cut, copy, paste)

2015-12-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.876&from=L21haW4- Comment #2 by PICCORO LENZ MCKAY: due in the DEL XPS touchscreen are more practice the hand over he keyboard.. (not the mose... i not have mouse either keyboard in this good laptop) my keyboard are 100% in the screen and key comb

Re: [Gambas-user] [Gambas Bug Tracker] Bug #876: please return the edit menu to root (cut, copy, paste)

2015-12-18 Thread PICCORO McKAY Lenz
due in the DEL XPS touchscreen are more practice the hand over he keyboard.. (not the mose... i not have mouse either keyboard in this good laptop) my keyboard are 100% in the screen and key combination are tedious! 2015-12-18 9:39 GMT-04:30, bugtrac...@gambaswiki.org : > http://gambaswiki.org/

Re: [Gambas-user] Question on editing database tables

2015-12-18 Thread zainudin ahmad
This trick(0=0) worked for sqlite "0=0 ORDER BY Code, Date, Amount" May be any better idea ? On Wed, Dec 16, 2015 at 10:24 PM, wrote: > Hi all, > > > I have used editing on tables multiple times like this for example: > > rResultEdit = $hConn.Edit("KasAanvullingen", "KassaCode = &1 AND Time =

[Gambas-user] [Gambas Bug Tracker] Bug #855: [gb.report2] blank report, use more than 90% resource CPU

2015-12-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.855&from=L21haW4- Comment #8 by Shane POWELL: Just checked only a problem when running in ide -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #876: please return the edit menu to root (cut, copy, paste)

2015-12-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.876&from=L21haW4- Comment #1 by Moviga TECHNOLOGIES: If you want to be fast, why do you not use Ctrl+C/V/X? -- ___ Gambas-use

Re: [Gambas-user] [Gambas Bug Tracker] Bug #876: please return the edit menu to root (cut, copy, paste)

2015-12-18 Thread ML
Gerardo, You may use the "standard" keyboard shortcuts instead: *COPY -> Ctrl-C** **PASTE -> Ctrl-V** **CUT -> Ctrl-X* Or the "more international" shortcuts (because they do not depend on specific letters); I use these since the old QuickBasic 4.5 (DOS) days: *COPY -> Ctrl-Ins**

[Gambas-user] [Gambas Bug Tracker] Bug #876: please return the edit menu to root (cut, copy, paste)

2015-12-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.876&from=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary --- please return the edit menu to root (cut, copy, paste) Type : Request Priority : High Gambas version : 3.8 Product : Development Environment

Re: [Gambas-user] XML string = UTF-8?

2015-12-18 Thread Fabien Bodard
you can ensure you are in plain text by using convertion functions: http://gambaswiki.org/wiki/lang/conv 2015-12-18 10:34 GMT+01:00 Rolf-Werner Eilert : > > Am 18.12.2015 10:24, schrieb Tobias Boege: >> On Fri, 18 Dec 2015, Rolf-Werner Eilert wrote: >>> Is an XML file like the ones which are pro

Re: [Gambas-user] XML string = UTF-8?

2015-12-18 Thread Rolf-Werner Eilert
Am 18.12.2015 10:24, schrieb Tobias Boege: > On Fri, 18 Dec 2015, Rolf-Werner Eilert wrote: >> Is an XML file like the ones which are produced by File.Save and >> RichTextArea a UTF-8 file? >> >> Do I have to handle the string with the String class, or is it plain >> ASCII and has to be handled wi

Re: [Gambas-user] XML string = UTF-8?

2015-12-18 Thread Tobias Boege
On Fri, 18 Dec 2015, Rolf-Werner Eilert wrote: > Is an XML file like the ones which are produced by File.Save and > RichTextArea a UTF-8 file? > > Do I have to handle the string with the String class, or is it plain > ASCII and has to be handled with ordinary Mid, Left, InStr? > It is possible t

[Gambas-user] XML string = UTF-8?

2015-12-18 Thread Rolf-Werner Eilert
Is an XML file like the ones which are produced by File.Save and RichTextArea a UTF-8 file? Do I have to handle the string with the String class, or is it plain ASCII and has to be handled with ordinary Mid, Left, InStr? Regards Rolf -