Re: [Gambas-user] Control + key combination detection Q

2010-10-07 Thread Jack
his code ? IF key.Control THEN IF key.code = key["R"] THEN Print "You hit CTRL+R" End If Jack -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, S

Re: [Gambas-user] Control + key combination detection Q

2010-10-07 Thread Jack
richard terry a écrit : > On Friday 08 October 2010 01:11:02 Jack wrote: >> richard terry a écrit : >>> >From the docs: >>> >>>If Key.Code = Key["R"] And If Key.Control Then >>>Print "You hit CTRL+R" >>>

Re: [Gambas-user] Dumb columnview question

2010-10-08 Thread Jack
richard terry a écrit : > Despite reading the docs, I can't figure out how to set the columnview mode > to > either multiple or single in code. > > Any help appreciated. Columnview.mode = select.multiple Columnview.mode =

Re: [Gambas-user] select columnview row

2011-02-01 Thread Jack
> 2011/2/1 Anthony Tekatch > > Is there a way to have the application set the current row of a > ColumnView just like it was clicked by a user? > > When the ColumnView starts up, the default is unselected, I want my code > to select the first row, but I cannot write to .Current.Key Yes, if i unde

Re: [Gambas-user] Serial with 9 databits

2011-04-11 Thread Jack
Sport.StopBits = 2 Jack -- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http

Re: [Gambas-user] Barcode example for Gambas3

2011-06-05 Thread Jack
Le 05/06/2011 18:35, Pino Zollo a écrit : >>> >>> I posted this on gambas-devel but don't know if it got through. I was not >>> registered on that list. >>> >>> It is an update on the barcode example for Gambas3. >>> http://old.nabble.com/file/p31776060/BarcodeG3-0.0.4.tar.gz >>> BarcodeG3-0.0.4.ta

Re: [Gambas-user] Gambas 3 RC4

2011-09-24 Thread Jack
Le 24/09/2011 14:23, Benoît Minisini a écrit : > Hi, > > Of course, many people found annoying bugs since RC3. But now things became a > bit quiet, so I decided to make the fourth release candidate of Gambas 3. > > If nobody find big bugs again, it will become the final release - but I know > you :

Re: [Gambas-user] Gambas2 Bug

2011-10-27 Thread Jack
gt; me how to reset the gambas cache (Is there one?) or to remove ALL of the old > version, so gambas runs the one it supposed to?* > * > * > *All help is appreciated, thank you.* did you try to recompile your program? Jack -

[Gambas-user] Noel

2014-12-08 Thread Jack
Hello, Soon it's Christmas so for this occasion I made a little demo http://www.gambasforge.org/code-134-noel.html turn up the sound and Father Christmas will come Jack -- Download BIRT iHub F-Type - The

Re: [Gambas-user] QT Frame, no border

2015-01-13 Thread Jack
getting no border. I see no obvious way to get to the 'underlying > widget theme'. > So what is it that I need to fix ?? > You must set the gui style via qt4-config. Plastique for example. jack --

[Gambas-user] Gambas and x2go

2015-11-12 Thread Jack
XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_SESSION_COOKIE=fa18ae9b8aa11c4d61eb49020006-1447309934.118025-1684088614 -- Jack -- ___ Gambas-user

Re: [Gambas-user] Gambas and x2go

2015-11-12 Thread Jack
Le 12/11/2015 19:02, Fabien Bodard a écrit : > Return the core dump. Salut Fabien, Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". gbx3: unable to find startup file [Inferior 1 (process 9078)

Re: [Gambas-user] Release of Gambas 3.8.4

2015-12-22 Thread Jack
e web site! > > Regards, > Ok, thank you Benoit. X2go works fine with Gambas 3.8.4. Now Gambas works on windows and Mac. Bonnes fêtes. Jack -- ___ Gambas-

Re: [Gambas-user] usb codebar reader how to handle events!?

2015-12-23 Thread Jack
Then Barcode = true Textbox.Text = Mid$(Textbox.Text, 2, Len(Textbox.Text)) what you want with Textbox.text endif Jack -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

