Re: [Gambas-user] Custom Control Icon

2019-04-04 Thread Fabien Bodard
If I remember well the icon must have the class name in lower case. And stored in .hidden/control folder And in png format 😊 Le jeu. 4 avr. 2019 11:13, bill-lancaster a écrit : > I haven't yet been able to install the control's icon successfully. > I have installed an icon in the .hidden/cont

Re: [Gambas-user] Loop variable question

2019-02-04 Thread Fabien Bodard
to walk your code But its not so long Just comment the variable in the header 'Private MyVar as type And add it in the fuctions Dim MyVar as type. We win also the ability to declare var every were in the code. Even : for myVar as Integer = 0 to 10 Next Regards, Fabien Bodard Le m

Re: [Gambas-user] Marco?

2017-10-03 Thread Fabien Bodard
hdot.org! http://sdm.link/slashdot > ___________ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard ---

Re: [Gambas-user] New domain name for Gambas

2017-09-02 Thread Fabien Bodard
Gambas-basic is the good Choice as it link well the name of the project and its principal purpose Le 2 sept. 2017 23:17, "Gianluigi" a écrit : > yes i like it > > Regards > Gianluigi > > 2017-09-02 22:52 GMT+02:00 Benoît Minisini via Gambas-user < > gambas-user@lists.sourceforge.net>: > > > Le 0

[Gambas-user] Benoit

2017-08-28 Thread Fabien Bodard
Tu reçois mes mails direct ? -- Fabien Bodard -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sla

Re: [Gambas-user] Switching to GitLab

2017-08-23 Thread Fabien Bodard
> ___ >> >> Gambas-user mailing list >> >> Gambas-user@lists.sourceforge.net >> >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> >> > >> > >> --

Re: [Gambas-user] Connect to and control LibreOffice

2017-08-22 Thread Fabien Bodard
> >>> Regards >>> >>> Rolf >>> >> >> Of course it is actually more complex: the structure of the content.xml >> file is sometimes difficult to manage, especially with LibreOffice >> sheets. Using the XML components may help. >> >>

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-21 Thread Fabien Bodard
community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> ___ >> Gambas-user mailing list >> Gambas-user@lists.sourceforge.net >> https://lists.sourcefo

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Fabien Bodard
dabout. In my program, I could use it, > because the picture would have to be made only once and then could stay the > same, but it still needs to use the filesystem for it. > > Regards > Rolf > > > > Am 09.08.2017 16:46, schrieb Fabien Bodard: >> >> well i do

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Fabien Bodard
h community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > htt

Re: [Gambas-user] Two colors and two entries in a GridView

2017-08-05 Thread Fabien Bodard
this is an example 2017-08-05 13:07 GMT+02:00 Fabien Bodard : > I think you need to use the _Draw Event of the grid view. > > http://gambaswiki.org/wiki/comp/gb.qt4/gridview/.draw > > Event Draw ( X As Integer, Y As Integer, Width As Integer, Height As > Integer, Row As Integer,

Re: [Gambas-user] Two colors and two entries in a GridView

2017-08-05 Thread Fabien Bodard
dependent of the Scroll translation so use these value to place objects. To drawing a circle + a text in the _Draw event of the gridview: Paint.Ellipse(X,Y,Height, Height) Paint.Stroke Paint.DrawText("MyText",Width,Y,Width-Height,Height) -- Fab

Re: [Gambas-user] Why is this code running twice?

2017-08-02 Thread Fabien Bodard
ush = Paint.Color(Color.SetAlpha(Color.Red, 128)) Paint.LineWidth = 1 For i = -15 To 195 Step 15 angle = Rad(CFloat(i)) Paint.MoveTo(0, 0) Paint.LineTo(Cos(angle) * W / 2, Sin(angle) * H / 2) Print Cos(angle) * w / 2 Paint.Stroke 'Paint.

Re: [Gambas-user] help with ListView code?

2017-07-28 Thread Fabien Bodard
Le 28 juil. 2017 07:12, "mikeB" a écrit : Greetings all, I've got a Listview (set as Column view) with 2 columns that I'm using for testing so I might understand how all this works so can add it to a project. testCode.. With listview1 .Clear

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-21 Thread Fabien Bodard
Le 22 juil. 2017 03:56, "Benoît Minisini via Gambas-user" < gambas-user@lists.sourceforge.net> a écrit : Le 19/07/2017 à 17:01, Sebastián Kulesz a écrit : > Hi Benoît, > > I wanted to ask you what were the component changes since the last release. > I am on an exchange in Germany and couldn't rea

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread Fabien Bodard
________ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Check out the vibrant tech commun

