Re: [Gambas-user] Bitwise Operations Wish

2010-09-02 Thread Werner
> >> BitRotate( a AS Expression, count as Byte) AS Expression >> > -> Rol(a, count) > -> Ror(a, count) > > >> where Expression boils down to one of the following: >> Byte >> Short >> Integer >> Long >&

Re: [Gambas-user] Reserved words

2010-09-13 Thread Werner
On 14/09/10 00:47, Lord Quo wrote: > Hi all, > > is there a location where I can view all the Gambas reserved words? > > Thanks > At http://gambasdoc.org/help/lang the Index by Name is propably what you wan

Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Werner
On 14/09/10 02:46, tobias wrote: > hi, > > >> Hi again, >> >> Local variables are declared with Dim, but, they need to be declared at >> top of the Sub procedure? >> >> Thanks >> That is correct. -- S

[Gambas-user] "Deleting" Forms and Classes

2010-09-16 Thread Werner
#x27;t actually delete a file but just removes it from the project. Maybe this menu item should be renamed to something less frightening i.e. "Remove from Project" Regards Werner Dahn -- Start uncovering the m

Re: [Gambas-user] Spacing property.

2010-09-19 Thread Werner
On 19/09/10 15:57, Jean-pierre Lainé wrote: > Pour Benoit Minisini, ou le modérateur du groupe. > Bonjour à tous, je suis en train de me lancer en Gambas (2). > L'OS est UBUNTU. > Mais je me suis bêtement inscrit sur une liste "anglo saxonne" et "my > englisch is very très bad!". > Pour autant et e

Re: [Gambas-user] Compiling gambas3

2010-09-24 Thread Werner
ll it should be ok to have them side by side. You can invoke them in a terminal with either gambas2 or gambas3. Regards Werner -- Start uncovering the many advantages of virtual appliances and start using them to simplify a

Re: [Gambas-user] Subsetting a collection & clipboarding

2010-10-31 Thread Werner
't mention is how the measurements are supposed to become available to your application. Manual entry? If this is an application for clinical medicine (non research) and you expect a lot of data over time which needs to be archived properly it might be worthwhile to take a closer look at the DI

Re: [Gambas-user] string operator ==

2010-11-10 Thread Werner
nt and == means "are these 2 things the same > object?". If you want to compare strings, you have to use the ugly and > ungainly "some string".equals("some other string") method, which breaks > horribly if your string is null...

Re: [Gambas-user] About help and arrays and variables

2010-11-19 Thread Werner
On 20/11/10 04:40, Zelimir Ikovic wrote: > I am following discussion on Gambas more than 3 months. > > Last 10 years I worked in VB6 (70%) and C(30%) on Windows. > > I am about to switch to Linux, and I have to decide: > Gambas3, FreePascal (fpGUI or Lazarus) or C, C++ and FLTK > I am just wonderin

Re: [Gambas-user] BUG: Problem with DateAdd function

2010-12-04 Thread Werner
h time with gambas 2.22.0. > > ?DateAdd(cdate("1/13/2010"),gb.month,-36) > 13/01/07 > ?DateAdd(cdate("2/28/2010"),gb.month,-37) > 28/01/07 > ?DateAdd(cdate("3/13/2010"),gb.month,-38) > 13/01/07 > > Gambas 2.19/64 Suse11.3 locale Hong Kong:

Re: [Gambas-user] BUG: Problem with DateAdd function

2010-12-04 Thread Werner
On 05/12/10 01:08, Werner wrote: > On 05/12/10 00:37, Benoît Minisini wrote: > >>> 2010/2/13 Benoît Minisini : >>> >>> >>>>> I've run into a strange problem with the DateAdd function, when trying >>>>> to subtr

Re: [Gambas-user] How to run some job in background separately with UI

2010-12-24 Thread Werner
new year :) Regarding image file viewer Matti has written a really nice one called Lightbox. If you ask him nicely... He is on this list. Regards Werner -- Learn how Oracle Real Application Clusters (RAC) One Node allow

