Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread Christof Thalhofer
Am 17.09.2014 um 03:19 schrieb Jussi Lahtinen: > git checkout pristine-tar > git checkout upstream > git checkout master Thats silly. git checkout just changes branches. In this example you switch between three branches and do nothing. BTW. Git is phantastic. I was coming from CVS to SVN and hal

Re: [Gambas-user] IDE image editing.

2014-09-16 Thread Christof Thalhofer
Am 17.09.2014 um 02:32 schrieb John Leake: > I posted a little while ago on gambas-user about this difficulty I have > with the source forge way of handling message threads:- You are a mailinglist-hacker, look at the screenshot, what your mail created in my thunderbird. Funny :-) Maybe you shoul

Re: [Gambas-user] Responding to a thread

2014-09-16 Thread T Lee Davidson
On 09/16/2014 09:16 PM, John Leake wrote: > Yes, same here. The hover tool tip shows 'Reply to Sender' for the > Reply button and the Reply to list button tool tip shows Reply to List > however both put the list email adr in the To: field when composing a reply. > > I’ve been told off by the boss

Re: [Gambas-user] Hot to get Class Name of Object

2014-09-16 Thread Randall Morgan
Thanks Tobi On Tue, Sep 16, 2014 at 7:29 PM, Tobias Boege wrote: > On Tue, 16 Sep 2014, Randall Morgan wrote: > > Hi All, > > > > This may be answered else where but I was unable to locate an answer > using > > google. > > > > I need to be able to query an object for it's class name. I have an >

Re: [Gambas-user] Hot to get Class Name of Object

2014-09-16 Thread Tobias Boege
On Tue, 16 Sep 2014, Randall Morgan wrote: > Hi All, > > This may be answered else where but I was unable to locate an answer using > google. > > I need to be able to query an object for it's class name. I have an object > that gets passed an owner object then, the owner is changed to a new objec

[Gambas-user] Hot to get Class Name of Object

2014-09-16 Thread Randall Morgan
Hi All, This may be answered else where but I was unable to locate an answer using google. I need to be able to query an object for it's class name. I have an object that gets passed an owner object then, the owner is changed to a new object of a different class (think fire balls being tossed a e

Re: [Gambas-user] IDE image editing.

2014-09-16 Thread John Leake
Sorry, more ignorance on my part. Its no wonder all you gambas gurus have no idea what I am talking about! On 17/09/14 02:37, Benoît Minisini wrote: > Le 17/09/2014 02:49, John Leake a écrit : >> When editing an image in the IDE under 3.5.4 there was an image size >> tool bar button. >> >> It is

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
Hi Jussi, I hope I have clicked the right reply button. I do not recognise the work flow you have annotated. I think there are many approaches that fit particular needs. Staging/non staging etc. The most significant features are:- 1) SVN will not detect a corruption - with Git the sha1 hash will

Re: [Gambas-user] IDE image editing.

2014-09-16 Thread Benoît Minisini
Le 17/09/2014 02:49, John Leake a écrit : > When editing an image in the IDE under 3.5.4 there was an image size > tool bar button. > > It is no longer there under 3.5.90 > OK, I see! You can add it back by configuring the toolbar. To configure a toolbar, click with the right mouse button on it.

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread Jussi Lahtinen
With svn you just checkout, edit the source if you want, and then compile. But with git, it requires something very different... git clone git checkout pristine-tar git checkout upstream git checkout master git-buildpackage -us -uc I don't know what those commands do, but they were advised and ob

Re: [Gambas-user] Responding to a thread

2014-09-16 Thread John Leake
Yes, same here. The hover tool tip shows 'Reply to Sender' for the Reply button and the Reply to list button tool tip shows Reply to List however both put the list email adr in the To: field when composing a reply. I’ve been told off by the boss over this early on but I cannot see the difference.

Re: [Gambas-user] How to create a new thread

2014-09-16 Thread John Leake
Thank you. On 17/09/14 01:46, T Lee Davidson wrote: > You're using Thunderbird, right? > > In the header section of the message you should see the "To" field. > Hovering over that should show "gambas-user@lists.sourceforge.net" > > Right click on that and choose "Compose message to" > > HTH, >

[Gambas-user] Responding to a thread

2014-09-16 Thread T Lee Davidson
Not sure, John. In the header section, I have a "Reply" and a "Reply List" button. Using either one sends the message to the list address. There is also "Reply to List" in the Message menu. On 09/16/2014 08:32 PM, John Leake wrote: > Responding to a thread > --- > W

Re: [Gambas-user] IDE image editing.

2014-09-16 Thread John Leake
When editing an image in the IDE under 3.5.4 there was an image size tool bar button. It is no longer there under 3.5.90 -- Want excitement? Manually upgrade your production database. When you want reliability, choose Per

