Re: [Gambas-user] Timer Error: QTimer can only be used with threads started with QThread

2014-05-09 Thread Benoît Minisini
Le 09/05/2014 05:25, Randall Morgan a écrit : Hi Folks, I'm creating a simple component that requires two timers. The component uses gb.qt4. However, anytime I use the timers I get this error: QTimer can only be used with threads started with QThread. Any ideas how to solve this? I am

Re: [Gambas-user] Somes question about Gambas 3

2014-05-09 Thread Benoît Minisini
Le 09/05/2014 04:22, Olivier Cruilles a écrit : Hi Benoit, 1) In the Editor object in Gambas3, it is possible to activate the Wrap word like in a TextArea or not please ? It's not possible at the moment. Editor has no line wrap feature. 2) Since you rewrite the GridView object in Gambas,

[Gambas-user] Issue 524 in gambas: truncate string with gb.gtk

2014-05-09 Thread gambas
Status: New Owner: Labels: Version-3.5.3 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-GTK New issue 524 by pata.kar...@gmail.com: truncate string with gb.gtk http://code.google.com/p/gambas/issues/detail?id=524 1) Message(ABCDEF) displays only ABC in gtk

Re: [Gambas-user] Wrapping methods which accept optional arguments

2014-05-09 Thread Bruno Félix Rezende Ribeiro
Em Thu, 08 May 2014 17:12:04 +0200 Benoît Minisini gam...@users.sourceforge.net escreveu: In revision #6258, I implemented a new special function, IsMissing(), that returns if an optional argument is missing. That's awesome! At this pace very soon Gambas will become the greatest programming

[Gambas-user] Feature request: Option to create .gitignore in new Project dialog

2014-05-09 Thread Patrik Karlsson
I think it would be nice to just tick a CheckBox in the new project dialog to create a standard .gitignore. What do you think? /Patrik -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: #149;

[Gambas-user] [TableView1.Edit] How to Save and ESC(key) by pressing ENTER

2014-05-09 Thread abbat81
After TableView1.Edit I need to leave TableView1 to be SELECTED full TableView.Row. (edited cell too) But now, after I pressed ENTER button TableView.Cell is in Edit mode, so, how I can make it to leave tableView completly like pressing ESC button. Thanks in advance -- View this message in

[Gambas-user] Several years ago I finished a application for writers in gambas2 I need some advice for rewriting

2014-05-09 Thread Jb Skaggs
This is basically a fancy editor that is broken down into scenes, chapters My question is the best way to track the texts. I am keeping each scene's text in a directory dedicated to each chapter. the only actual texts are in each scene and a chapter may have any number of scenes, and a book may

Re: [Gambas-user] Several years ago I finished a application for writers in gambas2 I need some advice for rewriting

2014-05-09 Thread Randall Morgan
If you are wanting to make this one (or more) file(s). You might consider wrapping it in an XML scheme. Just a thought On Fri, May 9, 2014 at 3:59 PM, Jb Skaggs jbskagg...@gmail.com wrote: This is basically a fancy editor that is broken down into scenes, chapters My question is the best

Re: [Gambas-user] Several years ago I finished a application for writers in gambas2 I need some advice for rewriting

2014-05-09 Thread Jb Skaggs
I thought XML was primarily for theming websites how would this help me? I have never used XML. Could you point me to an example? On Fri, May 9, 2014 at 7:01 PM, Randall Morgan rmorga...@gmail.com wrote: If you are wanting to make this one (or more) file(s). You might consider wrapping it in

Re: [Gambas-user] Several years ago I finished a application for writers in gambas2 I need some advice for rewriting

2014-05-09 Thread Jb Skaggs
Thanks I gotcha now:) The first time I wrote it using html markup so I now understand what you mean. I was thinking you meant CSS even though I was reading XML- brain fart on my part. On Fri, May 9, 2014 at 8:00 PM, Randall Morgan rmorga...@gmail.com wrote: No, XML (Extensible Markup Language)

Re: [Gambas-user] Form.load incorrectly overwritten

2014-05-09 Thread Jussi Lahtinen
Hard to say without seeing the code. But check menu names from the form. Using reserved name may be interpreted as attempt to override. Jussi On Sat, May 10, 2014 at 4:36 AM, Jb Skaggs jbskagg...@gmail.com wrote: As I am converting from gambas2 to gambas3 I am having this issue when I try

Re: [Gambas-user] Form.load incorrectly overwritten

2014-05-09 Thread Jb Skaggs
Could you explain to me how this works? I mean I looked in the menus and did not find any ref to the term. I have lot of forms in this project and I don't understand exactly how this can become a reserved word? What kind of things should I be looking for? On Fri, May 9, 2014 at 8:56 PM, Jussi