Re: [Gambas-user] Linuxmint and gambas

2010-12-29 Thread Werner
On 29/12/10 22:41, admhards...@yahoo.ca wrote: > Hi friends. > Can I install gambas2 y 3 for linux mint? > > Thanks > Tomas > You can propably proceed the same way as with Ubuntu. Regards Werner -

Re: [Gambas-user] ListView with spaces help

2011-01-30 Thread Werner
he conversion: http://gambasdoc.org/help/lang/shell2?v3 If you want to use EXEC you can split a command into its atoms with Split: http://gambasdoc.org/help/lang/split?v3 using space as separator. It can then be reassembled with brackets and commas before being used. Regards, Werner -

Re: [Gambas-user] sticker

2009-04-12 Thread Werner
cristian abarzua wrote: > Hello. > > I sent you a sticker for their programs. > I hope I do not bother Benoit > > Greetings > nice :-) -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative E

Re: [Gambas-user] handling database nulls

2009-04-15 Thread Werner
nstead of Integer. Alternatively, you could define a class that holds a data point plus a flag whether the data is valid. Werner -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environ

Re: [Gambas-user] handling database nulls

2009-04-15 Thread Werner
Werner wrote: > Bruce wrote: > >> This has sort of been asked before. However, the answers I have found >> haven't >> helped. >> >> My database has a LOT of integer fields, arranged into sets of fieldwork >> results. The majority of them con

Re: [Gambas-user] [Fwd: My gambas stoped working...]

2009-04-22 Thread Werner
arbelmichal wrote: > > > > Subject: > My gambas stoped working... > From: > arbelmichal > Date: > Sun, 19 Apr 2009 23:20:35 +0300 > To: > gambas-user@lists.sourceforge.net > > To: > gambas-user@lists.sourceforge.net > > Conte

Re: [Gambas-user] [Fwd: My gambas stoped working...]

2009-04-23 Thread Werner
arbelmichal wrote: > ubuntu 8.10 gambas2 > Arbel > On Thu, 2009-04-23 at 11:06 +0800, Werner wrote: > >> arbelmichal wrote: >> >>> >>> >>> Subject: >>> My

Re: [Gambas-user] define data-variable as record

2009-04-25 Thread Werner
juelin wrote: > hello, > it is possible to define a record into gambas? > thats mean a variable with different datatypes > for example: > type recorda as record >a as intger >b as string >c[99] as float > endtype > dim variablename as recorda > > kind regards > Jürgen > > Yes of cou

Re: [Gambas-user] how do I stop getting mail from the mailing list?

2009-04-25 Thread Werner
arbelmichal wrote: > Hi I don't wont to get more mails, It blocks my mail... so how can I > stop getting them? > Arbel The same way you subscribed. Visit here: https://lists.sourceforge.net/lists/listinfo/gambas-user The unsubscribe part is at the bottom.

Re: [Gambas-user] calling gambas server page from html form (post)

2009-05-03 Thread Werner
, you can be co-author for this section > of the book. > > http://gambas.sourceforge.net/Getting%20Started%20with%20GAMBAS.odt > Looks promising. Good job! Werner -- Register Now & Save for Velocity, t

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Werner
> > echo $PATH > > to know the directories where executables are searched for. Just > copy test.gambas in one of them (/usr/local/bin or /usr/bin). > > In Gambas you could know the PATH variable with: > > PRINT Application.Env["PATH"] > > Saluti, > >

Re: [Gambas-user] Smooth Scrolling (not happening)

2009-05-20 Thread Werner
M0E Lnx wrote: > Hi all, > > Some of you may have seen my project... a GUI installer for VectorLinux. > I've gotten the functionality parts to work, and it's all good. I do > have one annoyance that I can't shake and this is where I need help. > > While packages are being installed, I have a scroll

Re: [Gambas-user] Two extended paint devices at the same time ?