[Gambas-user] Scrolltext

2013-07-28 Thread Jack
Hello ! here you can find a little scrolltext writen in Gambas3. http://www.gambasforge.org/code-80-scrolltext.html Enjoy ! Jack -- See everything from the browser to the database with AppDynamics Get end-to-end

[Gambas-user] starfield

2013-08-17 Thread Jack
Bonjour, Here is a starfield with scrolltext. thank you at Guy Carlier for its examples. http://www.gambasforge.org/code-85-starfield2.html -- Cordialement Jacky Tripoteau -- Get 100% visibility into Java/.NET code wi

Re: [Gambas-user] compilation issue (2nd try)

2013-08-25 Thread Jack
Le 25/08/2013 17:45, Fernando Martins a écrit : > > Hi, > > I'm running Mint 15 which comes with an old version of gambas, 3.2 and > I'm trying to compile 3.4.2 > > I came across several issues, mostly missing packages not available in > the repository, or at least not with the expected name. > > A

Re: [Gambas-user] List of Open Forms?

2013-08-28 Thread Jack
Le 27/08/2013 17:51, Ru Vuott a écrit : > I tried this simple code: > > Private w As Window > > > Public Sub Form_Open() > >With w = New Window > .W = 100 > .H = 100 > .X = 0 > .Y = 0 > .Show >End With > >With w = New Window > .W = 100 > .H = 100 >

[Gambas-user] demo

2013-09-10 Thread Jack
For those who like! A demo like Atari or Amiga here http://www.gambasforge.org/code-87-scrolltext-color.html Enjoy -- Cordialement Jacky Tripoteau -- How ServiceNow helps IT people transform IT departments: 1. Consoli

[Gambas-user] New demo

2013-09-20 Thread Jack
Hello, for lovers of demos, here is a new animation 100 % Gambas. http://www.gambasforge.org/code-87-scrolltext-color.html Starfield with 200 stars, two transparent scrolltext, a sprite, a flag and many other things. Have fun. -- Cordialement Jacky Tripoteau ---

Re: [Gambas-user] R: New demo

2013-09-20 Thread Jack
Le 20/09/2013 20:46, Fabien Bodard a écrit : > jack use screen.framerate to lowerize the draw call > salut fabien, the program runs by default at 75 fps (on my box). it's too fast for you ? -- LIMITED TIME

Re: [Gambas-user] TabStrip Control

2013-12-14 Thread Jack
Le 14/12/2013 17:11, Nigel Verity a écrit : > Hi > > I've just started using the TabStrip control in a project for the first time. > I can't find a method for making a particular tab current. Any ideas, please? > TabStrip1.index = 0 or 1 or 2 etc... -- Cordialement Jacky Tripoteau --

Re: [Gambas-user] Escape key while writing in a TextArea

2013-12-16 Thread Jack
Le 16/12/2013 16:10, Pino Zollo a écrit : > I need to process the Esc key while writing into a TexArea to abort a > transmission.. > > > For some weird reason the Esc key is ignored by the TextArea... > Bonjour, Have you try the "esc" or "escape" code ? If Key.code = Key.Esc or If Key.code = Key

Re: [Gambas-user] Escape key while writing in a TextArea

2013-12-16 Thread Jack
Le 16/12/2013 16:10, Pino Zollo a écrit : > I need to process the Esc key while writing into a TexArea to abort a > transmission.. > > > For some weird reason the Esc key is ignored by the TextArea... > > Perhaps give you a group to your TextArea -- Cordialement Jacky Tripoteau --

Re: [Gambas-user] .Run() method of DesktopFile Class... How to ?

2014-01-09 Thread Jack
Le 09/01/2014 14:23, Ru Vuott a écrit : > Hello, > > I wrote this simple code to try DesktopFile.Run() method: > > ** > Private pr As Process > > > Public Sub Form_Open() > >Dim df As DesktopFile > > > With df = New DesktopFile("/path/of/my/file.wav") >