Re: [Gambas-user] About gambas, the word

2017-07-13 Thread Fabien Bodard
- >> -- >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> ___ >> Gambas

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

2017-07-12 Thread Fabien Bodard
Le 11 juil. 2017 01:39, "PICCORO McKAY Lenz" a écrit : 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 mon

Re: [Gambas-user] reparent menu item

2017-07-11 Thread Fabien Bodard
> Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/l

Re: [Gambas-user] IconView strange behavior.

2017-07-06 Thread Fabien Bodard
You need to call the function Rename of the item. Public Sub IconView1_MouseUp() if Mouse.Right then IconView1.Current.Rename End 2017-07-04 13:33 GMT+02:00 Gianluigi : > Hi Fabien, > > I attach the rename test as required. > > Regards > Gianluigi > > 2017-07-04 12:03

Re: [Gambas-user] Any (easy) way to render RTF or HTML with gambas?

2017-07-04 Thread Fabien Bodard
Maybe you can send me a source. So i can take an eyes. 2017-07-02 23:17 GMT+02:00 Fernando Cabral : > 2017-07-02 17:19 GMT-03:00 Fabien Bodard : > >> Well DocumentView is just a viewer i've done for gb.report. In fact >> it's abilities is to manages different Im

Re: [Gambas-user] IconView strange behavior.

2017-07-04 Thread Fabien Bodard
s, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Check out

Re: [Gambas-user] Any (easy) way to render RTF or HTML with gambas?

2017-07-02 Thread Fabien Bodard
ch sites, Slashdot.org! http://sdm.link/slashdot >>>>>> _______ >>>>>> Gambas-user mailing list >>>>>> Gambas-user@lists.sourceforge.net >>>>>> https://lists.sourceforge.net/lists/listinfo/g

Re: [Gambas-user] I need a hint on how to deleted duplicate items in a array

2017-06-30 Thread Fabien Bodard
; > > >> > > > >> > > > -- >> > > > Check out the vibrant tech community on one of the world's most >> > > > engaging tech sites, Slashdot.org! http://sdm.link/sl

Re: [Gambas-user] Fwd: No menus visible Qt5 on Unity

2017-06-30 Thread Fabien Bodard
- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing

Re: [Gambas-user] Fwd: No menus visible Qt5 on Unity

2017-06-29 Thread Fabien Bodard
r/Session0 > XDG_SESSION_TYPE=x11 > XMODIFIERS=@im=ibus > _=/usr/bin/gambas3 > > -- > Check out the vibrant tech community on o

Re: [Gambas-user] Form listener

2017-05-29 Thread Fabien Bodard
uot;There's an old saying: Don't change anything... ever!" -- Mr. Monk > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, S

[Gambas-user] Fwd: ​ Re: Keyboard locked -- insisting one more time