2009-05-24 Thread Werner
Andreas Müller wrote: > Hello, > > I have an application wich generates plotting points (x,y) which are > drawn by a draw.line(x1,y,1,x2,y2) command into some drawing area 'DA'. > > Draw.Begin(DA) > Draw.ForeColor = Color.Black > Draw.LineStyle = Line.Solid > Draw.Li

Re: [Gambas-user] graphic turn around

2009-06-22 Thread Werner
/gambasdoc.org/help/comp/gb.image/image To rotate it: http://gambasdoc.org/help/comp/gb.qt/image/rotate Regards Werner -- Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. T

Re: [Gambas-user] Blob management

2009-06-25 Thread Werner
David Villalobos Cambronero wrote: > Forgot to add more details. > > And yes, the example works fine but I don't get it to work in my app. > > Here is the senario: > > I got a table with a picture (just a record) and I want to save it to the > disk, (PictureDatabase does it by the PictureBox not d

Re: [Gambas-user] database question

2009-07-11 Thread Werner
es-->Options "Form controls are public" to Yes Regards Werner -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new app

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread Werner
2.14 on openSUSE 11.1/64 with KDE 3.5 What I see is when I single step through the Button_Click routine tabstrip1[0].visible = false 'Index becomes -1 tabstrip1[1].visible = true 'Index becomes 1 tabstrip1[2].visible = false but what is shown is still tab strip 0. Regards Werne

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread Werner
Werner wrote: > kobolds wrote: > >> sorry here the code >> >> http://www.nabble.com/file/p24460070/test.zip test.zip >> >> Benoît Minisini wrote: >> >> >>>> the whole project I doing now still in very messy status . but I conf

Re: [Gambas-user] Comparing 2 pictures