[Gambas-user] Create directory with ftpclient

2014-03-17 Thread Jack
d be greatly appreciated Jack -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders

Re: [Gambas-user] Create directory with ftpclient

2014-03-17 Thread Jack
Le 17/03/2014 11:26, Jorge Carrión a écrit : > This > > ftpc.Exec(["MKD " & "newfoldername"]) > > Works for me. > Hope this helps. > Regards Ah ? mkd instead of mkdir. it's work for me too now. Thank's Jorge -- Learn Gra

Re: [Gambas-user] Create directory with ftpclient

2014-03-17 Thread Jack
Gambas FtpClient won't do that for you - be it just because it is not > standard. > > Regards, > Tobi > thank you for your explanations Tobias, it is clearer to me now Jack -- Learn Graph Databa

[Gambas-user] vector-ball

2014-06-01 Thread Jack
Hi, do you know a vector ball written in Gambas ? No ? then follow the link below http://www.gambasforge.org/code-109-vector-ball.html Jack. -- Time is money. Stop wasting it! Get your web API in 5 minutes

[Gambas-user] UGD demo

2014-06-05 Thread Jack
as reveals quite fluid, but it is far from capacity GFA. I hope these new lines of code you will enjoy and find a positive response to continue this very rewarding exploration. Good discovery. Jack. -- Learn Graph Databases

[Gambas-user] chessboard

2014-06-11 Thread Jack
hi, a chessboard which is scrolling and circles emerging from a spinning cube. And any music and scrolltext. All in Gambas? Incredible and yet it is here http://www.gambasforge.org/code-113-damier.html Jack -- HPCC

[Gambas-user] Clock

2014-06-28 Thread Jack
hi... here you will find a clock that does not give time but that makes tick-tock ;) http://www.gambasforge.org/code-117-pendule.html -- Cordialement Jacky Tripoteau -- Open source business process managemen

[Gambas-user] how copy the screen to memory on a sdl project

2014-07-17 Thread Jack
Hello ! screen.copy (x, y, w, h) does not exist, then in a sdl project, how to make a copy of part of the screen. -- Cordialement Jacky Tripoteau -- Want fast and easy access to all the code in your enterprise? Index

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Jack
Le 18/07/2014 11:11, Julio Sanchez a écrit : > > You can use the terminal command "scrot" > > http://www.tecmint.com/take-screenshots-in-linux-using-scrot/ > Thank you Julio, but i would prefer another solution with only Gambas. No another way with a Gambas command ? -- Cordialement Jacky Tri

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Jack
Le 18/07/2014 14:14, Julio Sanchez a écrit : > Jack: > >> with a Gambas command ? > gb.desktop component with: > > Dim p As Picture > p =Desktop.Screenshot(x1, y1, x2 , y2 ) > p.save ("filename.png") > > > ' link: http://gambasdoc.org/help/comp/

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Jack
Le 18/07/2014 15:09, Tobias Boege a écrit : > By "screen" you mean the whole desktop, not just your SDL window, right? Excuse me Tobi. I was not very clear. Screen for me is only sdl window. it's the working screen defined by the Gambas program. -- Cordialement Jacky Tripoteau ---

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-19 Thread Jack
Le 19/07/2014 21:03, Benoît Minisini a écrit : > Le 18/07/2014 08:32, Jack a écrit : >> Hello ! >> >> screen.copy (x, y, w, h) does not exist, then in a sdl project, how to >> make a copy of part of the screen. >> > > In revision #6389, I added a Wind

[Gambas-user] New demo with Gambas

2014-07-23 Thread Jack
Hello, Here you will find a new demo called Raster. To work it requires a development version equal to or greater than the revision # 6389 because the program uses a Window.Screenshot () method -- Cordialement Jacky Tripoteau ---

[Gambas-user] New demo

2014-08-26 Thread Jack
Bonjour à tous, I continue exploring and learning SDL component. My new demo will show you how to rotate color and how to make a pendulum with Gambas. http://www.gambasforge.org/code-123-road.html -- Cordialement Jack