[Gambas-user] How to create a new thread

2014-09-16 Thread T Lee Davidson
You're using Thunderbird, right? In the header section of the message you should see the "To" field. Hovering over that should show "gambas-user@lists.sourceforge.net" Right click on that and choose "Compose message to" HTH, Lee On 09/16/2014 08:36 PM, John Leake wrote: > Create a *new* messa

Re: [Gambas-user] form grab handles

2014-09-16 Thread John Leake
Create a *new* message instead of simply replying to a message from a thread that already exists. Creating a new message will create a new thread. Thank you. I have just elucidated my difficulty with this. Where do I create a *new* message ? ---

Re: [Gambas-user] IDE image editing.

2014-09-16 Thread John Leake
> Le 17/09/2014 00:28, John Leake a écrit : >> Did you know that the image size tool button is no longer available in >> 3.5.90 >> > > No idea what you are talking about, but please start a new thread when > the subject changes! > Sorry the context is in the Subject. I must have a misunderstand

Re: [Gambas-user] form grab handles

2014-09-16 Thread T Lee Davidson
Create a *new* message instead of simply replying to a message from a thread that already exists. Creating a new message will create a new thread. On 09/16/2014 08:22 PM, John Leake wrote: >>> IDE - form design. >>> Are the form grab handles supposed to be visible/active when a control >>> is cl

Re: [Gambas-user] form grab handles

2014-09-16 Thread John Leake
>> IDE - form design. >> Are the form grab handles supposed to be visible/active when a control >> is clicked ? >> > > Why not? > > Please start a new thread when you want to talk about another subject! > Thanks. Sorry, I changed the email subject. What else should I do ? ---

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
> Do I have to question my understanding of criticism? I really think this > is criticism and where I come from this is nothing bad. Especially if the > criticising person does it the conciliatory way :-) Thank you. Here, many will take their bat home if an outsider expresses an alternative view t

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread Benoît Minisini
Le 16/09/2014 23:04, John Leake a écrit : > Back on topic re Subject. If in the IDE you select a ToggleButton and > set its Foreground or Background colour and then later wish put either > back to its default (by selecting the control, then highlighting the > property and pressing delete) the cont

Re: [Gambas-user] form grab handles

2014-09-16 Thread Benoît Minisini
Le 17/09/2014 00:45, John Leake a écrit : > IDE - form design. > Are the form grab handles supposed to be visible/active when a control > is clicked ? > Why not? Please start a new thread when you want to talk about another subject! Thanks. -- Benoît Minisini -

Re: [Gambas-user] IDE image editing.

2014-09-16 Thread Benoît Minisini
Le 17/09/2014 00:28, John Leake a écrit : > Did you know that the image size tool button is no longer available in > 3.5.90 > No idea what you are talking about, but please start a new thread when the subject changes! -- Benoît Minisini -

[Gambas-user] Thread view broken

2014-09-16 Thread Tobias Boege
Hi people, as of recently there were more mails than usual which broke the thread view of which some mail clients are capable and which some of us like very much. On the one side, there are mails which start a new topic (judging from their content), but belong to an already existing thread. This

Re: [Gambas-user] form grab handles

2014-09-16 Thread John Leake
IDE - form design. Are the form grab handles supposed to be visible/active when a control is clicked ? -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce ver

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread Tobias Boege
On Tue, 16 Sep 2014, John Leake wrote: > > The "delete" key is the shortcut for deleting the control. Use the > > "backspace" key for voiding the property. > Sorry guys this is inconsistent and unintuitive and will drive newbies > away for sure. > > Where does it tell the user that this is so. If

Re: [Gambas-user] IDE image editing.

