[Gambas-user] Fwd: Re: Feature request for gambas load screen

2016-02-25 Thread rterry
Sent from my Samsung GALAXY S5 Original message From: Rolf-Werner Eilert Date: 26/02/2016 18:42 (GMT+10:00) To: gambas-user@lists.sourceforge.net Subject: Re: [Gambas-user] Feature request for gambas load screen Am 26.02.2016 04:35, schrieb richard terry: > On

Re: [Gambas-user] Feature request for gambas load screen

2016-02-25 Thread Rolf-Werner Eilert
Am 26.02.2016 04:35, schrieb richard terry: > On 26/02/16 10:07, Charlie Reinl wrote: >> Am Donnerstag, den 25.02.2016, 22:54 +0100 schrieb Benoît Minisini: >>> Le 25/02/2016 22:42, Charlie Reinl a écrit : Am Freitag, den 26.02.2016, 07:55 +1100 schrieb richard terry: > Hi benoit, > >

Re: [Gambas-user] Feature request for gambas load screen

2016-02-25 Thread Rolf-Werner Eilert
Am 25.02.2016 22:54, schrieb Benoît Minisini: > Le 25/02/2016 22:42, Charlie Reinl a écrit : >> Am Freitag, den 26.02.2016, 07:55 +1100 schrieb richard terry: >>> Hi benoit, >>> >>> If there is another way to do this please let me know. >>> >>> When I load gambas the boot screen has lots of 'old'

Re: [Gambas-user] Feature request for gambas load screen

2016-02-25 Thread richard terry
On 26/02/16 10:07, Charlie Reinl wrote: > Am Donnerstag, den 25.02.2016, 22:54 +0100 schrieb Benoît Minisini: >> Le 25/02/2016 22:42, Charlie Reinl a écrit : >>> Am Freitag, den 26.02.2016, 07:55 +1100 schrieb richard terry: Hi benoit, If there is another way to do this please let me

Re: [Gambas-user] How to automatically select all text when first entering editable TableView cell?

2016-02-25 Thread T Lee Davidson
On 02/25/2016 04:29 PM, Fabien Bodard wrote: > The code below work well. It seem that the code in table view interact > after the activate event on the editor. So the workaround > is to do the selection after the event. That is what my code do > > > > ' Gambas class file > > Private hEditor As Text

Re: [Gambas-user] [Gambas Bug Tracker] Bug #897: Function "week" is one hour to early

2016-02-25 Thread Benoît Minisini
Le 25/02/2016 20:34, Charlie a écrit : > Please also see this thread: - > * > https://gambas.guru/tiki-view_forum_thread.php?forumId=31&threadId=5094&comzone=show#threadId5094 > > * > See, and fixed

Re: [Gambas-user] Feature request for gambas load screen

2016-02-25 Thread Charlie Reinl
Am Donnerstag, den 25.02.2016, 22:54 +0100 schrieb Benoît Minisini: > Le 25/02/2016 22:42, Charlie Reinl a écrit : > > Am Freitag, den 26.02.2016, 07:55 +1100 schrieb richard terry: > >> Hi benoit, > >> > >> If there is another way to do this please let me know. > >> > >> When I load gambas the boo

[Gambas-user] [Gambas Bug Tracker] Bug #897: Function "week" is one hour to early

2016-02-25 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.897&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in revision #7611. Benoît MINISINI changed the state of the bug to: Fixed. -- Site24x7 APM Insight: Get Deep Visi

Re: [Gambas-user] An heretical suggestion for the IDE toolbar

2016-02-25 Thread Charlie
Simply press [F12] to swap between code and Form -- View this message in context: http://gambas.8142.n7.nabble.com/An-heretical-suggestion-for-the-IDE-toolbar-tp55547p3.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] How to automatically select all text when first entering editable TableView cell?

2016-02-25 Thread Charlie
Sorry Fabien but your code does not work for me (GTK or QT4), The next selected cell's text is not 'selected' Have a look at the video attached. cinnamon-20160225-1.webm <http://gambas.8142.n7.nabble.com/file/n2/cinnamon-20160225-1.webm> -- View this message in co

Re: [Gambas-user] An heretical suggestion for the IDE toolbar

2016-02-25 Thread Jussi Lahtinen
Click on the toolbar with right mouse button and select configure. That way you can rearrange the icons more suitably for you. Maybe that helps? Jussi On Thu, Feb 25, 2016 at 11:40 PM, richard terry wrote: > Hi benoit, > > I wonder if you would consider this. > > I can't tell you how many tim