2009-08-10 Thread Werner
richard terry wrote: > Hi all, > > i wondered if anyone could tell me how to comparea picture1 to picture 2 and > tell if they were different (ie one had been changed in some way? > > thanks in anticipation. > > Richard > > --

Re: [Gambas-user] Comparing 2 pictures

2009-08-10 Thread Werner
richard terry wrote: > On Mon, 10 Aug 2009 10:15:20 pm Werner wrote: > >> richard terry wrote: >> >>> Hi all, >>> >>> i wondered if anyone could tell me how to comparea picture1 to picture 2 >>> and tell if they were different (

Re: [Gambas-user] treeview multiple selection

2009-08-13 Thread Werner
elect all treeview items that begin with "A" and deselect all others if not Larch.MoveFirst then repeat if Left$(Larch.Item.Text) = "A" then Larch.Item.Selected = TRUE else

Re: [Gambas-user] Question about gb.db

2009-08-14 Thread Werner
e only a few thousands so it works well. Typically, I put the retrieved data in a columnview or similar widget and let the user can then sort it to some other criteria. My view is that the software closest to the data kno

Re: [Gambas-user] MP | Re: Question about gb.db

2009-08-15 Thread Werner
Jean-Yves F. Barbier wrote: > Werner a écrit : > >> Charlie Reinl wrote: >> >>> Salut, >>> >>> till now I use the Request part in $hConn.Find to set my sorting >>> "Order by" >>> Is there a better/easier way, whic

Re: [Gambas-user] Need help / call for volunteers

2009-08-18 Thread Werner
elcome to openSUSE 11.1 - Kernel \r (\l). | The | is added by me as a delimiter. There are 2 empty lines. Regards Werner -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simp

Re: [Gambas-user] How to get listbox selection?

2009-09-08 Thread Werner
Rolf Schmidt wrote: > Hallo Dimitris > > deine Mail ist sehr interessant, doch leider kann ich sie nicht lesen - > komischer englischer Dialekt. > > Gruß > Rolf > > PS: If you like to answer in a different language then english, the language > of this list, do it as PM. > > >> An katalava kala

Re: [Gambas-user] gambas-mysqladmin

2009-09-09 Thread Werner
> Wonderful, support and program are wonderful > > suggestion : 0 should mean ALL > > Thanks > > > -- maybe -1 should mean all. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simpli

Re: [Gambas-user] Yan: Button form

2009-09-23 Thread Werner
abdurrahman ulusoy wrote: > ok. maybe a circle or other form but rectangle. > > --- 23/09/09 Çar tarihinde abdurrahman ulusoy şöyle > yazıyor: > > Kimden: abdurrahman ulusoy > Konu: [Gambas-user] İlt: Button form > Kime: gambas-user@lists.sourceforge.net > Tarihi: 23 Eylül 2009 Çarşamba, 15:00 >

Re: [Gambas-user] Bouncing emails ?missed posts/emails

2009-09-28 Thread Werner
to ensure it got to the list. > > Sorry. > > richard > http://sourceforge.net/mailarchive/forum.php?forum_name=gambas-user Regards Werner -- Come build with us! The BlackBerry® Developer Conference in SF, CA is

Re: [Gambas-user] serial port

2009-09-28 Thread Werner
uot; how can I calculate the result? > > Thanks, Robi > with Eval Regards Werner PS: It is better to start a new thread for a new question. -- Come build with us! The BlackBerry® Developer Conference in SF, CA

Re: [Gambas-user] gambase and modbus

2009-10-02 Thread Werner
on >> > > Ok thanks, but there not much. Anyway, I think I found what I need with > OpenScada. > > Depends on what you use it for, it's not free for commercial purposes. You have propabl

Re: [Gambas-user] Coordinates X and Y en DrawingArea controls

2009-10-03 Thread Werner
rently a DrawingArea can do that (with Tracking property set) but a PictureBox can't. Regards Werner -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to att

Re: [Gambas-user] Socket not working in 2.8

2009-10-04 Thread Werner
o work if it is instantiated in code. It works fine > if the Socket is added to a form, but this is no good for what I need to > achieve. > > Am I doing something wrong or could this be a bug in Socket? > > Any help is appreciated. > Dear Spam Spam

Re: [Gambas-user] Socket not working in 2.8

2009-10-04 Thread Werner
nospam.nospam.nos...@gmail.com wrote: > On Sun, 2009-10-04 at 19:35 +0800, Werner wrote: > >> nospam.nospam.nos...@gmail.com wrote: >> >>> I tried to create an application using a Socket instantiated in code: >>> >>> [CODE] >>>

Re: [Gambas-user] make Label background from Database field

2009-10-15 Thread Werner
of bounds" error at line : $alblTime[i] = NEW Label(ME) > Did I make something wrong? > It is data dependent. What happens when i = rsThesi!thesi $alblTime[i] = NEW Label(ME) where rsThesi!thesi is -5000? Regards, Werner ---

Re: [Gambas-user] make Label background from Database field

2009-10-18 Thread Werner
Label" & CInt(rsThesi!thesi)) > Hmm, maybe this would work: FOR EACH rsThesi change_bgcolor("Label" & CInt(rsThesi!thesi)) NEXT We'll make a program out of this yet! :-D Werner

Re: [Gambas-user] Mouse Events

2009-10-20 Thread Werner
k. I think 300..400ms is a good number. Maybe the desktop of choice has a preference scheme where the user can set the delay. MyTimer.Enabled is initially false. Regards Werner -- Come build with us! The BlackBerry(R) Dev

Re: [Gambas-user] Video Player example

2009-10-21 Thread Werner
ut > > Does DrawingArea.Visible = FALSE or DrawingArea.Hide not work? Regards Werner -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend t

Re: [Gambas-user] set of questions

2009-10-23 Thread Werner
Benoît Minisini wrote: >>> The boss is an amazing chap: he writes and maintains Gambas, holds down a >>> job and is, I believe, a Thespian of repute. To avoid any unrecoverable >>> read >>> >> Yes the big boss is a big wonder. >> > > Hey, this is my birthday or what? :-) > > What does "

Re: [Gambas-user] Tableview question

2009-10-25 Thread Werner
ards > > richard > I made a little example where one can edit the contents of a cell. The changes are stored with Tab of Return keys or clicking a different cell. All of these create a _Save event which can be used for data validation. It works fine here (Suse11.1/64, KDE 3.5)

Re: [Gambas-user] Tableview question

2009-10-26 Thread Werner
rceforge.net/lists/listinfo/gambas-user > > As I have never used a Tableview this is just an idea: Would it satisfy your requirements if you treat it like a spreadsheet cell so if a user clicks on a tableview cell its

Re: [Gambas-user] screen WxH

2009-11-04 Thread Werner
Jean-Yves F. Barbier wrote: > Hi, > > can I get the whole screen width & height without using any maximized > form to do that? > > Desktop.Width Desktop.Height -- Let Crystal Reports handle the reporting - Free Crysta

Re: [Gambas-user] Multithreaded Programs

2009-11-05 Thread Werner
rformance I take the former any time. Having said that, I do have difficulties getting a ticker message to run across the bottom of a 42 inch plasma screen without noticeable jitter while the rest of the screen is doing Image.Fade (on a dual core CPU). Maybe the answer to my woes is to take a l

Re: [Gambas-user] Checkboxes with columnview

2009-11-08 Thread Werner
to a "blank" (unchecked). Not very pretty but it > works. > > -Alex > Is the user doing the selection or is programmed? Regards, Werner -- Let Crystal Reports handle the reporting - Free Crysta

Re: [Gambas-user] Checkboxes with columnview

2009-11-08 Thread Werner
al ways to build a subset of what is being displayed. To illustrate, I made a little jukebox demo some time ago. Maybe it's a useful alternative. One advantage is that the user has control of the ordering of the subset. Regards, Werner cvwDemo.tar.gz Description: GNU Zip compressed data ---

Re: [Gambas-user] Checkboxes with columnview

2009-11-08 Thread Werner
Werner wrote: > Alex Bartonek wrote: > >> (ok, I cant post to Gambas on Nabble but direct to the list I can. So here's >> my question). >> >> >> I'm using gambas 2.16 on my linux box. I'm importing a text file into a >> columnview and

Re: [Gambas-user] Licensing problems in Gambas

2009-11-19 Thread Werner
On 19/11/09 20:09, Benoît Minisini wrote: > Hi, > > There are two licensing problems in Gambas that must be solved. > > 1) The first one should not be difficult: we must find a license for the > gambas wiki documentation that makes it free. I need suggestions... > The most obvious choice would

Re: [Gambas-user] Licensing problems in Gambas

2009-11-19 Thread Werner
On 20/11/09 00:54, Benoît Minisini wrote: >> On Thursday 19 November 2009 07:09 am, Benoît Minisini wrote: >> >>> There are two licensing problems in Gambas that must be solved. >>> 1) The first one should not be difficult: we must find a license for the >>> gambas wiki documentation that make

