[Gambas-user] At revision 6127 serialport

2014-02-02 Thread wally
Hello, with svn revision 6127 came an update of file "CSerialPort.c". Comparing this file with an older one, diff shows, that some stuff on input buffer size has been modified. What has been done here and what was the reason (error?) for this updat

Re: [Gambas-user] Stream.EndOfLine (gb)

2014-01-29 Thread wally
next > > hFile.Close > > End > > 2014-01-29 wally : >> Hi, >> >> is there a way to set a custom EndOfLine ? >> >> e.g. &hAA / Chr$(170) >> >> wally >> >> >> from Docs: >> >> Stream.EndOfLine (gb) >>

[Gambas-user] Stream.EndOfLine (gb)

2014-01-29 Thread wally
Hi, is there a way to set a custom EndOfLine ? e.g. &hAA / Chr$(170) wally from Docs: Stream.EndOfLine (gb) Property *EndOfLine* As Integer Returns or sets the newline separator used by this stream <http://gambasdoc.org/help/def/stream?v3>. The possible values are:

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-28 Thread wally
On 01/28/2014 01:05 PM, Tobias Boege wrote: > On Tue, 28 Jan 2014, wally wrote: >>> Le 26/01/2014 18:03, wally a ?crit : >>>> Hello, >>>> >>>> i need to write more than 63 Bytes to an Byte[] in a structure. >>>> >>>> How t

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-27 Thread wally
> Le 26/01/2014 18:03, wally a ?crit : >> Hello, >> >> i need to write more than 63 Bytes to an Byte[] in a structure. >> >> How to do this job ? >> >> mini example attached >> >> >> thank you wally >> > Since revision #6110

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread wally
own datas why don't you store them to a file ? > > 2014-01-26 Tobias Boege : >> On Sun, 26 Jan 2014, wally wrote: >>> Hi Jussi, >>> >>> still "too many arguments" >>> >>> I do something wrong, incedible a 63 limit for Byte[]

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread wally
Hi Jussi, still "too many arguments" I do something wrong, incedible a 63 limit for Byte[] GG.src.Insert([1,2,3,4, ... , 64, 65]) wally On 01/26/2014 08:40 PM, Jussi Lahtinen wrote: > Example: > GG.src.Insert([1,2,3,4]) > > Jussi > > > On Sun, Jan 26

[Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread wally
Hello, i need to write more than 63 Bytes to an Byte[] in a structure. How to do this job ? mini example attached thank you wally '## ' Gambas class file Public Struct myStruct src As Byte[] dst As Byte[] End Stru

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

2014-01-22 Thread wally
be in a future Gambas 4? You have to use signed version, and be careful with the arithmetic you are doing. If it is not too much work it would be nice to have unsigned in version 4. Yes, exactly, the maths is the problem. In c i get overflow warnings at lest. wally On 01/22/2014 12:43 P

[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

Re: [Gambas-user] GB3 write Byte[] question

2014-01-16 Thread wally
On 01/16/2014 09:30 AM, Benoît Minisini wrote: > Le 16/01/2014 09:27, wally a écrit : >> Hello, >> >> i want to send some data bytes to serialport using below code: >> >> Public Sub Button2_Click() >> >>Dim arr As Byte[] >>ar

[Gambas-user] GB3 write Byte[] question

2014-01-16 Thread wally
x values) " 41 02 16 aa 15 00 fe 0a 00 00 00 ff ff ff ff 00 00 0a 00 00 00 10 27 00 42 " I assume " 41 02 " is identifer for Byte-Array and hex 16 i(dec22) s the length of array How can i send this array

Re: [Gambas-user] gbx3: unable to find startup file

2014-01-06 Thread wally
: > Which repository do you use? > Here, with > http://download.opensuse.org/repositories/Education/openSUSE_12.3/ > there are no problems with the last updates of 3.5.1. > > Am 06.01.2014 18:27, schrieb wally: > > On Monday 06 January 2014 18:21:57 wally wrote: > >>

Re: [Gambas-user] gbx3: unable to find startup file

2014-01-06 Thread wally
On Monday 06 January 2014 18:21:57 wally wrote: > Hi, > > got problem with OpenSuse repository installation 3.5.1 > > gambas3 > gbx3: unable to find startup file > what is a clever first step to fix this pro

[Gambas-user] gbx3: unable to find startup file

2014-01-06 Thread wally
Hi, got problem with OpenSuse repository installation 3.5.1 > gambas3 what is a clever first step to fix this problem ? thx wally -- Rapidly troubleshoot problems before they affect your business. Most

[Gambas-user] start GB3 from prefix=...

2014-01-03 Thread wally
mbas [2] Cannot load class 'Shortcut': Unable to load class file. FMain.FMain.0 wally -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture

Re: [Gambas-user] Menu toolbar disappeared

2013-12-31 Thread wally
On Tuesday 31 December 2013 15:47:00 Benoît Minisini wrote: > Le 31/12/2013 15:38, wally a écrit : > > 6041 does still not build on OpenSuse 13.1 > > (gtk3 component) > > Do you have the same error or another one? If you are not sure, please > always send the compile

Re: [Gambas-user] Menu toolbar disappeared

2013-12-31 Thread wally
On Tuesday 31 December 2013 15:45:25 Benoît Minisini wrote: > Le 31/12/2013 15:38, wally a écrit : > > Hi, > > > > how to get the Menu-toolbar back on top of the IDE ? > > I switched "Line Numbers" ON and the Menu disappeared. > > It displays a m

[Gambas-user] Menu toolbar disappeared

2013-12-31 Thread wally
Hi, how to get the Menu-toolbar back on top of the IDE ? I switched "Line Numbers" ON and the Menu disappeared. It displays a messag "use CTRL ALT M to get menu back, but nothing happens. 6041 does still not build on OpenSuse 13.1 (gtk3 co

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread wally
On Monday 30 December 2013 19:58:50 Ru Vuott wrote: > Hi wally, > > I installed " libgtk-3-dev " library, following Kende's suggestion. > > So, the updating was good. > > I would like to understand if I have to install those other libraries > >

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread wally
_ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Hi Vuott, on Opensuse the package names are : gtk3-devel gtk3-tools libgtk-3-0 gtk3-data the rest should be done

Re: [Gambas-user] svn build problem 6035

2013-12-30 Thread wally
On Monday 30 December 2013 12:43:35 Benoît Minisini wrote: > Le 30/12/2013 12:31, wally a écrit : > > On Monday 30 December 2013 10:40:29 Benoît Minisini wrote: > >> Le 30/12/2013 08:59, wally a écrit : > >>> Hi, > >>> > >>> anubody else h

Re: [Gambas-user] svn build problem 6035

2013-12-30 Thread wally
On Monday 30 December 2013 10:40:29 Benoît Minisini wrote: > Le 30/12/2013 08:59, wally a écrit : > > Hi, > > > > anubody else has this problem ? > > If necessary i can send better logs. > > Hope this is sufficient for a first view. > > > > > &g

Re: [Gambas-user] svn build problem 6035

2013-12-30 Thread wally
On Monday 30 December 2013 10:40:29 Benoît Minisini wrote: > Le 30/12/2013 08:59, wally a écrit : > > Hi, > > > > anubody else has this problem ? > > If necessary i can send better logs. > > Hope this is sufficient for a first view. > > > > > &g

[Gambas-user] svn build problem 6035

2013-12-30 Thread wally
Hi, anubody else has this problem ? If necessary i can send better logs. Hope this is sufficient for a first view. At revision 6035. make[4]: Entering directory `/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.gtk3/src' CXX gb_gtk3_la-gmemory.lo CXX gb_gtk3_la-font-parser.l

Re: [Gambas-user] R: ieee754

2013-12-27 Thread wally
; Dim x As Single > Dim p As Pointer > Dim s As Stream > > i = &h3EAA& > > > p = Alloc(4) > > s = Memory p For Write > > Write #s, i As Integer > Read #s, x > Print x > Free(p) > > End > > >

Re: [Gambas-user] R: ieee754

2013-12-27 Thread wally
/3 > > Dim i As Integer > Dim x As Single > Dim p As Pointer > Dim s As Stream > > i = &h3EAA& > > > p = Alloc(4) > > s = Memory p For Write > > Write #s, i As Integer > Read #s, x > Print x > Free(p) &

Re: [Gambas-user] R: ieee754

2013-12-27 Thread wally
> > i = &h3EAA& > > > p = Alloc(4) > > s = Memory p For Write > > Write #s, i As Integer > Read #s, x > Print x > Free(p) > > End > > > > > Ven 27/12/13, w

[Gambas-user] ieee754

2013-12-27 Thread wally
er Dim x As Single Dim p As Pointer i = &h3EAA& p = Alloc(4) Write #p, i, 4 ' << error * Read #p, x Free(p) Print x End * "Type mismatch: wanted Stream, got Pointer instead" thx wally ---

[Gambas-user] build JIT ?

2013-11-17 Thread wally
Hello, do i need definetively to install the libLLVM SVN version ? Not possible to use a LLVM package from distro repo ? (OpenSuse 12.3 ) || || Unable to find file: libLLVM-3.3svn.so || gb.jit is disabled || wally

[Gambas-user] gambas online docs

2013-10-06 Thread wally
the gambas online docs is a pain ! -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most

[Gambas-user] taskbar example ?

2013-10-06 Thread wally
Hi, is there a taskbar-example available somewhere ? wally -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling

Re: [Gambas-user] online documentation

2013-10-05 Thread wally
On Saturday 05 October 2013 14:01:57 Willy Raets wrote: > On Sat, 2013-10-05 at 12:46 +0200, wally wrote: > > Hi, > > > > how can i make documentation available offline ? > > I do not know why, but i can not browse the docs online. > > > > wally > &

[Gambas-user] online documentation

2013-10-05 Thread wally
Hi, how can i make documentation available offline ? I do not know why, but i can not browse the docs online. wally -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application

Re: [Gambas-user] colored text output ?

2013-10-02 Thread wally
thank you ! On Wednesday 02 October 2013 11:34:27 Tobias Boege wrote: > On Wed, 02 Oct 2013, wally wrote: > > Hi, > > > > is there a way to output text in more than a single color ? > > > > TextArea, Textbox, Richtext (?) > > Yes, Richtext.

[Gambas-user] colored text output ?

2013-10-02 Thread wally
Hi, is there a way to output text in more than a single color ? TextArea, Textbox, Richtext (?) wally -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance

Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread wally
Vuott, if you have any idea what i might chekc to help you, let me know. By the way: I'm also unhappy, because my gambas eats code :D and only mine. No idea whats the reason. But your method is interesting. Can you send commands to gedit e.g. Save as... or anything else ? wally ps.:

Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread wally
Hi vuott, i tried your code on SVN At revision 5866. it works nice wally On Tuesday 01 October 2013 15:37:23 Ru Vuott wrote: > Hello, > > at one time I could write a string in "gedit" by using 'Process' wit

Re: [Gambas-user] two simple questions

2013-09-30 Thread wally
Jussi, i used "Paste" widget (paste text snippets) in panel, but nothing changes after its removal. wally On Monday 30 September 2013 22:57:13 Jussi Lahtinen wrote: > Everything looks OK. > Do you use clipboard manager etc what could cause this? > > Jussi > > On

Re: [Gambas-user] two simple questions

2013-09-30 Thread wally
and Gambas I tried KATE, QTCREATOR, KONSOLE but no problems here Now back on revision 5864. still eats code and the Browse project does not show a popup menu on rightclick, but this is really not important. No idea how to find the reason, but it does not looks like a gambas problem. wall

Re: [Gambas-user] two simple questions

2013-09-29 Thread wally
y implausible that gambas is the reason for this. I'll try on VBox debian tomorrow. anyway, thank you very much wally Jussi, > 1. Can you reproduce this problem with Kate (or any other Qt4 text editor)? kate does not show this behavior. I assume you can not reproduce this problem , right

Re: [Gambas-user] two simple questions

2013-09-29 Thread wally
Jussi, > 1. Can you reproduce this problem with Kate (or any other Qt4 text editor)? kate does not show this behavior. I assume you can not reproduce this problem , right ? I do a entire fresh svn checkout and try again. i'll report results soon. wally On Sunday 29 September 2013

[Gambas-user] two simple questions

2013-09-29 Thread wally
.0 GTK+=libgtk-x11-2.0.so.0.2400.18 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.25.0.0 Poppler=libpoppler.so.34.0.0 Qt4=libQtCore.so.4.8.4 Qt4=libQtCore.so.4.8.4.debug SDL=libSDL-1.2.so.0.11.4 wally -- October Webinars:

Re: [Gambas-user] two simple questions

2013-09-28 Thread wally
Hi Jussi, i will do so also from now :) thx I used this search box: see screenshot wally ps.: do you have a similar hint, how to drag and drop (move) pieces of sourcecode ? i really miss this feature. On Saturday 28 September 2013 20:16:10 Jussi Lahtinen wrote: > > 1st question: >

[Gambas-user] two simple questions

2013-09-28 Thread wally
h function deletes source code ? (hope i did not write too much rubbish here and i'm sure its possible to ask much efficient :) anyway , thanks for answers wally -- October Webinars: Code for Performance Free Int

[Gambas-user] two simple questions

2013-09-28 Thread wally
too much rubbish here and i'm sure its possible to ask much efficient :) anyway , thanks for answers wally cppa_gb3001-0.0.1.tar.gz Description: application/compressed-tar -- October Webinars: Code for Perfo

[Gambas-user] enum example

2013-09-14 Thread wally
Hi is there a selfexplaining, simpleand clear examplecode available using ENUM ? The docs example are not sufficient for my weak head. wally -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500

Re: [Gambas-user] Gambas doc down?

2013-09-12 Thread wally
Hi, about what download sizes we talk here ? I think a single language offline version, but complete, would be great. wally On Wednesday 11 September 2013 11:00:26 Randall Morgan wrote: > Fabien, > > It would be nice if this worked like MSVS and allowed the user to choose > what

[Gambas-user] GB docs offline

2013-09-11 Thread wally
Hi, how can i make the gambas-documentation available to IDE in offline mode ? wally -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2

Re: [Gambas-user] run as root ?

2013-09-07 Thread wally
access to pci-bus yet (VBox version 4.2.16). Correct ? cheers wally On Friday 06 September 2013 15:32:03 Jussi Lahtinen wrote: > AFAIK there is no such feature in Gambas IDE. > > Why you need to run it as root? > Can you make your app ask for password when it needs to do somethin

[Gambas-user] run as root ?

2013-09-05 Thread wally
Hi, is there a way to run an gambas-project as root from inside the IDE which runs as user ? Actually i always create an gambas executable and run this as root, but this is not very convenient. wally -- Learn the

Re: [Gambas-user] make install problem svn 5818

2013-08-30 Thread wally
On Friday 30 August 2013 08:52:31 Benoît Minisini wrote: > Le 30/08/2013 07:03, wally a écrit : > > Hi, > > i get following error output on > > sudo make install of svn 5818 > > on Opensuse 12.3 > > > > hope the following output is sufficient to see wh

[Gambas-user] make install problem svn 5818

2013-08-29 Thread wally
in gb.cairo: ..trunk/gb.cairo>./config config.guess config.status config.sub configure ..trunk/gb.cairo>./configure ./configure: line 30: syntax error near unexpected token `(' ./configure: line 30: `

Re: [Gambas-user] svn update problem

2013-08-04 Thread wally
Karl, yes, it works now also for me. God, please give me patience, but right now ! :) On Sunday 04 August 2013 11:20:49 Charlie Reinl wrote: > Am Sonntag, den 04.08.2013, 08:41 +0200 schrieb wally: > > Hi > > > > any idea what's up here ? > > > > .

[Gambas-user] svn update problem

2013-08-04 Thread wally
Hi any idea what's up here ? ..gambas3_svn/trunk>svn up Updating '.': svn: E000104: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/gambas/code/gambas/trunk' svn: E000104: Can't read from connection: Connection reset by pee

[Gambas-user] revision 5732 gb.xml.h misasing

2013-07-16 Thread wally
At revision 5732. In file included from main.cpp:29:0: node.h:25:20: fatal error: gb.xml.h: No such file or directory -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with a

[Gambas-user] error At revision 5700.

2013-06-14 Thread wally
>llvm-config --version 3.1 At revision 5700. jit_gambas_pass.cpp: In member function 'virtual bool {anonymous}::GambasPass::runOnFunction(llvm::Function&)': jit_gambas_pass.cpp:62:23: error: invalid use of incomplete type 'class llvm::Function' In file included from jit_gambas_pass.cpp:26:0:

[Gambas-user] error At revision 5700.

2013-06-13 Thread wally
At revision 5700. jit_gambas_pass.cpp: In member function 'virtual bool {anonymous}::GambasPass::runOnFunction(llvm::Function&)': jit_gambas_pass.cpp:62:23: error: invalid use of incomplete type 'class llvm::Function' In file included from jit_gambas_pass.cpp:26:0: /usr/include/llvm/Pass.h:37:

[Gambas-user] gb.map beginner question

2013-05-11 Thread wally
Hello, i'm starting to learn gb.map usage with the MapView example. How should, let say the Aboutbutton-Subroutine be modified, to center the map on a given longitude and latitude and a 10km radius zoom around this point ? thanks

[Gambas-user] GSLSpline Painted error

2013-05-05 Thread wally
Hi, in SVN "trunk/examples/examples/Drawing/GSLSpline/.src/FMain.form" line 15 Painted = True <-- this line should be removed thx wally -- Get 100% visibility into Java/.NET code with AppDynamic

[Gambas-user] svn c5606 ompile problem jit

2013-03-31 Thread wally
SVN at revision 5606, on OpenSuse 12.2 make[2]: Entering directory `/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.jit' make all-recursive make[3]: Entering directory `/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.jit' Making all in src make[4]: Entering directory `/home/op/WORK

Re: [Gambas-user] Gambas Editor Drag/Drop/Move/Copy

2012-11-11 Thread wally
On Sunday, November 11, 2012 16:48:22 Jesus wrote: > El 11/11/12 15:37, Jussi Lahtinen escribió: > > I think it is just unimplemented, but you can move code by selecting it > > and > > using arrow keys while holding Alt down. > > > > Jussi > > > >

Re: [Gambas-user] Gambas Editor Drag/Drop/Move/Copy

2012-11-11 Thread wally
Jussi, thank you for this info, but it does not work here. Do i need to enable this feature first somewhere ? wally On Sunday, November 11, 2012 16:37:45 Jussi Lahtinen wrote: > I think it is just unimplemented, but you can move code by selecting it and > using arrow keys while holdi

[Gambas-user] Gambas Editor Drag/Drop/Move/Copy

2012-11-10 Thread wally
Hello, is there a special reason why Gambas Editor does not support drag and drop (move/copy) of code parts ? wally -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download

[Gambas-user] svn 5313 Unable to compile gambas3

2012-11-10 Thread wally
SVN 5313 "Unable to compile gambas3" on OpenSuse 12.2 see logs attached buildlogs5313.tar.gz Description: application/compressed-tar -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics

Re: [Gambas-user] Object Array problem

2012-11-09 Thread wally
stance of > the structure in each loop. -Original Message----- > From: wally > Date: Fri, 09 Nov 2012 15:36:40 > To: > Reply-To: mailing list for gambas users > Subject: [Gambas-user] Object Array problem > > What is bad in this code ? > > ' Gambas class fi

[Gambas-user] Object Array problem

2012-11-09 Thread wally
100 8 10 100 9 10 100 project attached thx wally test_gb001-0.0.1.tar.gz Description: application/compressed-tar -- Everyone hates slow websites. So do we. Make your web apps faster with AppDy

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-31 Thread wally
On Tuesday, October 30, 2012 19:18:01 Benoît Minisini wrote: > Le 30/10/2012 19:16, wally a écrit : > > On Tuesday, October 30, 2012 19:13:15 Benoît Minisini wrote: > >> Le 30/10/2012 19:07, wally a écrit : > >>> On Tuesday, October 30, 2012 18:19:28 Benoît Minisini

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
Adrien, Benoit, thank you, but too late. I do all fresh after hunting remainng old stuff. wally On Tuesday, October 30, 2012 19:20:40 Adrien Prokopowicz wrote: > Hi wally, > > I had the same problem a few days ago (when Benoît moved some stuff > from gb.qt4 to gb.gui.base), and I

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
On Tuesday, October 30, 2012 19:13:15 Benoît Minisini wrote: > Le 30/10/2012 19:07, wally a écrit : > > On Tuesday, October 30, 2012 18:19:28 Benoît Minisini wrote: > >> Le 30/10/2012 17:22, wally a écrit : > >>> On Tuesday, October 30, 2012 16:55:12 Benoît Minisini

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
On Tuesday, October 30, 2012 18:19:28 Benoît Minisini wrote: > Le 30/10/2012 17:22, wally a écrit : > > On Tuesday, October 30, 2012 16:55:12 Benoît Minisini wrote: > >> Le 30/10/2012 16:51, wally a écrit : > >>> Benoit, > >>> > >>> How may i

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
On Tuesday, October 30, 2012 16:55:12 Benoît Minisini wrote: > Le 30/10/2012 16:51, wally a écrit : > > Benoit, > > > > How may i check what remains from previous install > > after a build process ? > > > > I did "sudo make uninstall" and "ma

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
Benoit, How may i check what remains from previous install after a build process ? I did "sudo make uninstall" and "make clean" A single build process on Raspberry takes about 4h. wally On Tuesday, October 30, 2012 16:32:18 Benoît Minisini wrote: > Le 30/10/20

[Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
Startproblem on RaspberryPi pi@raspberrypi ~ $ gambas3 ERROR: #2: Cannot load class 'TableView': Cannot load parent class: Cannot load class 'GridView': Unable to load class file pi@raspberrypi ~ $ revision 5265 logs attached logs_5265.tar.gz Description: application/compressed-tar -

Re: [Gambas-user] Issue 344 in gambas: Cannot load class 'TableView': ... Cannot load class 'GridView'

2012-10-29 Thread wally
On Monday, October 29, 2012 09:45:08 gam...@googlecode.com wrote: > Status: New > Owner: > Labels: Version-TRUNK Type-Crash Priority-Medium OpSys-Linux Dist-Ubuntu > Arch-X86 Desktop-Gnome GUI-GTK > > New issue 344 by marcobra...@gmail.com: Cannot load class 'TableView': ... > Cannot load cla

Re: [Gambas-user] problem start svn revision 5256.

2012-10-28 Thread wally
On Sunday, October 28, 2012 15:39:38 Benoît Minisini wrote: > Le 28/10/2012 12:19, wally a écrit : > > On Sunday, October 28, 2012 11:46:44 Benoît Minisini wrote: > >> Le 28/10/2012 11:43, wally a écrit : > >>> On Sunday, October 28, 2012 10:50:44 Benoît Minisini wro

Re: [Gambas-user] problem start svn revision 5256.

2012-10-28 Thread wally
On Sunday, October 28, 2012 11:46:44 Benoît Minisini wrote: > Le 28/10/2012 11:43, wally a écrit : > > On Sunday, October 28, 2012 10:50:44 Benoît Minisini wrote: > >> Le 28/10/2012 10:37, wally a écrit : > >>> Hello, > >>> > >>> after fre

Re: [Gambas-user] problem start svn revision 5256.

2012-10-28 Thread wally
On Sunday, October 28, 2012 10:50:44 Benoît Minisini wrote: > Le 28/10/2012 10:37, wally a écrit : > > Hello, > > > > after fresh checkout At revision 5256 and build > > i can not start gambas3 anymore. > > > >> gambas3 > > > > gb.qt

[Gambas-user] problem start svn revision 5256.

2012-10-28 Thread wally
error and must abort. [4] Not enough arguments. >>Action._get.230 please let me know if any build logs are necessary. thx wally -- WINDOWS 8 is here. Millions of people. Your app in 30 days. Visit The Wind

Re: [Gambas-user] Embeded HTTP server

2012-09-27 Thread wally
On Friday 28 September 2012 01:06:57 Benoît Minisini wrote: > Le 28/09/2012 00:54, Adrien Prokopowicz a écrit : > > Wow, that sounds great ! Thanks Benoît ! :-) > > I will try it out right now, and see what I can already do with that. > > Just one little question : as you say that the interpreter m

[Gambas-user] Raspberry Gambas3 WiringPi

2012-09-27 Thread wally
-component "gb.raspi" would make sense. wally wiringpi_so_gb3_002-0.0.1.tar.gz Description: application/compressed-tar -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download A

Re: [Gambas-user] Gambas 3 on RPi photo?

2012-09-26 Thread wally
On Wednesday 26 September 2012 11:21:47 Benoît Minisini wrote: > Le 26/09/2012 09:45, wally a écrit : > > On Wednesday 26 September 2012 00:54:01 Benoît Minisini wrote: > >> Hi, > >> > >> I'm looking for a photograph of Gambas 3 running on RPi. > >&

Re: [Gambas-user] Gambas 3 on RPi photo?

2012-09-25 Thread wally
me you are talking about a screenshot. If so, tell me please what you want me to open before taking the screenshot. btw: On RPI i use Gambas to drive the GPIO. This must be done by root. Is there an easy way to run a gam

Re: [Gambas-user] run project as root

2012-09-23 Thread wally
Hello Jussi, i 've seen in other postingsyou mentioned tests using "Desktop.RunAsRoot("whoami")" Can you provide a working example how to use Desktop.RunAsRoot, please ? (e.g. how to get the returne

[Gambas-user] run project as root

2012-09-22 Thread wally
Jussi, but this is not very convnient during development wally -- How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is with AppDynamics Lite.

[Gambas-user] run project as root

2012-09-21 Thread wally
Hello, (how) can i run a project as root from within gambas3 IDE running as user ? thx wally -- How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your

Re: [Gambas-user] gb.ncurses project ?

2012-08-24 Thread wally
William, yes, this gives me a first idea how to use it. Thank you. Should this project also wotk in the IDE's console panle or do i need always to make an executable an run in separat terminal/Konsole ? wally On Thursday 23 August 2012 20:58:00 William Cabrera wrote: > Hi, i mad

[Gambas-user] gb.ncurses project ?

2012-08-23 Thread wally
Does anyone have a gb.ncurses project, just to learn elementary usage ? thx wally -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has change

Re: [Gambas-user] Extern declaration question

2012-08-20 Thread wally
On Monday 20 August 2012 11:45:04 Ru Vuott wrote: > > Public Extern serialPrintf(fd As Integer, message As String, > > ...) > > the above declaration witjout the "In ..." seems to work. > > > > wally > > If you have already upper declared : > &

Re: [Gambas-user] Extern declaration question

2012-08-20 Thread wally
On Monday 20 August 2012 12:12:25 Benoît Minisini wrote: > Le 20/08/2012 11:52, wally a écrit : > > On Monday 20 August 2012 11:16:14 Benoît Minisini wrote: > >> Le 20/08/2012 11:05, wally a écrit : > >>> How should i declare this function of a shared

Re: [Gambas-user] Extern declaration question

2012-08-20 Thread wally
On Monday 20 August 2012 12:12:25 Benoît Minisini wrote: > Le 20/08/2012 11:52, wally a écrit : > > On Monday 20 August 2012 11:16:14 Benoît Minisini wrote: > >> Le 20/08/2012 11:05, wally a écrit : > >>> How should i declare this function of a shared

Re: [Gambas-user] Extern declaration question

2012-08-20 Thread wally
On Monday 20 August 2012 11:16:14 Benoît Minisini wrote: > Le 20/08/2012 11:05, wally a écrit : > > How should i declare this function of a shared libray in gambas extern ? > > > > > > #include > > void serialPrintf (int fd, char *message, ...) > > &g

Re: [Gambas-user] Extern declaration question

2012-08-20 Thread wally
On Monday 20 August 2012 11:16:14 Benoît Minisini wrote: > Le 20/08/2012 11:05, wally a écrit : > > How should i declare this function of a shared libray in gambas extern ? > > > > > > #include > > void serialPrintf (int fd, char *message, ...) > > &g

[Gambas-user] Extern declaration question

2012-08-20 Thread wally
How should i declare this function of a shared libray in gambas extern ? #include void serialPrintf (int fd, char *message, ...) Public Extern serialPrintf(fd As Integer, message As Pointer, ...) '??? wally --

[Gambas-user] gb.jit component on other than intel-cpu ?

2012-08-11 Thread wally
Hello, does it make sense to build and use gb.jit component on other than Intel CPUs ? e.g. ARM , Raspberry etc. wally -- Live Security Virtual Conference Exclusive live event will cover all the ways today's sec

Re: [Gambas-user] OpenSuse-Raspberry-Debian ?

2012-08-07 Thread wally
sed during develpment should also be present on target system. I'll try with one of the incuded simple example projects. Keep us informed on you activities concerning RasPi wally On Tuesday 07 August 2012 11:56:09 Christer Johansson wrote: > > What minimum do i need to run a Gambas3

[Gambas-user] OpenSuse-Raspberry-Debian ?

2012-08-06 Thread wally
le in 'project.gambas' thank you wally -- 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. Discu

Re: [Gambas-user] Make Installation Package ?

2012-08-05 Thread wally
On Sunday 05 August 2012 20:09:49 RICHARD WALKER wrote: > Wally, > You have made me curious. I always thought that OpenSuse used RPM type > packages. Is it the case that you are building for an alien (to > OpenSuse) distribution? > > Richard Richard, yes, Open Suse is rpm

[Gambas-user] Make Installation Package ?

2012-08-05 Thread wally
i want to try to "Make Installation Package" on GB3 V 3.2.90 on OpenSuse 12.1 "makepkg" is missing Package.MakeDebPackage.767: 'dpkg-buildpackage' has failed. where to find mor info on this

Re: [Gambas-user] Declaring external C libraries

2012-08-02 Thread wally
On Thursday 02 August 2012 15:11:03 Christer Johansson wrote: > > Of course i've seen your recent posting, but i do not understand the > > line, but i'm do not know apt-get in details. > > > > sudo dpkg -i gambas2_2.24.0-1_armel.deb ; sudo apt-get -f install > > > > we are talking about gambas3.

  1   2   3   >