Re: [Gambas-user] Ugly Gambas IDE in Fedora 10

2009-02-18 Thread Ron
m...@monalternatiu.com schreef: > Dear: > > I Have installed gambas 2.11 in Fedora 10 Gnome and the Ide Interface > appears in old style (ugly). > > In Ubuntu works fine and the ide is de same as Screenshots in gambas > web site. But in Fedora is ugly. > > Please, can you help me about I can pu

Re: [Gambas-user] XMLRpc maybe a Bug

2009-03-02 Thread Ron
Peter Lang wrote: > Hi, > > After investigating the Source of xmlrpc i thought i know how to use it... > Everything work so far, but the last Step does not work. > The line: myStruc.Value(a) has to return the result, but instead of giving > back an int i get an RpcStruct again and again. > > The

Re: [Gambas-user] XMLRpc maybe a Bug

2009-03-03 Thread Ron
Sent it tonight, and still don't see it on the list, so reporting the bug fix again. See below. Peter Lang wrote: > Hi, > > After investigating the Source of xmlrpc i thought i know how to use it... > Everything work so far, but the last Step does not work. > The line: myStruc.Value(a) has to r

Re: [Gambas-user] Two minor "bugs"

2009-03-04 Thread Ron
Ron_1st schreef: > On Wednesday 04 March 2009, Benoît Minisini wrote: > > Enjoy it. :-) > > -- > Benoît > > Thank you master of universe :) > > > Best regards, > > Ron_1st > I bet Benoît's donkeys are called "patch", "fix", "bug" and "commit" ;-) Regards, Ron_2nd. --

[Gambas-user] more than one array in a struct (gb.xml.rpc)

2009-03-16 Thread Ron
Hmm... hopefully someone can kick me in the right direction on this one: I have a struct (RpcStruct) and I want to insert multiple arrays (RpcArray) in it which are filled by a for each loop. (number of arrays is variable) If I clear the array each time at the end of the loop with .Clear() it

Re: [Gambas-user] Child Forms

2009-03-18 Thread Ron
Charlie Reinl schreef: > Am Mittwoch, den 18.03.2009, 05:56 -0400 schrieb rwatt...@woh.rr.com: > >> I kind of had an epiphany a little bit ago and I went back and installed >> from source again. I get the message: >> >> THESE COMPONENTS ARE DISABLED: >> - gb.qte >> >> So obviously the workspace

[Gambas-user] file read and growing logfile

2009-03-23 Thread Ron
How to watch new data that's added to a logfile? I want to make an apache log monitor, so I thought I could do that with FILE READ WATCH, but thats not suited it seems, that one only seems keep generating File_Read events continuous. In short: I want to open a file readonly. Then seek to end o

Re: [Gambas-user] file read and growing logfile

2009-03-23 Thread Ron
Ron schreef: > > How to watch new data that's added to a logfile? > > I want to make an apache log monitor, so I thought I could do that with > FILE READ WATCH, but thats not suited it seems, that one only seems keep > generating File_Read events continuous. > >

Re: [Gambas-user] file read and growing logfile

2009-03-23 Thread Ron
Benoît Minisini schreef: >> Ron schreef: >>> How to watch new data that's added to a logfile? >>> >>> I want to make an apache log monitor, so I thought I could do that with >>> FILE READ WATCH, but thats not suited it seems, that one only seems

Re: [Gambas-user] analyzing version numbers in gambas