[Gambas-user] Problem building Gambas3 on openSUSE 11.2

2009-11-20 Thread Werner
bin:/usr/lib/mit/bin:/usr/lib/mit/sbin uname -a Linux bandit 2.6.31.5-0.1-desktop #1 SMP PREEMPT 2009-10-26 15:49:03 +0100 x86_64 x86_64 x86_64 GNU/Linux glibc 2.10.1-10.4 libtool 2.2.6-47.7 qt 4.5.3 Any help is much appreciated. Regards Werner This file contains any messages produced by com

Re: [Gambas-user] Problem building Gambas3 on openSUSE 11.2

2009-11-21 Thread Werner
On 20/11/09 17:28, Werner wrote: > Suse 11.2 came out last week. I seem to remember that it worked fine > with 11.1 using qt3. > > My problem is that I can't configure support for Qt (I don't care about > the other parts). > > I am trying this now with trunk rev 242

Re: [Gambas-user] Problem building Gambas3 on openSUSE 11.2

2009-11-21 Thread Werner
On 21/11/09 18:43, Benoît Minisini wrote: >> On 20/11/09 17:28, Werner wrote: >> >>> Suse 11.2 came out last week. I seem to remember that it worked fine >>> with 11.1 using qt3. >>> >>> My problem is that I can't configure support for Qt (