2017-05-25 Thread Fabien Bodard
-- Forwarded message -- From: Fernando Cabral Date: 2017-05-25 0:12 GMT+02:00 Subject: Re: [Gambas-user] Re: Keyboard locked -- insisting one more time To: Fabien Bodard I 2017-05-24 14:31 GMT-03:00 Fabien Bodard : > > can you describe your machine ? If you mean hardw

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fabien Bodard
gn time >> test. Again, the difference, I guess, is pretty much just the execution >> environment, or not? >> >> >> >> >> --- >> >> Gláucio de Araujo >> >> Mail : glaucio.de.ara...@gmail.com >> TIM : (11) 95900-7801 (WhatsA

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fabien Bodard
gmail.com > TIM : (11) 95900-7801 (WhatsApp / Telegram) > > 2017-05-24 7:25 GMT-03:00 Benoît Minisini : > >> Le 24/05/2017 à 08:44, Fabien Bodard a écrit : >> > We need to wait for Benoit as it's a misstake on the rev 8132. >> > >> >> I

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-23 Thread Fabien Bodard
t svn. Regards, Fabien Bodard 2017-05-24 6:23 GMT+02:00 Dimitris Anogiatis : > Ok.. Gambas3 run as root? Not a good idea. I realize it's a much needed > workaround but not the recommended one. I would go with what Cris suggested. > I've run Gambas3 3.9.2 on a Virtualbox VM of Ubun

Re: [Gambas-user] Split: misleading Wiki

2017-05-22 Thread Fabien Bodard
A=Split (replace ("##yyy##1234","##",chr (27)),chr (27)) Or do not use double characters as separator . Le 22 mai 2017 23:35, a écrit : > Matti > > Your string has 3 substrings when split with SPLIT (STRING, "#"): > > Index 0: "Hello" > Index 1: "" > Index 2: "12345" > > It is documented

Re: [Gambas-user] ComboBox as a SearchBox?

2017-05-19 Thread Fabien Bodard
t;> > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-us

Re: [Gambas-user] Class startup?

2017-05-19 Thread Fabien Bodard
ist >> Gambas-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org!

Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-19 Thread Fabien Bodard
- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourcef

Re: [Gambas-user] How to use gb.map ".AddPolyLine( )" method ?

2017-05-18 Thread Fabien Bodard
___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Check out the vibrant tech communi

Re: [Gambas-user] Huge data in gridview documentation wiki does not explain how

2017-05-18 Thread Fabien Bodard
munity on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-u

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread Fabien Bodard
t;Can you send a tar.gz archive of your project directory? >>> > >>> > I am sending one. Do you need them all? >>> > (tar compressed) >>> > >>> > Regards >>> > >>> > - fernando >>> > >>> >>

Re: [Gambas-user] Huge data in gridview documentation wiki does not explain how

2017-05-16 Thread Fabien Bodard
http://sdm.link/slashdot >> ___ >> Gambas-user mailing list >> Gambas-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > --

Re: [Gambas-user] Huge data in gridview documentation wiki does not explain how

2017-05-16 Thread Fabien Bodard
s most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard --

Re: [Gambas-user] Editing still blocked

2017-05-16 Thread Fabien Bodard
88-8868 > Skype: fernandojosecabral > Telefone fixo: +55 (37) 3521-2183 > Telefone celular: +55 (37) 99988-8868 > > Enquanto houver no mundo uma só pessoa sem casa ou sem alimentos, > nenhum político ou cientista poderá se gabar de nada. > -------

Re: [Gambas-user] How to use gb.map ".AddPolyLine( )" method ?

2017-05-16 Thread Fabien Bodard
This is done in the last revision. So you can use the polyline to draw endless line worms and change the line thinkness. map["MyShapeLayer"][MyObject].LineWidth Or for all layer objects (default Value =2): Map["MyShapeLayer"].LineWidth 2017-05-16 22:01 GMT+02:00 Fabien B

Re: [Gambas-user] How to use gb.map ".AddPolyLine( )" method ?

2017-05-16 Thread Fabien Bodard
-- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list >

Re: [Gambas-user] Close If Clicked Outside Form

2017-05-05 Thread Fabien Bodard
____ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Check out the vibrant tech community on

Re: [Gambas-user] transparency on rotated image

2017-05-05 Thread Fabien Bodard
ling list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Check out the vibrant tech community on one of the world's

Re: [Gambas-user] Math Operation

2017-05-04 Thread Fabien Bodard
Gambas-user Info Page - lists.sourceforge.net> lists.sourceforge.net/lists/listinfo/gambas-user> >> lists.sourceforge.net >> To see the collection of prior postings to the list, visit the Gambas-user >> Archives. Using Gambas-user: To post a message to all the list member

Re: [Gambas-user] Help menu in Properties

2017-05-02 Thread Fabien Bodard
dm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Chec

Re: [Gambas-user] Looking for hyphenation library for gambas

2017-05-02 Thread Fabien Bodard
> Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Check out the vibrant tech community on one of the world's mo

Re: [Gambas-user] Graphics programming help

2017-04-25 Thread Fabien Bodard
nt tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@list

Re: [Gambas-user] shell

2017-04-25 Thread Fabien Bodard
> Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Check out the vibrant tech community on one of the world&

Re: [Gambas-user] Schlieszung des Gambas-Clubs

2017-04-05 Thread Fabien Bodard
ites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -

Re: [Gambas-user] gambas web how to deploy (under construction) but minimal info ready

2017-04-01 Thread Fabien Bodard
/qgqlochekone.blogspot.com >> > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org!

Re: [Gambas-user] collection of collection problem

2017-03-27 Thread Fabien Bodard
d in the IDE, due runs in embebed server, rather that > the generated gforge.gambas.cgi program... > > or gambas its just for "great programers"? > > also there's so many hardcode typing urls > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > >

Re: [Gambas-user] collection of collection problem

2017-03-25 Thread Fabien Bodard
A long thought in bazaar... I think, the first job is to teach a new time to developpers how to develop. There is nothing great in the code i've sended, juste the evidence. I've start learnin coding in gwbasic and qbasic... well not the best to start. Now we have better languages like python, ja

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-24 Thread Fabien Bodard
ot; > > i mean, i dont nkow what form was the parent > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > 2017-03-24 10:20 GMT-04:00 Jussi Lahtinen : > >> Or you need to make wrapper class that requires show method to take >> parameter. >>

Re: [Gambas-user] collection of collection problem

2017-03-24 Thread Fabien Bodard
st be done in this article: > http://qgqlochekone.blogspot.com/2017/03/gambas3-collections-of-collections-as.html > > my error, a typo in the line: > filasdet.Add(columnas, rsetd!cod_contenido) > must be: > filasdet.Add(columnasdet, rsetd!cod_contenido) > > and

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-24 Thread Fabien Bodard
t; >> >> > -- >> >> > Check out the vibrant tech community on one of the world's most >> >> > engaging tec

Re: [Gambas-user] collection of collection problem

2017-03-23 Thread Fabien Bodard
Please tel me how you make the array in php. And in java. Or give me a link. I'll try to answer this evening For me you need arrays of collections. Array are the lines storage and collection the line itself. Colresult[2]!storage[3]!article --

Re: [Gambas-user] collection of collection problem

2017-03-22 Thread Fabien Bodard
most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard --

Re: [Gambas-user] Show records on a WebTable

2017-03-22 Thread Fabien Bodard
Herberth : Private $rs as Result Private $Fields as New String[] 'or somewhere else Public sub _New() dim f as ResultField dim i as integer M_DB.Connect() 'DB is the last connected db $rs = DB.Exec("SELECT Title FROM tbapps where tbapps.Title like '%'") If rs.Available Then ' Setup Colu

Re: [Gambas-user] gambas complete tools!!! gambas term form, where?

2017-03-15 Thread Fabien Bodard
ity on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https

Re: [Gambas-user] configure and use gambas web programs

2017-03-13 Thread Fabien Bodard
I have a problems with the physical server since days now... need to wait Le 13 mars 2017 22:06, "Fabien Bodard" a écrit : > Maybe me 😀 as I have writted it with Adrien and also because I'm the > administrator of the site. Well a bad administrator but the site run for >

Re: [Gambas-user] configure and use gambas web programs

2017-03-13 Thread Fabien Bodard
Maybe me 😀 as I have writted it with Adrien and also because I'm the administrator of the site. Well a bad administrator but the site run for years now without crash. If you are a kind man I can open a door for you to see the site from the inside. Can I have confidence to you ? Write me in private

Re: [Gambas-user] Map sample code?

2017-03-13 Thread Fabien Bodard
There is one in the examples Le 13 mars 2017 15:53, "sbungay" a écrit : > > Anyone got a good piece of sample code of using the Map control? >-- > Stephen Bungay > Smarts On Site > Information Systems & Support Services > 705-734-0597 > --

Re: [Gambas-user] Cairo

2017-03-11 Thread Fabien Bodard
Le 11 mars 2017 00:46, "Benoît Minisini" a écrit : Le 10/03/2017 à 22:08, Moviga Technologies a écrit : > Hi! > > What source code would be the best to study in order to learn how to use > the cairo component properly? I am interested in learning more about the > function's that allow one to refr

Re: [Gambas-user] ... Is mailing list dead ?

2017-03-05 Thread Fabien Bodard
anluigi wrote: >> For me all these things together :-) 👍 >> >> Gianluigi >> >> 2017-03-02 12:49 GMT+01:00 Fabien Bodard : >> >>> Le 2 mars 2017 10:47 AM, "Rolf-Werner Eilert" a >>> écrit : >>> > >>> > Am 02.03.

