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

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 mar. 5

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 < >

Re: [Gambas-user] Switching to GitLab

2017-08-23 Thread Fabien Bodard
gaging tech sites, Slashdot.org! http://sdm.link/slashdot >> >> ___ >> >> Gambas-user mailing list >> >> Gambas-user@lists.sourceforge.net >> >> https://lists.sourceforge.net/lists/li

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

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

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

2017-08-21 Thread Fabien Bodard
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 > >

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

2017-08-09 Thread Fabien Bodard
that is somewhat roundabout. 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: >>

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

2017-08-09 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 > ht

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 <gambas...@gmail.com>: > 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, Hei

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
etAlpha(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.Fill Next End Best Regard

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..

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

2017-07-22 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

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

2017-07-19 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] About gambas, the word

2017-07-13 Thread Fabien Bodard
e.net/lists/listinfo/gambas-user >> > >> >> -- >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >&

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.

Re: [Gambas-user] reparent menu item

2017-07-11 Thread Fabien Bodard
user >> > -- > 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

Re: [Gambas-user] IconView strange behavior.

2017-07-06 Thread Fabien Bodard
> > 2017-07-04 12:03 GMT+02:00 Fabien Bodard <gambas...@gmail.com>: > >> can you send an example ? >> >> 2017-07-04 10:40 GMT+02:00 Gianluigi <bagone...@gmail.com>: >> > Or I did not understand how it works or ... >> > >> > If I set

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 <fernandojosecab...@gmail.com>: > 2017-07-02 17:19 GMT-03:00 Fabien Bodard <gambas...@gmail.com>: > >> Well DocumentView is just a viewer i've done for gb.report. I

Re: [Gambas-user] IconView strange behavior.

2017-07-04 Thread Fabien Bodard
es, 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] Any (easy) way to render RTF or HTML with gambas?

2017-07-02 Thread Fabien Bodard
t 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] I need a hint on how to deleted duplicate items in a array

2017-06-30 Thread Fabien Bodard
> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > > --- End of Original Message --- >> > > > >> > > > >> > > > ---- >> > > > -- &

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 list >

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

2017-06-29 Thread Fabien Bodard
/freedesktop/DisplayManager/Session0 > XDG_SESSION_TYPE=x11 > XMODIFIERS=@im=ibus > _=/usr/bin/gambas3 > > -- > Check out the vibrant tech communit

Re: [Gambas-user] Form listener

2017-05-29 Thread Fabien Bodard
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, Slashdot.org! http://sdm.link/slashdot > __

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

2017-05-25 Thread Fabien Bodard
-- Forwarded message -- From: Fernando Cabral <fernandojosecab...@gmail.com> Date: 2017-05-25 0:12 GMT+02:00 Subject: Re: [Gambas-user] Re: Keyboard locked -- insisting one more time To: Fabien Bodard <gambas...@gmail.com> I 2017-05-24 14:31 GMT-03:00 Fabien Bo

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

2017-05-24 Thread Fabien Bodard
ust fine running in Gambas' design 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

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

2017-05-24 Thread Fabien Bodard
: glaucio.de.ara...@gmail.com > TIM : (11) 95900-7801 (WhatsApp / Telegram) > > 2017-05-24 7:25 GMT-03:00 Benoît Minisini <gam...@users.sourceforge.net>: > >> Le 24/05/2017 à 08:44, Fabien Bodard a écrit : >> > We need to wait for Benoit as it's a misstake o

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

2017-05-24 Thread Fabien Bodard
. Regards, Fabien Bodard 2017-05-24 6:23 GMT+02:00 Dimitris Anogiatis <dos...@gmail.com>: > 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 Virtualb

Re: [Gambas-user] Split: misleading Wiki

2017-05-23 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"

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 &

Re: [Gambas-user] Class startup?

2017-05-19 Thread Fabien Bodard
g list >> 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, S

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.

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

2017-05-19 Thread Fabien Bodard
shdot > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Check out the vi

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

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.sourceforge.net/lists/lis

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread Fabien Bodard
> >>> Le 08/05/2017 à 19:38, Fernando Cabral a écrit : >>> > >Can you send a tar.gz archive of your project directory? >>> > >>> > I am sending one. Do you need them all

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

2017-05-16 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/l

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

2017-05-16 Thread Fabien Bodard
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] Editing still blocked

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 ma

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 F

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

2017-05-16 Thread Fabien Bodard
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 most engaging tech sites, Slashdot.org! http://

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 -

Re: [Gambas-user] transparency on rotated image

2017-05-05 Thread Fabien Bodard
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 most enga

Re: [Gambas-user] Math Operation

2017-05-05 Thread Fabien Bodard
orge.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 members ... >> >> >> --

Re: [Gambas-user] Help menu in Properties

2017-05-02 Thread Fabien Bodard
t.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] 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

Re: [Gambas-user] Graphics programming help

2017-04-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.so

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

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

2017-04-05 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] gambas web how to deploy (under construction) but minimal info ready

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

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,

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

2017-03-24 Thread Fabien Bodard
ow method to take >> parameter. >> >> >> Jussi >> >> On Fri, Mar 24, 2017 at 4:08 PM, Fabien Bodard <gambas...@gmail.com> >> wrote: >> >> > Hey Lenz... Indirectly the value is passed, if it's not by you , it's >> > by t