Re: [Gambas-user] Resizing a form

2009-11-21 Thread Werner
. There is a resize event. If you select that you will be thrown into the code editor with a skeleton resize event routine waiting for you. The form also has a "Scaled" property which might help to keep order in the jungle. I've never used it. Regards Werner Dahn -

Re: [Gambas-user] Problem building Gambas3 on openSUSE 11.2

2009-12-01 Thread Werner
On 28/11/09 05:44, Benoît Minisini wrote: >> On 21/11/09 18:43, Benoît Minisini wrote: >> >>>> On 20/11/09 17:28, Werner wrote: >>>> >>>>> Suse 11.2 came out last week. I seem to remember that it worked fine >>>>> wit

[Gambas-user] Minimum Size of a Form

2009-12-10 Thread Werner
r if I use Stop Event or not. Regards Werner -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev ___ Gambas-use

Re: [Gambas-user] Minimum Size of a Form

2009-12-11 Thread Werner
On 11/12/09 19:01, Fabien Bodard wrote: > ok Error from mine :) ... but for one part the min size is fixed at > the desing but only for windows with ToolBox option at true > > And in gambas3 with windows.type at Utility > Yes that works for me.

Re: [Gambas-user] Minimum Size of a Form / for Kadaitcha Man

2009-12-11 Thread Werner
find any constructive comments made by him anywhere. He is now in my killfile. Regards, Werner -- Return on Information: Google Enterprise Search pays you back Get the fa

Re: [Gambas-user] Financial program

2009-12-14 Thread Werner
u don't know what the task is. If you think you can write a decent accounting program in 3 man years you may have something fairly basic to show but only if you got your priorities right. Accounting programs are very much underestimated. You might just want to hook into what's there and be e

Re: [Gambas-user] Financial program

2009-12-14 Thread Werner
nting programs are very much underestimated. >> > I agree. > > Best Regards > Kari > > It's here: > ftp://www.linuxcanada.com/pub/Quasar/1.4.7/ I hope to have conveyed: They are very decent people and it is brilliant software. Regards Werner -

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Werner
Integer = 90 > Public HeadUD As Integer = 90 > Public IRLeft As Integer = 0 > > If I try and use IOvariables1 in a separate module, I receive an unknown > identifier error? > > What am I doing wrong? > > Many thanks > > > > does Print IOvariables1.Hea

Re: [Gambas-user] Not sure about what type of project to use, pls advise

2009-12-29 Thread Werner
On 30/12/09 01:01, cwyong1 wrote: > Hi > i am thinking of writing an financial system but am confused, should i go > for Graphical Application of QT or GTK+ Graphical Application > > Thank > Surely you will find people advocating both sides. My personal preference is Qt as it is more feature com

Re: [Gambas-user] Using GLSL in gambas3

2009-12-30 Thread Werner
iting docs!) :-p see > http://gambasdoc.org/help/comp/gb.opengl.glsl/gl?v3 > > Have fun ! > That's very good news for me. I'm in the process of learning openGL with the help of the openGL SuperBible. Thank you very much and a Happy New Year Werner ---

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread Werner
t; or If isNull(txtUserName.Text) should both work. Best Regards and Happy New Year (it is now in Hong Kong) Werner -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Veri

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread Werner
On 01/01/10 02:32, cwyong1 wrote: > hi. > Happy new year to you too... > > > Steven revimmo wrote: > >> Le vendredi 01 janvier 2010 à 00:47 +0800, Werner a écrit : >> >> >>> Best Regards and Happy New Year (it is now in Hong Kong) >>>

Re: [Gambas-user] SOLVED - How to generate a new frame or pic box when a button is pressed