Re: [Gambas-user] Media playback

2017-03-02 Thread Fabien Bodard
g tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -

Re: [Gambas-user] ... Is mailing list dead ?

2017-03-02 Thread Fabien Bodard
Le 2 mars 2017 10:47 AM, "Rolf-Werner Eilert" a écrit : > > Am 02.03.2017 10:07, schrieb Fabien Bodard: > > This is a try to get some contact to the extern world :-) > > > > Gambas is so good, nobody has a problem ;) Seem that true... or pro

[Gambas-user] ... Is mailing list dead ?

2017-03-02 Thread Fabien Bodard
This is a try to get some contact to the extern world :-) -- Fabien Bodard -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/sla

Re: [Gambas-user] dynamic created Menus

2017-02-14 Thread Fabien Bodard
gt;> Public Sub mnCharacters_Click() >> >> Print Last.tag & " - " & Last.Text >> >> End >> >> 2017-02-08 14:25 GMT+01:00 Gianluigi : >> >>> Hi Karl, >>> >>> If you want to work with events, you should use a c

Re: [Gambas-user] dynamic created Menus

2017-02-06 Thread Fabien Bodard
ty on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard ---

Re: [Gambas-user] Double Click not open Gambas project in Gnome shell

2017-01-30 Thread Fabien Bodard
bash script, but it does not > open by double click. > So the problem is not Gambas, any other suggestions to change the file > association? > > Regards > Gianluigi > > 2017-01-26 14:30 GMT+01:00 Fabien Bodard : > >> this is a begining of answer... change the file a