2014-09-16 Thread John Leake
Did you know that the image size tool button is no longer available in 3.5.90 [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.11.0-26-generic Architecture=x86_64 Distribution=Ubuntu 12.04.5 LTS Desktop=XFCE Theme=QGtk Language=en_GB.UTF-8 Memory=7863M [Libraries] Cairo=libcairo.so.2.11000.2

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
Hi guys, ToolTip has the behaviour as Text property. -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version control. Predictably reliable. http://pubads.

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
> The "delete" key is the shortcut for deleting the control. Use the > "backspace" key for voiding the property. Sorry guys this is inconsistent and unintuitive and will drive newbies away for sure. Where does it tell the user that this is so. If you double click the text property it is highlight

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread Tobias Boege
On Tue, 16 Sep 2014, John Leake wrote: > On 16/09/14 22:04, John Leake wrote: > > Back on topic re Subject. If in the IDE you select a ToggleButton and > > set its Foreground or Background colour and then later wish put either > > back to its default (by selecting the control, then highlighting th

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread Benoît Minisini
Le 16/09/2014 23:09, John Leake a écrit : > On 16/09/14 22:04, John Leake wrote: >> Back on topic re Subject. If in the IDE you select a ToggleButton and >> set its Foreground or Background colour and then later wish put either >> back to its default (by selecting the control, then highlighting th

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
On 16/09/14 22:04, John Leake wrote: > Back on topic re Subject. If in the IDE you select a ToggleButton and > set its Foreground or Background colour and then later wish put either > back to its default (by selecting the control, then highlighting the > property and pressing delete) the control i

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
Back on topic re Subject. If in the IDE you select a ToggleButton and set its Foreground or Background colour and then later wish put either back to its default (by selecting the control, then highlighting the property and pressing delete) the control is deleted instead of the property. -

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
>> P.S. I don't know why I keep going to the wrong place in the help. Also I usually use a web search engine with my problem which invariably directs me to: http://gambasdoc.org/help/doc/whatever which so far has fallen short of giving me enough info to sort thing out without pestering the mailing

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread Tobias Boege
On Tue, 16 Sep 2014, John Leake wrote: > Hi Tobi, > > Thanks. A link to [0] in 'Compiling the Subversion repository' would > save you a bit of email noise. > Sort of done. > [System] > Gambas=3.5.4 > OperatingSystem=Linux > Kernel=3.11.0-26-generic > Architecture=x86_64 > Distribution=Ubuntu 12

Re: [Gambas-user] Issue 558 in gambas: Gambas is missing a Radio Menu Item

2014-09-16 Thread gambas
Comment #4 on issue 558 by pata.kar...@gmail.com: Gambas is missing a Radio Menu Item https://code.google.com/p/gambas/issues/detail?id=558 Thanks, I'm looking forward to use it! -- You received this message because this project is configured to send all issue notifications to this address.

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
Hi Tobi, Thanks. A link to [0] in 'Compiling the Subversion repository' would save you a bit of email noise. [System] Gambas=3.5.4 OperatingSystem=Linux Kernel=3.11.0-26-generic Architecture=x86_64 Distribution=Ubuntu 12.04.5 LTS Desktop=XFCE Theme=QGtk Language=en_GB.UTF-8 Memory=7863M [Librarie

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread Tobias Boege
On Tue, 16 Sep 2014, John Leake wrote: > I followed the docs for v3 > Compiling the Subversion repository. > > I checked out trunk and did > > $ ./reconf-all > ... > $ ./configure -C > > But there are lots of inaccessible header files. > > Attached the config.log Did you see [0]? Your attachme

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
I followed the docs for v3 Compiling the Subversion repository. I checked out trunk and did $ ./reconf-all ... $ ./configure -C But there are lots of inaccessible header files. Attached the config.log config.log.tar.gz Description: GNU Zip compressed data -

Re: [Gambas-user] Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict

2014-09-16 Thread Ru Vuott
Hello, > If you don't know how to deal with svn conflicts, the simpler is > recreating a new local repository from scratch...with "svn checkout"! >You would use the same argument but in a new > directory or delete the > current version in > the current directory and re-run $ svn checkout svn:

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
> > I'm talking about the development version. > Sorry, no wonder you want to get it out quickly. Will down load, build and report back. -- Want excitement? Manually upgrade your production database. When you want reliab

Re: [Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread Benoît Minisini
Le 16/09/2014 17:16, John Leake a écrit : > Hi All, > I cannot see any change in back/fore colour change on any control. > Should this work OK ? > > [System] > Gambas=3.5.4 > OperatingSystem=Linux > Kernel=3.11.0-26-generic > Architecture=x86_64 > Distribution=Ubuntu 12.04.5 LTS > Desktop=XFCE > Th

[Gambas-user] Control Backgroung/Foreground colour

2014-09-16 Thread John Leake
Hi All, I cannot see any change in back/fore colour change on any control. Should this work OK ? [System] Gambas=3.5.4 OperatingSystem=Linux Kernel=3.11.0-26-generic Architecture=x86_64 Distribution=Ubuntu 12.04.5 LTS Desktop=XFCE Theme=QGtk Language=en_GB.UTF-8 Memory=7863M [Libraries] Cairo=libc

Re: [Gambas-user] Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict

2014-09-16 Thread Randall Morgan
Ru, You would use the same argument but in a new directory or delete the current version in the current directory and re-run $ svn checkout svn:// svn.code.sf.net/p/gambas/code/gambas/trunk On Tue, Sep 16, 2014 at 8:07 AM, Ru Vuott wrote: > > If you don't know how to deal with svn conflicts, t

Re: [Gambas-user] Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict

2014-09-16 Thread Ru Vuott
> If you don't know how to deal with svn conflicts, the simpler is > recreating a new local repository from scratch...with "svn checkout"! Excuse me, maybe i didn't understand... but " ~ $ svn checkout " and with what arguments ? :-( Regards vuott ---

Re: [Gambas-user] Make installation package fails on Manjaro

2014-09-16 Thread Benoît Minisini
Le 13/09/2014 23:47, Jørn Erik Mørne a écrit : > > Den 13. sep. 2014 23:41, skrev Benoît Minisini: >> Le 13/09/2014 23:28, Jørn Erik Mørne a écrit : >>> If I may add one more issue - hope I am not flooding here now, but this >>> one has been around since day one. On Manjaro, making installation >>>

Re: [Gambas-user] Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict

2014-09-16 Thread Benoît Minisini
Le 14/09/2014 14:06, Ru Vuott a écrit : > Hello, > > updating via SVN my Gambas, I obtained this strange notice: > > ~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk > Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict > Checked out revision 6473. > > > > What is

[Gambas-user] Issue 561 in gambas: Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

2014-09-16 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Enhancement Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 561 by torredel...@gmail.com: Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas https://code.google.co

Re: [Gambas-user] Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

2014-09-16 Thread Julio Sanchez
Benoít: ok, I just add, I think it is the 560 issue Regards Julio 2014-09-16 10:57 GMT+02:00 Benoît Minisini : > Le 16/09/2014 10:44, Julio Sanchez a écrit : > > Note: > > You could also add a new menu with several configurable item > > > > 2014-09-16 10:43 GMT+02:00 Julio Sanchez : > > > >>

[Gambas-user] Issue 560 in gambas: Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

2014-09-16 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Enhancement Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 560 by torredel...@gmail.com: Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas https://code.google.co

Re: [Gambas-user] Issue 559 in gambas: default charset is not unicode

2014-09-16 Thread gambas
Updates: Status: Accepted Labels: -Version-3.5.4 Version-3.5.0 Comment #1 on issue 559 by benoit.m...@gmail.com: default charset is not unicode https://code.google.com/p/gambas/issues/detail?id=559 Please tell me where you read that in the documentation, because it is false.

Re: [Gambas-user] Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

2014-09-16 Thread Benoît Minisini
Le 16/09/2014 10:44, Julio Sanchez a écrit : > Note: > You could also add a new menu with several configurable item > > 2014-09-16 10:43 GMT+02:00 Julio Sanchez : > >> Benoit: >> >> Request for improvement or expansion: >> >> Add configurable toolbar buttons within the IDE to assign external >> pro

Re: [Gambas-user] ...And what is planned for Gambas 3.7

2014-09-16 Thread Randall Morgan
I would allow the user to chose during installation if basic help files and basic example files were to be downloaded locally. But let the user know that there are more available online. That way those like myself who often travel to where there is no internet can decide what they need to take with

Re: [Gambas-user] Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

2014-09-16 Thread Julio Sanchez
Note: You could also add a new menu with several configurable item 2014-09-16 10:43 GMT+02:00 Julio Sanchez : > Benoit: > > Request for improvement or expansion: > > Add configurable toolbar buttons within the IDE to assign external > programs and / or executables .gambas > > It would be a simple

[Gambas-user] Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

2014-09-16 Thread Julio Sanchez
Benoit: Request for improvement or expansion: Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas It would be a simple and easy way to add simple facts pluggins to ide gambas Regards Julio ---

Re: [Gambas-user] Planning the release of Gambas 3.6...

2014-09-16 Thread Benoît Minisini
Le 16/09/2014 07:50, John Leake a écrit : > Any chance of adding opacity and colour to simple controls ? > You can already assign a transparent background color to controls. But: - toolkits don't support global opacity for one control. Or at least I didn't see where! - toolkits do not take back

Re: [Gambas-user] gb.db.form: Program hangs after erasing content in a DataControl and clicking into a DataBrowser

2014-09-16 Thread Tobias Boege
On Tue, 16 Sep 2014, Christof Thalhofer wrote: > Hi Tobias, > > Am 12.09.2014 um 10:52 schrieb Tobias Boege: > > >>> Have you tested that? Do you have a patch for the project? > > Did a correction, please test it. Now it should not hang any more and > work as expected. > Thank you! Attached i

Re: [Gambas-user] ...And what is planned for Gambas 3.7

2014-09-16 Thread rolf
Hi Benoît > For the next version, I'd like to implement a Gambas dedicated software > repository. It sounds good > 1) The Gambas repository is an http web service, but without website at > the moment. It will allow to: > - upload software. > - search for software. > - download software. > > 2) A