[Gambas-user] disabling unused components

2013-12-20 Thread Bruce
We do not have the required library for gb.mime, not do we use gb.mime What I can't remember is where and how in the reconf;configure;make circus I need to stick a --disable-? option. Any help would be apprec. Bruce -- R

Re: [Gambas-user] basics of dynamic arrays of structures

2013-12-20 Thread Kevin Fishburne
On 12/21/2013 12:36 AM, Kevin Fishburne wrote: > I've gotten some flak about how I declare arrays and want to change my > ways. Previously I would do something like: > > Public SomeArray[300,300] as Integer > > I have a case now where I need an array whose number of elements will be > incremented a

[Gambas-user] basics of dynamic arrays of structures

2013-12-20 Thread Kevin Fishburne
I've gotten some flak about how I declare arrays and want to change my ways. Previously I would do something like: Public SomeArray[300,300] as Integer I have a case now where I need an array whose number of elements will be incremented and that will be cleared occasionally. Of course I can't

[Gambas-user] A "statusbar" control

2013-12-20 Thread Bruce
Did someone recently speak about having developed a "statusbar" form control? tia Bruce -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how applicat

[Gambas-user] How to copy a frame containing various controls

2013-12-20 Thread u...@gmx.ch
Dear Cracks, I want to show various CsvLines in a ScrollView. Each line will be splitted and filled in a bunch of controls which are all neatly placed and formatted in a "SourceFrame". My question: Is there an easy way to copy/paste that "SourceFrame" depending on the (flexible) amount of CsvLin