Re: [Gambas-user] gambas for MAC OS ppc/intel ?

2017-07-10 Thread PICCORO McKAY Lenz
thanks toby! great! holy sh*t, yeah, i need it to get out my way that thing named java! now "urgar" int archives.. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-10 20:22 GMT-04:00 Tobias Boege : > On Mon, 10 Jul 2017, PICCORO McKAY Lenz wrote: > > any news/notes about MA

Re: [Gambas-user] gambas for MAC OS ppc/intel ?

2017-07-10 Thread Tobias Boege
On Mon, 10 Jul 2017, PICCORO McKAY Lenz wrote: > any news/notes about MAC port of gambas? where download etc? if any! I'm not aware of any news but you may want to contact Francois Gallo who was able to run the Gambas IDE on OS X back in 2011 [1]. I'm sure you can dig up his email address in the a

Re: [Gambas-user] gambas for MAC OS ppc/intel ?

2017-07-10 Thread PICCORO McKAY Lenz
any news/notes about MAC port of gambas? where download etc? if any! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-04 13:17 GMT-04:00 PICCORO McKAY Lenz : > i can see that there a FreeBSD install/compile how to in wiki: > http://gambaswiki.org/wiki/install/freebsd > > sinc

Re: [Gambas-user] Gambas in a tablet. Is it possible?

2017-07-10 Thread PICCORO McKAY Lenz
2017-07-10 17:42 GMT-04:00 Rolf-Werner Eilert : > Basically, someone would have to do what Benoit once did: sacrifice "some" > time and write a library that links Gambas functions to Android GUI. those that have the time does not have the money or food in that time > > Android is similar to Linux,

Re: [Gambas-user] RichText in Gambas

2017-07-10 Thread Tobias Boege
On Mon, 10 Jul 2017, Rolf-Werner Eilert wrote: > Is there an information about the RichText property? I mean, which HTML tags > are accepted etc.? > GridView is in gb.gui.base (written in Gambas) and you can see that it uses the Paint class to draw its cells. To draw RichText it uses Paint.DrawR

[Gambas-user] RichText in Gambas

2017-07-10 Thread Rolf-Werner Eilert
Is there an information about the RichText property? I mean, which HTML tags are accepted etc.? I could imagine at least Benoit should know where to get information about it. In my GridView example, I tried RichText for the cell. Pure font style tags run well, like bold, italics etc. But I h

[Gambas-user] How to use drag-and-drop

2017-07-10 Thread Rolf-Werner Eilert
The basic usage of the drag-and-drop functions isn't quite clear to me. I couldn't find much information in the wiki about it. Here is my code. I use t$ as a simple storage place and TextBox1 is only to see what the thing does. The user should pick the red cell in GridView1 and drag it to anot

Re: [Gambas-user] Gambas in a tablet. Is it possible?

2017-07-10 Thread Rolf-Werner Eilert
Basically, someone would have to do what Benoit once did: sacrifice "some" time and write a library that links Gambas functions to Android GUI. Android is similar to Linux, at its core. So very basic Gambas functions should run on an Android without too much adaptation. The GUI however is comp

Re: [Gambas-user] how to trap show modal close response?

2017-07-10 Thread PICCORO McKAY Lenz
ah, the problem was i write: "FLogin.ShowModal" and due its a function must be: "FLogin.ShowModal()" thanks Jussi.. why this heck are not well documented in the wiki? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-10 16:19 GMT-04:00 Jussi Lahtinen : > Public Sub Main(

Re: [Gambas-user] how to trap show modal close response?

2017-07-10 Thread Jussi Lahtinen
Public Sub Main() Dim ii As Integer = FLogin.ShowModal() End ''Now the ii contains the output. PS. Are you sure that is override of something? Jussi On Mon, Jul 10, 2017 at 11:02 PM, PICCORO McKAY Lenz wrote: > i have a simple module: > > > Public Sub Main() > > FLogin.ShowModal > > En

[Gambas-user] how to trap show modal close response?

2017-07-10 Thread PICCORO McKAY Lenz
i have a simple module: Public Sub Main() FLogin.ShowModal End and on the FLogin.class i have a simple override of a buton event: Public Sub closebtn_Click() Me.Close(33) End how can i trap in the MMain module in main the reponse of the FLogin without explicit call to moduleo inside th

Re: [Gambas-user] Gambas in a tablet. Is it possible?

2017-07-10 Thread PICCORO McKAY Lenz
hi, sorry for revivin old threaths, but i'm interesting in gambas in other systems.. its there any new or something about gambas in androit? tablets? Message: 1 > Date: Thu, 31 Oct 2013 11:51:16 -0400 > From: Rob Kudla > One way you could get a virtual keyboard and mouse input is to use one of

[Gambas-user] [Gambas Bug Tracker] Bug #1127: please switch to libsecret from keyring

2017-07-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1127&from=L21haW4- Comment #2 by PICCORO LENZ MCKAY: the requirements for libsecret are very high, with only removal of gnome related its just fine.. -- Check out the v

[Gambas-user] [Gambas Bug Tracker] Bug #1127: please switch to libsecret from keyring

2017-07-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1127&from=L21haW4- Comment #1 by Benoît MINISINI: I deprecated the 'gb.desktop.gnome' component, and do not use it anymore. Is it enough for debian? After all, you don't have to compile all the components to compile Gambas. Benoît MINISINI chang

[Gambas-user] [Gambas Bug Tracker] Bug #1127: please switch to libsecret from keyring

2017-07-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1127&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sla

[Gambas-user] [Gambas Bug Tracker] Bug #1127: please switch to libsecret from keyring

2017-07-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1127&from=L21haW4- Gianfranco COSTAMAGNA reported a new bug. Summary --- please switch to libsecret from keyring Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ---

[Gambas-user] [Gambas Bug Tracker] Bug #1126: idea to add code snippets

2017-07-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1126&from=L21haW4- PICCORO LENZ MCKAY changed the state of the bug to: Invalid. -- Check out the vibrant tech community on one of the world's most engaging tech sites, S

[Gambas-user] [Gambas Bug Tracker] Bug #1126: idea to add code snippets

2017-07-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1126&from=L21haW4- Comment #1 by PICCORO LENZ MCKAY: bugtracker wrote > It would be a good idea to add code snippets > something like this: > Public Const _Properties As String = "*" > 'Public Const _DefaultEvent As String = "" > 'Public Const _Def

Re: [Gambas-user] [Gambas Bug Tracker] Bug #1126: idea to add code snippets

2017-07-10 Thread Charlie
bugtracker wrote > It would be a good idea to add code snippets > something like this: > Public Const _Properties As String = "*" > 'Public Const _DefaultEvent As String = "" > 'Public Const _DefaultSize As String = "" > 'Public Const _Group As String = "" > 'Public Const _DrawWith As String = "" >