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
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"
>>>
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 =
> 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
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
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
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 :
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
-
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
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
--
XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/:/usr/share/mdm/
XDG_SESSION_COOKIE=fa18ae9b8aa11c4d61eb49020006-1447309934.118025-1684088614
--
Jack
--
___
Gambas-user
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)
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-
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
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
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
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
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
>
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
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
---
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
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
--
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
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
--
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")
>
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
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
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
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
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
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
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
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
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
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/
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
---
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
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
---
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
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
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
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
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
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
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"
>>
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
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
& an1!id_city & "',publisher='" &
> ana3!id_log & "',subject='" & an2!id_log & "',distribution='" & ana4!id_log
> & "',hp='" & TextBox36.Text & "',status='"
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
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
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
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
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
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
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
--
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
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
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
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
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
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
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
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
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
>
>
64 matches
Mail list logo