Re: [Gambas-user] how-to execute file or bash script packaged inside Gambas

2017-01-30 Thread Fabien Bodard
; > macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml& >> > base=nabble.naml.namespaces.BasicNamespace-nabble.view. >> > web.template.NabbleNamespace-nabble.view.web.template. >> > NodeNamespace&breadcrumbs=notify_subscribers%21nabble% >> > 3

Re: [Gambas-user] how-to execute file or bash script packaged inside Gambas

2017-01-29 Thread Fabien Bodard
gambas-user > > > > _ > > If you reply to this email, your message will be added to the discussion > below: > > http://gambas.8142.n7.nabble.com/how-to-execute-file-or-bash-script-packaged-inside-gambas-tp20046p58350.html > > To start a new topic under gambas-use

Re: [Gambas-user] Desktop size in sdl2

2017-01-27 Thread Fabien Bodard
you can do : Dim s As String Dim aDesktop As Integer[] Exec ["xprop", "-root", "_NET_DESKTOP_GEOMETRY"] Wait To s aDesktop = Split(Split(Trim(s), "=")[1]) 2017-01-27 0:51 GMT+01:00 Shane : > So I can center my window on the Screen > > > On 26/

Re: [Gambas-user] Double Click not open Gambas project in Gnome shell

2017-01-26 Thread Fabien Bodard
iation is > "octet-stream" instead of "application/x-gambas3" > > Regards > Gianluigi > > 2017-01-26 12:15 GMT+01:00 Fabien Bodard : > >> so it's a problem from gnome shell that don't launch directly an >> executable or something that look

Re: [Gambas-user] Double Click not open Gambas project in Gnome shell

2017-01-26 Thread Fabien Bodard
> > Yes, with '$ ./xxx.gambas', his project works > > Regards > Gianluigi > > 2017-01-25 18:03 GMT+01:00 Fabien Bodard : > >> hum ... seem to be a right problem or a conf problem in the shell. >> >> is >> $ ./xxx.gambas >> >> Working ?

Re: [Gambas-user] Desktop size in sdl2

2017-01-26 Thread Fabien Bodard
sites, SlashDot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard --

Re: [Gambas-user] Double Click not open Gambas project in Gnome shell

2017-01-25 Thread Fabien Bodard
tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard --

Re: [Gambas-user] How to get started with WebView

2017-01-25 Thread Fabien Bodard
t; -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list &g

Re: [Gambas-user] How to get started with WebView

2017-01-25 Thread Fabien Bodard
- > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https:/

Re: [Gambas-user] detecting menus actions

2017-01-25 Thread Fabien Bodard
yes :-) 2017-01-25 17:15 GMT+01:00 Gianluigi : > Hi Bill, > > I think they intend to suggest something like this, see attached. > > Regards > Gianluigi > > 2017-01-25 15:30 GMT+01:00 Fabien Bodard : > >> Yes you can ... just put a value in tag property to know wi

Re: [Gambas-user] detecting menus actions

2017-01-25 Thread Fabien Bodard
he vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sour

Re: [Gambas-user] Gridview icon detection