Re: [Gambas-user] Image.Load() from gb.image.io defective?

2014-08-26 Thread Jack
gt;> throws "Not enough arguments". I saw this happening in the SDL project Jack >> just sent to the list (Subject: "New Demo") and the same error is thrown >> when Window.Screenshot() is used, so I suspect it has something to do with >> the Image const

Re: [Gambas-user] Image.Load() from gb.image.io defective?

2014-08-26 Thread Jack
Le 26/08/2014 19:22, Tobias Boege a écrit : > Hi Benoit, > > there seems to be a problem with gb.image.io (?) when using Image.Load(): > >Image.Load(Application.Path &/ ".icon.png") > > throws "Not enough arguments". I saw this happening in the SDL

Re: [Gambas-user] Image.Load() from gb.image.io defective?

2014-08-26 Thread Jack
Le 26/08/2014 21:17, Tobias Boege a écrit : > On Tue, 26 Aug 2014, Jack wrote: >> Le 26/08/2014 19:22, Tobias Boege a ?crit : >>> Hi Benoit, >>> >>> there seems to be a problem with gb.image.io (?) when using Image.Load(): >>> >>> Image.Loa

Re: [Gambas-user] A game made ​​in 1945 gambas3

2014-09-07 Thread Jack
use with sprites and tiled > > Enjoy it Very nice work Julio. Jack -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ ___ Gambas-us

Re: [Gambas-user] How to get Count(Current_month).Days ?

2014-09-20 Thread Jack
Le 20/09/2014 12:24, abbat81 a écrit : > Hi, > > How can I get count of days in current month.year? > > > In terminal I use: > "cal -m 02 2012 | xargs | sed 's/ /\n/g' | tail -n 1" > > But it doesn't work in Shell "" To *** > Salut, for day : CInt(Now) - CInt(Date(Year(Now), 1, 1)) + 1 for w

Re: [Gambas-user] How to get Count(Current_month).Days ?

2014-09-20 Thread Jack
Le 20/09/2014 12:35, Jack a écrit : > Le 20/09/2014 12:24, abbat81 a écrit : >> Hi, >> >> How can I get count of days in current month.year? >> >> >> In terminal I use: >> "cal -m 02 2012 | xargs | sed 's/ /\n/g' | tail -n 1" >>

Re: [Gambas-user] A good idea?

2014-09-21 Thread Jack
Le 21/09/2014 00:57, Tobias Boege a écrit : > For the others: there is an error "Component not found: genutil". You can > either fix this yourselves or apply the attached patch. It seemed to be safe > to just remove that component (?). Or recompile the project -- Cordialement Jacky Tripoteau

Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Jack
Le 09/10/2014 11:02, Christof Thalhofer a écrit : > Hi > > I saw, there was an error in my code (F4 did not work), here it is fixed. > you need to use key.delete instead of key.del -- Cordialement Jacky Tripoteau -- M

Re: [Gambas-user] How to input quotation mark in TextBox.Text to mysql

2009-04-29 Thread Jack
& an1!id_city & "',publisher='" & > ana3!id_log & "',subject='" & an2!id_log & "',distribution='" & ana4!id_log > & "',hp='" & TextBox36.Text & "',status='"

Re: [Gambas-user] Re port for Gambas

2009-05-11 Thread Jack
Le samedi 09 mai 2009 13:35:52 charlesg, vous avez écrit : > Hi > > I think Laurux uses Kugar? Bonjour, I use no more Kugar. All reports of Laurux are now made with Gambas, but i can send you some Kugar reports samples if you wa

Re: [Gambas-user] Hoem Path and username?

2009-06-22 Thread Jack
Stefan Miefert a écrit : > How I can get the actual user home path and the actual username? > > I see a example like this > > System.home but this doesn't work in my gambas In Gambas2 it is user.home -- Are you an open

Re: [Gambas-user] gridview header text?

2009-07-08 Thread Jack
Szenográdi Norbert a écrit : > Hi, > > > Can I setup gridview header text? > > > regards, Sevoir > gridview.Columns[0].Title = "text1" gridview.Columns[1].Title = "text2" Is it that you want ? Jack

