Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2014-01-22 Thread Willy Raets
On Tue, 2014-01-21 at 17:58 -0500, Kevin Fishburne wrote: > On 01/21/2014 03:57 PM, martin p cristia wrote: > > Stepping in this old conversation to point out my take: > > > > -computers nowadays are fast enough to run a VM that's fast enough to > > run a normal aplication > > > > -If Benoit says i

Re: [Gambas-user] multi document interface

2014-01-22 Thread Willy Raets
On Mon, 2014-01-20 at 01:15 +0100, Benoît Minisini wrote: > Le 14/01/2014 09:50, Willy Raets a écrit : > > Hi all, > > > > Does anyone have a small example of working with a multi document > > interface. I need one toolbar that works with all opened documents? > > > > For example a toolbar with a c

[Gambas-user] How to handle unsigned Integer, Short, Long

2014-01-22 Thread wally
Hello, Where can i find information and example code on: How to declare and handle *_unsigned_*__Integer, Short, Long in Gambas3 ? thank you wally -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why

[Gambas-user] Printing report

2014-01-22 Thread nero
Hi all, I can print directly to pdf using priner component without any problem using somethink like: printer.Paper = Printer.A4 printer.OutputFile = "~/print.pdf" p1.Print() Now I've made some report using report component but I can't understand how to obtain the same, I can made pdf using :

[Gambas-user] Report control label color

2014-01-22 Thread nero
Hi all, I'm starting using report control but cannot find a way to set a label color , I've try with something like: lblID.Brush = ReportBrush.Color(Color.red) lblID.BackGround = ReportBrush.Color(Color.Yellow) It don't show error but don't change anythink. any idea ? Thank's in advance, Marc

Re: [Gambas-user] How to handle unsigned Integer, Short, Long

2014-01-22 Thread Jussi Lahtinen
Instead of unsigned integer and short, why not just normal signed long? It can hold same values. Integer is variable of 32 bits and it's declaration determines how the first bit is interpreted. So in some cases it doesn't matter. Where do you need these exactly? Jussi On Wed, Jan 22, 2014 at 11:

[Gambas-user] Gambas Future or what kind of Gambas we, want.

2014-01-22 Thread martin p cristia
> If anyone is willing to work with me, that would be great. > I do. I'm a experienced VB6 user, have a very little C knowledge and 60% Gambas, but learning fast. -- CenturyLink Cloud: The Leader in Enterprise Cloud Serv

Re: [Gambas-user] multi document interface

2014-01-22 Thread Benoît Minisini
Le 22/01/2014 09:48, Willy Raets a écrit : >> >> Then you create your Toolbar, fill them with ToolButton, ComboBox... >> >> The toolbar Key property must be set. >> >> The Action property of all toolbar controls must be set too. >> >> If a toolbar button has a corresponding menu, the menu must have

Re: [Gambas-user] How to handle unsigned Integer, Short, Long

2014-01-22 Thread Benoît Minisini
Le 22/01/2014 10:15, wally a écrit : > Hello, > > Where can i find information and example code on: > > How to declare and handle *_unsigned_*__Integer, Short, Long in Gambas3 ? > > thank you wally > Alas you have no unsigned datatypes in Gambas. Maybe in a future Gambas 4? You have to use signed

Re: [Gambas-user] How to handle unsigned Integer, Short, Long

2014-01-22 Thread wally
Hello @Jussi, i must handle a lot of 4byte uint32_t values which represents node IP addresses of devices in a rs232 ring network. I know i might use long instead of unsigned 4byte integer, but i expected there is a keyword "unsigned" somewhere to declare as needed. The "long" approach for uint32_

[Gambas-user] A few things about linked source files

2014-01-22 Thread Bruce
I have not raised these as bugs because I don't believe anyone else would be mad enough to use linked source files as much as I have in the prototype I built recently to "win" our new project. I also believe there are more important things for the core developer(s) to concentrate on. So it's just a

Re: [Gambas-user] How to handle unsigned Integer, Short, Long

2014-01-22 Thread Jussi Lahtinen
If you declare variable as integer in Gambas and pass it as unsigned 32bit variable to lib made with C, then I don't think the lib will notice any difference. It's just that Gambas will show large values of that variable as negative numbers. Jussi On Wed, Jan 22, 2014 at 3:19 PM, wally wrote:

Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2014-01-22 Thread Carl Nilsson
Wally: To return to the RPi and the like: As I posted on the Raspberrypi.org/phpBB3/ site on 22 Nov 2013 , I gratefully used an image file loaded into dropbox by "fuller" (see his post on 11 Aug 2012) for my wheezy-gambas3.img file - i.e. Debian wheezy with pre-installed Gambas3.2.1. Any attemp

[Gambas-user] gb.inotify to capture filesystem events

2014-01-22 Thread Tobias Boege
Hi all, a new component, gb.inotify, is public since some time (30th Dec 2013) but I never told you... It is about monitoring filesystem events on Linux as you may have already guessed from its name. Since it lacks time over here to write documentation, ATM, I'll simply give you a sample project

[Gambas-user] gambas pdf viewer does not show landscape pdf's

2014-01-22 Thread richard terry
Hi List, Benoit, I've noted this for a long while and it is annoying, not sure if it is fixable. Enclosed is a pdf to show the problem - try the gambas example to see what happens. I wondered if anyone was capable of fixing this as I wouldn't know where to start. Regards richard g

Re: [Gambas-user] gambas pdf viewer does not show landscape pdf's

2014-01-22 Thread Benoît Minisini
Le 22/01/2014 23:00, richard terry a écrit : > Hi List, Benoit, > > > I've noted this for a long while and it is annoying, not sure if it is > fixable. > > Enclosed is a pdf to show the problem - try the gambas example to see > what happens. > > I wondered if anyone was capable of fixing this as

Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2014-01-22 Thread Carl Nilsson
Willy: My apologies - also to Wally. My previous on this subject should have been addressed to you. It was in the early hours! I suppose the more basic answer as to getting a greater take up on this lovely language is that you have to identify and satisfy the target market. I would guess by f

Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2014-01-22 Thread Jussi Lahtinen
I would guess by far the largest number of potential > - not current - users are those who have come from Windows and > VB6. If they are long-standing users of Linux, then they are > probably conversant with C, etc. and don't particularly need/want a > Basic derivative. I strongly disagree here.