2017-01-19 Thread Fabien Bodard
Ok this is my fault as i've not tested my code ... so i've forgot to little things This is so the working code : Private aMyValues As New String[] Private aMyStates As New Integer[] Private aMyPicState As New Picture[3] Public Sub _New() aMyPicState[0] = Picture["img/checked.png"] aMyPicSt

Re: [Gambas-user] Gridview icon detection

2017-01-18 Thread Fabien Bodard
world's most >> engaging tech sites, SlashDot.org! http://sdm.link/slashdot >> ___ >> Gambas-user mailing list >> Gambas-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> &

Re: [Gambas-user] Get data from a column (not the head) of the control WebTable

2017-01-13 Thread Fabien Bodard
There is a major difference between columnview and webtable one store data's the other not So to get the data of the line 3 Myarray[webtable.row] Le 13 janv. 2017 11:59, "Casper" a écrit : > Hi, > > On 12/01/2017, מיוסט שרון wrote: > > > But my question > > When the table has 3 rows and each r

Re: [Gambas-user] Console Window

2017-01-08 Thread Fabien Bodard
> Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-u

Re: [Gambas-user] The Gambas mailing list does not work?

2017-01-05 Thread Fabien Bodard
Idem !!! The 3 th jan : Your membership in the mailing list Gambas-user has been disabled due to excessive bounces The last bounce received from you was dated 03-Jan-2017. You will not get any more messages from this list until you re-enable your membership. You will receive 3 more reminders l

Re: [Gambas-user] Installing GAMBAS on MINT

2016-12-28 Thread Fabien Bodard
/sdm.link/slashdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard --

Re: [Gambas-user] Convert string to integer array

2016-12-24 Thread Fabien Bodard
XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/intel > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard ---

Re: [Gambas-user] How to run a python program in a control on a form?

2016-12-20 Thread Fabien Bodard
your platform today.http://sdm.link/intel > ___________ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard

Re: [Gambas-user] New Editor Side Bar

2016-12-17 Thread Fabien Bodard
Le 17 déc. 2016 13:22, "Benoît Minisini" a écrit : > > Le 12/12/2016 à 15:00, Fabien Bodard a écrit : > > I added a new property to the Gambas code editor. I hope that I have > > sufficiently debugged it to avoid any inconvenience. This bar is drawn > > fro

Re: [Gambas-user] New Editor Side Bar

2016-12-13 Thread Fabien Bodard
2016-12-13 3:58 GMT+01:00 Jussi Lahtinen : > I found a bug. The side bar causes crash when you try to open text file > from the data folder. It will work with the last ref > > Jussi > > On Mon, Dec 12, 2016 at 4:00 PM, Fabien Bodard wrote: > >> I added a new propert

[Gambas-user] New Editor Side Bar

2016-12-12 Thread Fabien Bodard
quickly as possible. Regards, -- Fabien Bodard -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Train

[Gambas-user] An editor side bar like the kate one

2016-12-10 Thread Fabien Bodard
This is a try to give to the gambas editor a preview side bar like the one i like on kate. It display Bookmarks and modified lines too and separators. Feel free to give me your opinions -- Fabien Bodard gb.form.editor-3.9.90.tar.gz Description: GNU Zip compressed data

Re: [Gambas-user] decode json string in standard application

2016-12-09 Thread Fabien Bodard
_ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi process

Re: [Gambas-user] Set cursor position on a webview editable.

2016-12-07 Thread Fabien Bodard
2016-12-07 12:22 GMT+01:00 Jorge Carrión : > I'm afraid that my Javascript abilities are too limited. > I Just tried to manage with webview.eval(documment.execcommand ... ) but > without success... > > Thanks for the answer... > > The project has been rejected for mailing list 1,5mb (too big may be

Re: [Gambas-user] A simple spreadsheet

2016-12-07 Thread Fabien Bodard
hi > _______ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard SimpleEval-0.2.tar.gz Description: GNU Zip compressed data

Re: [Gambas-user] A simple spreadsheet

2016-12-07 Thread Fabien Bodard
This is the example on how to use the gambas Expression class. 2016-12-07 14:30 GMT+01:00 Fabien Bodard : > 2016-12-07 13:30 GMT+01:00 Rolf-Werner Eilert : >> Fabien, I have followed your discussion and have a question: >> >> > believe me. This time, I will base

Re: [Gambas-user] A simple spreadsheet

2016-12-07 Thread Fabien Bodard
i > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Developer Access Program

  1   2   3   4   5   6   7   8   9   10   >