Re: [Gambas-user] collection of collection problem

2017-03-24 Thread Fabien Bodard
xplain why i done that > > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > 2017-03-23 8:25 GMT-04:00 Fabien Bodard <gambas...@gmail.com>: > >> Please tel me how you make the array in php. And in java. Or give me a >> link. >> I'll tr

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

2017-03-24 Thread Fabien Bodard
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@l

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
--- > 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/lists/list

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

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

2017-03-15 Thread Fabien Bodard
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.

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" <gambas...@gmail.com> a écrit : > Maybe me  as I have writted it with Adrien and also because I'm the > administrator of the site. Well a bad administ

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

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 >

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

2017-03-05 Thread Fabien Bodard
; > Casper > > On 02/03/2017, Gianluigi <bagone...@gmail.com> wrote: >> For me all these things together :-)  >> >> Gianluigi >> >> 2017-03-02 12:49 GMT+01:00 Fabien Bodard <gambas...@gmail.com>: >> >>> Le 2 mars 2017 10:47 AM, "

Re: [Gambas-user] Media playback

2017-03-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/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" <rwe-...@osnanet.de> 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...

[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/slashdot

Re: [Gambas-user] dynamic created Menus

2017-02-14 Thread Fabien Bodard
> >> End >> >> Public Sub mnCharacters_Click() >> >> Print Last.tag & " - " & Last.Text >> >> End >> >> 2017-02-08 14:25 GMT+01:00 Gianluigi <bagone...@gmail.com>: >> >>> Hi Karl, >>&

Re: [Gambas-user] dynamic created Menus

2017-02-06 Thread Fabien Bodard
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
e an executable 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 <gambas...@gmail.com>: > >> this

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

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

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

2017-01-29 Thread Fabien Bodard
t; > > _ > > 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-user, email > ml-no

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 <buster6se...@gmail.com>: > So I can center my window on

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

2017-01-26 Thread Fabien Bodard
I forgot to say that the file association is > "octet-stream" instead of "application/x-gambas3" > > Regards > Gianluigi > > 2017-01-26 12:15 GMT+01:00 Fabien Bodard <gambas...@gmail.com>: > >> so it's a problem from gnome shell that don't launch directly a

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

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

Re: [Gambas-user] Desktop size in sdl2

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

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

2017-01-25 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] 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@list

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://lists.sourcefo

Re: [Gambas-user] detecting menus actions

2017-01-25 Thread Fabien Bodard
yes :-) 2017-01-25 17:15 GMT+01:00 Gianluigi <bagone...@gmail.com>: > 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 <gambas...@gmail.com>: > >> Yes

Re: [Gambas-user] detecting menus actions

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.sourcefo

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"]

Re: [Gambas-user] Gridview icon detection

2017-01-18 Thread Fabien Bodard
.net/lists/listinfo/gambas-user >> > ------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot >

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

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-user@

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

Re: [Gambas-user] Installing GAMBAS on MINT

2016-12-28 Thread Fabien Bodard
d'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] Convert string to integer array

2016-12-24 Thread Fabien Bodard
udio 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 B

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

2016-12-20 Thread Fabien Bodard
ssor-based developer platforms. > With one year of Intel Parallel Studio 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/gamba

Re: [Gambas-user] New Editor Side Bar

2016-12-17 Thread Fabien Bodard
Le 17 déc. 2016 13:22, "Benoît Minisini" <gam...@users.sourceforge.net> 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 inconve

Re: [Gambas-user] New Editor Side Bar

2016-12-13 Thread Fabien Bodard
2016-12-13 3:58 GMT+01:00 Jussi Lahtinen <jussi.lahti...@gmail.com>: > 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 <gambas.

[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 Processo

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

Re: [Gambas-user] A simple spreadsheet

2016-12-07 Thread Fabien Bodard
> _______ > 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 <gambas...@gmail.com>: > 2016-12-07 13:30 GMT+01:00 Rolf-Werner Eilert <rwe-...@osnanet.de>: >> Fabien, I have followed your discussion and have a question: >> >

Re: [Gambas-user] A simple spreadsheet

2016-12-07 Thread Fabien Bodard
nk/xeonphi > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -- Deve

Re: [Gambas-user] A simple spreadsheet

2016-12-07 Thread Fabien Bodard
> Order your platform today.http://sdm.link/xeonphi > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard -

Re: [Gambas-user] SpreadSheet

2016-12-05 Thread Fabien Bodard
2016-12-05 16:59 GMT+01:00 Rolf-Werner Eilert <rwe-...@osnanet.de>: > Oh, and I was curious, thinking "something new to learn from" :) Yes me too :-) > > Rolf > > Am 05.12.2016 15:25, schrieb Fabien Bodard: >> But it's (canvas) gambas and all goes fast >>

Re: [Gambas-user] SpreadSheet

2016-12-05 Thread Fabien Bodard
But it's (canvas) gambas and all goes fast (damned android corrector !) 2016-12-05 13:51 GMT+01:00 Fabien Bodard <gambas...@gmail.com>: > You can send me your work .  > > So I can use it and blend it with the gb internal solver. > > I'm happy to find a little bit

  1   2   3   4   5   6   7   8   9   10   >