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
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
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
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.
--
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
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
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
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.
>
>
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
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.
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
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
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
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
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
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.
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
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
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
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
--
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
---
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.
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
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
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
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
401 - 426 of 426 matches
Mail list logo