2009-03-25 Thread Ron
Laurent Carlier schreef: > Le mercredi 25 mars 2009 16:07:11 M0E.lnx, vous avez écrit : >> I need a way to logically analize version numbers in gambas. >> >> For instance, I have a list of available versions of the same program, >> let's say the list is >> >> 1.2 >> 1.4 >> 1.6 >> 1.10 >> 1.16 >> 1.

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread Ron
richard terry wrote: > On Tue, 31 Mar 2009 07:22:48 am jbskaggs wrote: > >> I would like to set up a online gambas school where the more experienced >> users and coders here could offer an online workshop on Gambas for users. >> >> Make it an affordable cost (Like a $0 to $25 a course, depending

Re: [Gambas-user] gb.jit Ubuntu 16.04.1 LTS

2016-10-03 Thread Ron
I wonder can't the configure steps find this out by themselves. Ie. Try if the specific config versions exists of default cannot be found? Op 3 okt. 2016 17:01 schreef "Gianluigi" : > Hello Demosthenes, > > Benoit Minisini docet: > > $ ./reconf > $ LLVM_CONFIG=llvm-config-3.5 ./configure -C > $ m

Re: [Gambas-user] create code option in form designer

2008-06-11 Thread Ron Onstenk
On Wednesday 11 June 2008, Ron wrote: > Benoit Minisini schreef: > > On mardi 10 juin 2008, Ron wrote: > > > >> Question. > >> > >> Is there a way to generate the code for an object you designed in the gui. > >> If not wouldn't it be a

Re: [Gambas-user] Music.Length

2008-06-21 Thread Ron Onstenk
pair tools for this problem. The index is need while the encoded data blocks do not have(always) fixed lengths and decoding _must_ begin on a block start. Ron the 1'st - Check out the new SourceForge.net Marketplace. It

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-09 Thread Ron Onstenk
On Wednesday 09 July 2008, Steven Lobbezoo wrote: > Ok, i did that, it compiled with any errors. > B.t.w. : I just have a brand new suse 11 installation, in stalled gnome > 2.23 and KDE 4.0 > Nothing special. > > Here is the output of valgrind : > ==11731== Memcheck, a memory error detector. > ==1

Re: [Gambas-user] Sending direct to printer

2008-08-12 Thread Ron Onstenk
sults in space outside the visible screen dimension the memory is still used for the grab(). This result can show parts of previous visited webpage (is happend to me) or other valuable information. Ron - This SF.

Re: [Gambas-user] Still jacking with tabstrips properties and adding tabs

2008-08-12 Thread Ron Onstenk
TAB with .count + 1 gives 2 TAB's. tab1 index=0, tab2 index=1 so index is 0 based. the line with the error shoul be .index=.count - 1 hope this help Ron 1st - This SF.Net email is sponsored by the Moblin Your Move D

Re: [Gambas-user] Still jacking with tabstrips properties and adding tabs

2008-08-13 Thread Ron Onstenk
t; > with tabstrip1 > .count = .count + 1 > .index = idx > .text = "New Tab" > end with > > > > > On Tue, Aug 12, 2008 at 6:06 PM, Ron Onstenk <[EMAIL PROTECTED]> wrote: > > On Tuesday 12 August 2008, M0E Lnx wrote: > >> With tabstrip1 &g

Re: [Gambas-user] Still jacking with tabstrips properties and adding tabs

2008-08-13 Thread Ron Onstenk
derstand why it does that > > > > On Wed, Aug 13, 2008 at 10:33 AM, Ron Onstenk <[EMAIL PROTECTED]> wrote: > > On Wednesday 13 August 2008, M0E Lnx wrote: > >> Thanks... i found a way to fix this by declaring an additional integer > >> variable and assig

Re: [Gambas-user] Still jacking with tabstrips properties and adding tabs

2008-08-14 Thread Ron Onstenk
ection the .index=idx should fail because the index never can be negtive. Sorry but I can't help you more then with the suggested code parts, As I understand it does work now but not in the expected logical way. Ron 1st --

Re: [Gambas-user] packages for mandriva 2007

2008-08-14 Thread Ron Onstenk
07 on the work place to teach students. One of the things I like was the hardware manager (network special). I do have now dual boot at home between kubuntu hardy and mandriva 2008.0 Just the oposite :) :) Ron 1st ---

[Gambas-user] wiki DeskTop.Find missing syntax

2008-08-22 Thread Ron Onstenk
In the wiki the DeskTop.Find is missing the 'Syntax' box. Also the in the 3.0 version and both differs in the head. DeskTop.Find versus Find Ron 1st -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting.

Re: [Gambas-user] Feature request IDE

2008-08-29 Thread Ron Onstenk
On Friday 29 August 2008, Ron wrote: > > Do you know that pressing CTRL while double-clikcing opens the code and not > > the form? > > > >   > Aha, no /I /didn't know that. > Thats good enough, disregard my request! > Good news to me too, the CTRL ke

Re: [Gambas-user] Nice book of Gambas

2008-09-02 Thread Ron Onstenk
On Monday 01 September 2008, [EMAIL PROTECTED] wrote: > Quoting [EMAIL PROTECTED]: > > > Am Montag, 1. September 2008 21:14:43 schrieb [EMAIL PROTECTED]: > >> Kari, > >> > >> I won't install the wiki till you have permission from John R.and the > >> source to the original content. I will leave the

Re: [Gambas-user] Nice book of Gambas

2008-09-02 Thread Ron Onstenk
On Tuesday 02 September 2008, Henri Girard wrote: > I don't know if you know it but openoffice 3 has an import of acrobat which > is not bad though in beta version >   > Yeah right and when the pdf is protected against print and copy/past and the developers of OO are honest they import that too

Re: [Gambas-user] Nice book of Gambas

2008-09-03 Thread Ron Onstenk
On Wednesday 03 September 2008, Kari Laine wrote: > Hi, > > as nobody has volunteered I try to write this proposal for publisher. > > -- > Dear Sir, > > You are the publisher for a book from John W. Rittinghouse titled as > Beginner's Guide to Gambas. > It is very fine book b

<    1   2   3   4   5