Re: [Gambas-user] Could someone give me a brief explanation of parents and kids in this example

2014-05-15 Thread Jb Skaggs
That really helped me. :) On Thu, May 15, 2014 at 5:47 AM, Rolf-Werner Eilert wrote: > > > Am 14.05.2014 22:27, schrieb Jb Skaggs: >> So a child is a subcategory of a parent in treeview then? >> > > If you have a TreeView that shows categories - yes. You can put it

Re: [Gambas-user] Could someone give me a brief explanation of parents and kids in this example

2014-05-14 Thread Jb Skaggs
So a child is a subcategory of a parent in treeview then? On Wed, May 14, 2014 at 11:35 AM, Rolf-Werner Eilert wrote: > > > Am 14.05.2014 17:57, schrieb Jb Skaggs: >> In the treeview example I would like to understand the parent and kids >> aspects: >> >> Public

[Gambas-user] Could someone give me a brief explanation of parents and kids in this example

2014-05-14 Thread Jb Skaggs
tbox RefreshInfo ' This will update our label and reflect the new number of kids End If End My understanding was that a kid or child was a copy or instant of the parent but I don't know if this is true in Gambas- so I would like to understand what actua

Re: [Gambas-user] My appreciation and thanks

2014-05-14 Thread Jb Skaggs
ne quality elements of game play with solid bible instruction without being cheesy or boring. This is harder than it appears On Wed, May 14, 2014 at 12:28 AM, Randall Morgan wrote: > Jb, > > I'd be interested in learning more about your church apps > > > On Thu, May 8,

[Gambas-user] best programming practices:

2014-05-11 Thread Jb Skaggs
is it better to have multiple forms or one form with lots of controls that show and hide? I like to have multiple forms- but which is faster and considered the better method? -- "Accelerate Dev Cycles with Automated Cross

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

2014-05-09 Thread Jb Skaggs
Jussi Lahtinen wrote: > 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 wrote: > >> As I am converting from gambas2

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
> > XML What is it? > > This is paragraph text > This is another paragraph text > This is yet another paragraph text > > This is a list of references > This is a footer section > > > &

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
scheme. Just a thought > > > On Fri, May 9, 2014 at 3:59 PM, Jb Skaggs wrote: > >> 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 dire

[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
list of scenes, and for each scene a text. Thanks JB Skaggs -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing

[Gambas-user] My appreciation and thanks

2014-05-08 Thread Jb Skaggs
. I am a visual person with dyslexia and so straight coding is very difficult for me this program helps me produce use app's for my church, friends and hopefully the linux community at large. But without your drive to have done this I would be struggling very much. Thanks for the hard work

Re: [Gambas-user] Fontchooser help

2014-05-07 Thread Jb Skaggs
thank you this will help a lot :) On Wed, May 7, 2014 at 5:03 PM, Willy Raets wrote: > On Wed, 2014-05-07 at 15:32 -0500, Jb Skaggs wrote: >> I have not been able to find any font chooser examples. I can get my >> textarea font to match the file chooser font, but I can't s

[Gambas-user] Fontchooser help

2014-05-07 Thread Jb Skaggs
I have not been able to find any font chooser examples. I can get my textarea font to match the file chooser font, but I can't seem to change the size or styles to that of the fontchooser. Could someone point me to an example showing how the fontchooser works?

Re: [Gambas-user] Timer question

2009-04-01 Thread JB Skaggs
ft off ValueBox1.Value = a END PUBLIC SUB Button2_Click() 'starts the timer1 again and resets A Timer1.delay = i Timer1.STOP ValueBox2.Value = (Timer1.Delay) / 1000 Timer1.Start Timer2.Start a = 0 END PUBLIC SUB Timer1_Timer() ' what happens when timer1 goes off Button1.BackColor = Color.R

Re: [Gambas-user] Strange error in Embedder

2008-10-16 Thread JB Skaggs
th the window title > > On Thu, Oct 16, 2008 at 3:46 PM, JB Skaggs <[EMAIL PROTECTED]> wrote: > > Right here in the code: > > > > key = Desktop.Find(windowTitle) > > > > On Thu, 2008-10-16 at 20:06 +0200, Benoit Minisini wrote: > >> On jeudi 16 o

Re: [Gambas-user] Strange error in Embedder

2008-10-16 Thread JB Skaggs
Right here in the code: key = Desktop.Find(windowTitle) On Thu, 2008-10-16 at 20:06 +0200, Benoit Minisini wrote: > On jeudi 16 octobre 2008, jbskaggs wrote: > > Okay I have an embedder working to embed Open Office- But a couple of users > > of the program get this error: > > > > Wanted Pointer [