2010-01-11 Thread Werner
hPic.H) >>> hForm.Picture = hPic >>> hForm.Border = Border.None >>> >>> >>> >>> >>> 2010/1/10 k p : >>> >>>> I got a button on a form and when I click the button I need the program >>>> to >>>

Re: [Gambas-user] Mailing list not working correctly?

2010-01-12 Thread Werner
from you on 31.12.2009 with 2 topics in my Inbox: Installation instructions for openSUSE and how to get the version number After that, there's nothing until last Saturday (4 posts). Regards Werner -- This SF.Net ema

Re: [Gambas-user] Serial port (gb.net) curious error - reading byte value incorrectly.

2010-01-12 Thread Werner
. Could this be a small > error in the serial code (gb.Net) that someone has encountered or rather > a known issue elsewhere which I have not yet found in my searches? > > Thanks, > > Anthony > We've discussed that about one month ag

Re: [Gambas-user] Select a Row in a Tableview

2010-01-13 Thread Werner
On 13/01/10 18:16, Stefan Miefert wrote: > Hello, > > how can i select a row in a TableView? Via code? > > Mytableview.row = 1 doesent working:) > A TableView is an editable GridView. http://www.mail-archive.com/gambas-user@lists.sourceforge.net/msg05860.html --

Re: [Gambas-user] Select a Row in a Tableview

2010-01-13 Thread Werner
On 13/01/10 19:45, Stefan Miefert wrote: > Hello, > > this syntax crashed gambas > > -Ursprüngliche Nachricht- > Von: Werner [mailto:wd...@netfront.net] > Gesendet: Mittwoch, 13. Januar 2010 12:35 > An: mailing list for gambas users > Betreff: Re: [Gam

Re: [Gambas-user] Collections

2010-01-16 Thread Werner
t; FOR EACH Element IN Lista > > PRINT Lista.Key;; " ";; Lista[Lista.key][1];; " ";; > Lista[Lista.key][0] > PRINT Lista.Key;;

Re: [Gambas-user] Collections

2010-01-16 Thread Werner
'CASE "s:n" >>> ' CBComm2.Add(Lista.Key) >>> ' END SELECT >>> NEXT >>> - >>> >>> >>> >>

Re: [Gambas-user] How to move an object within a form

2010-01-18 Thread Werner
Resize(thePicture.Width, thePicture.Height) End Public Sub DrawingArea1_Draw() Draw.Picture(thePicture, 0, 0) End Public Sub DrawingArea1_MouseMove() DrawingArea1.X += Mouse.X - Mouse.StartX DrawingArea1.Y += Mouse.Y - Mouse.

Re: [Gambas-user] How to move an object within a form

2010-01-18 Thread Werner
reenY - $MY) > END > ME relates to the form, not the Drawing Area. Regards, Werner -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creatin

[Gambas-user] svn 2624 and 2625

2010-01-22 Thread Werner
Regards Werner -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information s

Re: [Gambas-user] svn 2624 and 2625

2010-01-23 Thread Werner
bas-database-manager.gambas >> FMain.Form_Open.787: #13: Null object >> >> > The gambas database manager is deprecated in Gambas 3 and will be removed. SO > that's not important! > > Regards, > > I use openSUSE 11.2/64. Regards Werner

Re: [Gambas-user] Removing last character of a string

2010-01-30 Thread Werner
On 30/01/10 23:03, Alessandro Rinaldi wrote: > The subject explains everything... I really can't find a way to do that! > Thank you > from http://gambasdoc.org/help/lang/left PRINT Left$("Gambas", -1) returns Gamba --

Re: [Gambas-user] Anyone userd .Grab()?

2010-02-06 Thread Werner
r message 'wanted picture, got void instead'. > > Any one got any ideas? > > Thanks in anticipation. > > Richard > It works fine here. Gambas 2.19 on openSUSE 11.2/64 with Qt. My HBox does not have any real content, I just changed the background. I can s

Re: [Gambas-user] Setting default values on a listbox