Re: [Gambas-user] date member order & presentation

2009-11-09 Thread Jack
Jean-Yves F. Barbier a écrit : > Hi, > > I use a postgresql database, and I need to display dates (in a modified > TableView) according to DB (ISO: -mm-dd, with separator '-', not '/'), > otherwise it displays 10/11/2009, but waits for an input such as 2009-11-10 > when I search. > > How can

Re: [Gambas-user] Dumb question - testing for an empty text box

2010-03-04 Thread Jack
f isnull(Textbox1.text) is an another way. Jack -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performan

Re: [Gambas-user] Gambas and ssh (Pablo Ontivero)

2010-06-23 Thread Jack
anages connections ssh. Look at fmenu program. It is brilliant. Cordialement. jack -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky p

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

2012-06-30 Thread Jack
se public. > > Thanks in advance. > > Regards, > Bonjour Benoit, It's good for me. Gambas launches successfully and my programs also. waiting to use it more thoroughly Jack Ubuntu 10.10 Gnome 2.32.0 --

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Jack
sing before (draw). Cordialement. jack -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Jack
Le 30/08/2012 15:26, Fabien Bodard a écrit : > For jack... Gb.report is more easy to use :) Yes Fabien, I admire your work and I will use gb.report when i have a little more time :) -- Live Security Virtual Confere

Re: [Gambas-user] import mysql dump EXEC or SHELL?

2008-12-16 Thread Jack
Le mardi 16 décembre 2008 12:20:06 wig, vous avez écrit : > > wig wrote: > >> Although I can create table by table from within Gambas with > >> hCon.Databases.Add(sDbName), I wondered if there is a way to "import" a > >> mysql dump file, so that I can create the tables with data (in one > >> comman

Re: [Gambas-user] columnview count how many are selected

2009-02-09 Thread Jack
Le lundi 09 février 2009 19:09:40 Joshua Higgins, vous avez écrit : > Hello, > > I'm using a columnview with the property Mode set to Multiple. What code do > I need to let me count how many are currently selected. I tried > > ColumnView1.Current.Count but that always prints 0. try this Joshua nb

Re: [Gambas-user] columnview count how many are selected

2009-02-09 Thread Jack
Le lundi 09 février 2009 20:01:01 Joshua Higgins, vous avez écrit : > *** Correction > i changed this line: > if columnview1.selected then inc nbc > to this > if columnview1.current.selected = TRUE then inc nbc Excuse my mistake Joshua, you must use columnview1.item.selected but not columnview

Re: [Gambas-user] gambasdoc.org not working?

2009-02-23 Thread Jack
Le lundi 23 février 2009 16:52:29 Vlado Peshov, vous avez écrit : > gambasdoc.org not working? for me it work at http://gambasdoc.org/help/ -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA

Re: [Gambas-user] Switching between forms in tabstrip

2009-02-25 Thread Jack
Le mercredi 25 février 2009 18:03:29 Vackoy, vous avez écrit : > Yes, but which element/object is the observer for the Keypress? > I tried with Workspace.Keypress but when I open a form, the observer > becomes the form and not the workspace, so no matter what key I press it > doesn't raise the even

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

2017-03-02 Thread Jack
Le 02/03/2017 à 10:07, Fabien Bodard a écrit : > This is a try to get some contact to the extern world :-) > No problem for me. -- Jacky Tripoteau -- Check out the vibrant tech community on one of the world's most engag

Re: [Gambas-user] Removing / Modifying IsXXXX() functions in Gambas3

2010-11-30 Thread B. Jack
Perhaps GAMBAS needs something like Python's y=repr( x) to guarantee y is a string representation of x > Date: Tue, 30 Nov 2010 09:04:58 +0100 > From: r...@cyberjunky.nl > To: gambas-user@lists.sourceforge.net > Subject: Re: [Gambas-user] Removing / Modifying Is() functions in Gambas3 > >