Re: [Gambas-user] TabPanel Edition

2014-01-18 Thread Fabien Bodard
I mean the numbers of shown tabs don't change so i can't edit theire content. 2014/1/19 Benoît Minisini : > Le 18/01/2014 17:21, Fabien Bodard a écrit : >> Is it normal that changing the count property in the property windows >> don't change the edited tabpanel in the form editor ? >> > > Yes, I

Re: [Gambas-user] how to delete all traces of Gambas?

2014-01-18 Thread Kevin Fishburne
On 01/18/2014 07:33 AM, Jussi Lahtinen wrote: These should do it: sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3 sudo rm -f /usr/local/bin/gambas3 sudo rm -f /usr/local/bin/gambas3

[Gambas-user] include/exclude lists for executables, source archives and (autotools) packages

2014-01-18 Thread Bruce
Some comments and questions and requests. 1) the gambasdoc "Project Directory Structure" page ( http://gambasdoc.org/help/doc/project_structure?v3 ) says that a) "Other files and directories" i.e. the Data folder are not included in the executable. Surely this cannot be right? b) "[.hidden] stuff

[Gambas-user] EXPORT OPTIONAL

2014-01-18 Thread Bruce
I have just noticed that I can specify EXPORT OPTIONAL at the top of a component class. I understand what it does, but just wanted to ask what is the advantage of specifying that? regards Bruce -- CenturyLink Cloud: The

Re: [Gambas-user] TabPanel Edition

2014-01-18 Thread Benoît Minisini
Le 18/01/2014 17:21, Fabien Bodard a écrit : > Is it normal that changing the count property in the property windows > don't change the edited tabpanel in the form editor ? > Yes, I don't see the problem there. -- Benoît Minisini -

Re: [Gambas-user] Printing text vertically (using printing or gb.report)

2014-01-18 Thread Willy Raets
On Fri, 2014-01-17 at 21:50 +0100, Fabien Bodard wrote: > 2014/1/16 Willy Raets : > > > > I added some screenshots of how it is implemented at the moment in MS > > Access. As you can see the report designer of MS Access allows for > > labels to be placed vertically on the design (there is a propert

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-18 Thread Bruce
On Sat, 2014-01-18 at 17:19 +0100, Fabien Bodard wrote: > The move left/right arrows must be at the left, because when we are > changing doc from code to form. > the arrow place position depend of the presence of right property panel. > > I think the tabs need to have all the same size if the clos

Re: [Gambas-user] TabPanel Edition

2014-01-18 Thread Bruce
On Sat, 2014-01-18 at 17:21 +0100, Fabien Bodard wrote: > Is it normal that changing the count property in the property windows > don't change the edited tabpanel in the form editor ? > If by "normal" you mean does it happen here too, then yes. [System] Gambas=3.5.90 OperatingSystem=Linux Kernel

[Gambas-user] TabPanel Edition

2014-01-18 Thread Fabien Bodard
Is it normal that changing the count property in the property windows don't change the edited tabpanel in the form editor ? -- Fabien Bodard -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More B

[Gambas-user] Two suggestions about TabPanel

2014-01-18 Thread Fabien Bodard
The move left/right arrows must be at the left, because when we are changing doc from code to form. the arrow place position depend of the presence of right property panel. I think the tabs need to have all the same size if the close button is used. It ca be the size of the longest one. so when cl

Re: [Gambas-user] how to delete all traces of Gambas?

2014-01-18 Thread Rolf-Werner Eilert
Am 18.01.2014 06:09, schrieb Kevin Fishburne: > Quick question. How do you manually delete all traces of Gambas from > your system? I need to add that to my compilation script as it's having > some trouble running older revisions of Gambas and I think that's the > reason why. I'm using Kubuntu 13

Re: [Gambas-user] how to delete all traces of Gambas?

2014-01-18 Thread Jussi Lahtinen
These should do it: sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3 sudo rm -f /usr/local/bin/gambas3 sudo rm -f /usr/local/bin/gambas3.gambas sudo rm -f /usr/bin/gbx3 /usr/bin/gbc3