2010-02-07 Thread Werner
an error saying the listbox.text is read only. > > What am I missing? > You could use Setting for storing default and/or user set values. http://gambasdoc.org/help/comp/gb.settings/settings Regards Werner ---

Re: [Gambas-user] Date var and message output

2010-04-16 Thread Werner
t; > what is the 658 at the end if Messagebox output? > > The .658 is the milliseconds. Presumably Print and Message use a Format$ slightly differently. See http://gambasdoc.org/help/lang/format Regards Werner

Re: [Gambas-user] Did anybody try to run stepper motors through paralel port

2010-04-18 Thread Werner
arate hi-level logic from lo-level timing, >>> >> perhaps through a >> >>> library written in C. >>> >>> >>> >> Yes, I agree. I did a lot of work with parallel ports in >> the past, b

Re: [Gambas-user] Did anybody try to run stepper motors through paralel port

2010-04-19 Thread Werner
not attempt a serious application for that job in >> Gambas. >> >> Since I retired, I have been building my own hobby CNC >> machines, but I >> just use EMC2. It is GPL, and very efficient, so I figured >> I had no need >> to write my own app. >> >&g

Re: [Gambas-user] Wrong error message

2010-05-04 Thread Werner
On 05/05/10 02:03, Benoît Minisini wrote: >>> I feel something weird in using an integer variable as if it was a >>> string, and the above snippet does that. >>> >> As I said earlier, it is sometimes useful. Datatype is integer because >> all other usage of that variable is mundane math. >

Re: [Gambas-user] Gambas for windows, how?

2010-05-13 Thread Werner
s meant to facilitate porting VB applications from Windows to Linux. Best Regards Werner -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourcefor

Re: [Gambas-user] Gambas for windows, how?

2010-05-13 Thread Werner
On 13/05/10 21:59, admhards...@yahoo.ca wrote: > Ok but, how can I install gambaas for windows , what should I do? > > Thanks > Tomas > Sent on the TELUS Mobility network with BlackBerry > > -Original Message- > From: Werner > Date: Thu, 13 May 2010 21:

Re: [Gambas-user] Gambas for windows, how?

2010-05-13 Thread Werner
On 14/05/10 00:41, admhards...@yahoo.ca wrote: > Ok you are right but I wanna developer an app for a customer in windows, > because he doesn't know any debian, ubuntu, just windows > Do you undestood me? > Tomas > If we are talking about a typical scenario in an office where the user is using

[Gambas-user] OpenGL PixelStore constants missing gambas3-2987

2010-06-08 Thread Werner
specifically I need GL_UNPACK_ALIGNMENT but it seems all the others are missing, too. -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit.

[Gambas-user] OpenGL gl.GL_CLAMP_TO_EDGE constant missing gambas3-2987

2010-06-09 Thread Werner
gl.CLAMP_TO_BORDER is in the code but not documented. Regards Werner -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit

Re: [Gambas-user] OpenGL PixelStore constants missing gambas3-2987

2010-06-09 Thread Werner
On 09/06/10 22:08, Laurent Carlier wrote: > Le mardi 08 juin 2010 15:51:56, Werner a écrit : > >> specifically I need GL_UNPACK_ALIGNMENT but it seems all the others are >> missing, too. >> >> > Should be fixed in rev 2997 &

[Gambas-user] Optional and Param (Gambas 3)

2010-06-09 Thread Werner
0 no matter if parameter values are supplied or not. My guess is that's because Optional can only be used from the second parameter onwards (why?). How can I make this class do what it should? Thanks Werner Dahn --

Re: [Gambas-user] Optional and Param (Gambas 3)

2010-06-10 Thread Werner
On 10/06/10 15:38, Charlie Reinl wrote: > Am Donnerstag, den 10.06.2010, 14:37 +0800 schrieb Werner: > >> I'm trying to implement a simple class that creates a Float[3] array. I >> would like to give the user of the class an optional opportunity to fill >> the arra

  1   2   3   4   5   6   7   8   9   10   >