Re: [Gambas-user] Feature request for gambas load screen

2016-02-25 Thread Charlie Reinl
Am Freitag, den 26.02.2016, 07:55 +1100 schrieb richard terry: > Hi benoit, > > If there is another way to do this please let me know. > > When I load gambas the boot screen has lots of 'old' projects on it. As > I continue to develop my software I sometimes run in parallel different > versions

Re: [Gambas-user] How to automatically select all text when first entering editable TableView cell?

2016-02-25 Thread Jorge Carrión
The textbox1.select() without parameters doesn't work for me, despite what gambas help says. Passing the parameters works well... However, I must say that I haven't tested it on a tableview... Regards 2016-02-25 20:30 GMT+01:00 Charlie : > Hi Jorge, > I looked at you solution but have a couple o

[Gambas-user] An heretical suggestion for the IDE toolbar

2016-02-25 Thread richard terry
Hi benoit, I wonder if you would consider this. I can't tell you how many times I click on the wrong icon up on the left hand side, when I'm constantly switching from form to code. The save, reload and the constantly switching code/form little icon are confusing. Since there is such a large

Re: [Gambas-user] How to automatically select all text when first entering editable TableView cell?

2016-02-25 Thread Fabien Bodard
2016-02-25 20:30 GMT+01:00 Charlie : > Hi Jorge, > I looked at you solution but have a couple of points:- > 1/. To select all the text in a TextBox there is no need for any more than > *TextBox1.Select* Well it seem there is a problem with gtk for that. > 2/. Even if, having added a TextBox as an

[Gambas-user] Feature request for gambas load screen

2016-02-25 Thread richard terry
Hi benoit, If there is another way to do this please let me know. When I load gambas the boot screen has lots of 'old' projects on it. As I continue to develop my software I sometimes run in parallel different versions, they will com up looking the same except different database version and sv

Re: [Gambas-user] [Gambas Bug Tracker] Bug #897: Function "week" is one hour to early

2016-02-25 Thread Charlie
Please also see this thread: - * https://gambas.guru/tiki-view_forum_thread.php?forumId=31&threadId=5094&comzone=show#threadId5094 * -- View this message in context: http://gambas.8142.n7.nabbl

Re: [Gambas-user] How to automatically select all text when first entering editable TableView cell?

2016-02-25 Thread Charlie
Hi Jorge, I looked at you solution but have a couple of points:- 1/. To select all the text in a TextBox there is no need for any more than *TextBox1.Select* 2/. Even if, having added a TextBox as an editor, you change T Lee's code to the below it doesn't work for me: - * TableView1.Editwith(TextBo

Re: [Gambas-user] How to automatically select all text when first entering editable TableView cell?

2016-02-25 Thread Jorge Carrión
That is very tricky. Just try this: Public Sub Form_Open() TextBox1.SetFocus() TextBox1.Select(0, Len(TextBox1.Text)) End 2016-02-25 18:00 GMT+01:00 Charlie : > I could not get Gambas to do this, that's not to say it can't. I noticed > that > pressing [Ctrl]+A selected the text so my solu

Re: [Gambas-user] How to automatically select all text when first entering editable TableView cell?

2016-02-25 Thread Charlie
I could not get Gambas to do this, that's not to say it can't. I noticed that pressing [Ctrl]+A selected the text so my solution is to get BASH to press [Ctrl]+A 1/. Download and install 'xdotool' 2/. Insert the following line after 'TableView1.Edit()' Shell "xdotool key ctrl+a" It worked for me.

[Gambas-user] R: Textbox transparent

2016-02-25 Thread Ru Vuott
... absolutly transparent: Public Sub Form_Open() With TextBox1 .Border = Border.None .Background = Color.Transparent' id est: -16777216 End With End Gio 25/2/16, abbat81 ha scritto: Oggetto: [Gambas-user] Textbox transparen

[Gambas-user] R: Textbox transparent

2016-02-25 Thread Ru Vuott
i would suggest: Public Sub Form_Open() TextBox1.Background = -16777216 End Gio 25/2/16, abbat81 ha scritto: Oggetto: [Gambas-user] Textbox transparent A: gambas-user@lists.sourceforge.net Data: Giovedì 25 febbraio 2016, 08:52 Is th

[Gambas-user] Textbox transparent

2016-02-25 Thread abbat81
Is there any way to get textbox transparent? -- View this message in context: http://gambas.8142.n7.nabble.com/Textbox-transparent-tp55538.html Sent from the gambas-user mailing list archive at Nabble.com. -- Site24x7