D. L. Fox ha scritto:
> Toni, you are 2 for 2! :-)
>
> Added the link and now I have access to creating all the available
> packages. Many thanks!
>
> Toni wrote:
>
>> Hi again,
>> I think that there is no real need for that specific version of tar...
>> thus a workaround to generate packages
in fact it is a definition choice ... not resizable form in gambas
have a minimalize button ... i'm agree with you... we will be able to
choose if we want to see the minimalize button...
2009/11/26 :
> nospam.nospam.nos...@gmail.com wrote:
>> I can't find an answer to this problem, except for an
nospam.nospam.nos...@gmail.com wrote:
> I can't find an answer to this problem, except for an old post on
> this list in French. My French is rustier than the wreck of the
> Titanic but I got the impression that the building of window title
> bars is under the control of the WM.
>
> Anyway, I have
On Wed, 2009-11-25 at 23:25 -0200, Leandro Santiago wrote:
> >> - There is a way to run gtk or qt based gambas apps without X server?
> >> Maybe with fbdev with special versions of gtk and qt?
No, but you may find it useful to use the kdrive minimal X server.
> I don't have a ARM machine too :-)
Toni, you are 2 for 2! :-)
Added the link and now I have access to creating all the available
packages. Many thanks!
Toni wrote:
> Hi again,
> I think that there is no real need for that specific version of tar...
> thus a workaround to generate packages for Slackware without having to
> downg
Hi again,
I think that there is no real need for that specific version of tar...
thus a workaround to generate packages for Slackware without having to
downgrade the tar utility would be creating a link named "tar-1.13" to
the installed tar binary in order to fool the (silly) gambas check.
Some
Yep, that did the trick. Thanks, Toni.
By the way, I was mistaken about the error given for the Slackware
package. It says "tar 1.13 is missing". I think I recall reading
somewhere that I would have to downgrade the version of tar that comes
on the machine but I'm not going to worry about it. I
Hi there,
I think that rpmbuild is provided by "rpm" package in ubuntu.
Regards,
Toni
En/na D. L. Fox ha escrit:
> Howdy, everyone. I've been using Gambas for about a month but only
> joined the list about a week ago. I've really enjoyed playing around
> with Gambas.
>
> I used Windows (as wel
Benoît Minisini wrote:
>> Hello to all. I'm new in list (and in Gambas), and I want asking some
>> things:
>>
>> - Does Gambas work on ARM based computers? I tested the command-line
>> compiler and this works, but the generated program (or script?) doesn't
>> work and I have a segmentation fault. I
Howdy, everyone. I've been using Gambas for about a month but only
joined the list about a week ago. I've really enjoyed playing around
with Gambas.
I used Windows (as well as Linux) and was a VB programmer (among other
languages) for years until I finally couldn't take it anymore and
ditched
Jean-Yves F. Barbier wrote:
> nospam.nospam.nos...@gmail.com a écrit :
>> Jean-Yves F. Barbier wrote:
>>
>>> Arrgh
>>
>> I wish I had a dollar for every time gambas has done that to me.
>>
>> Perhaps you might post the stored procedure.
>
> why? The string sent is the same as the one retrieved.
> Hello to all. I'm new in list (and in Gambas), and I want asking some
> things:
>
> - Does Gambas work on ARM based computers? I tested the command-line
> compiler and this works, but the generated program (or script?) doesn't
> work and I have a segmentation fault. I'm using an Debian Sid insid
Hello to all. I'm new in list (and in Gambas), and I want asking some
things:
- Does Gambas work on ARM based computers? I tested the command-line
compiler and this works, but the generated program (or script?) doesn't
work and I have a segmentation fault. I'm using an Debian Sid inside a
QEMU
What we need to do ??
In my idea :
WebForms... tha the compiler traduce in webpage... like pyjama but not
realy form the codesource in basis...
The gb.report is working a littlebit like that ...
the webform, inherit webHcontainer, inherit webcontainer, inherit webcontrol
webcontrol manage all
Am Mittwoch, den 25.11.2009, 17:35 +0200 schrieb Jussi Lahtinen:
> > No, not strange. I get the same message, but I also assume you know what
> > you're doing :) so I ignore it.
>
> I think we all got that message when compiling, but strange thing is
> if you have it in IDE project property dialo
> No, not strange. I get the same message, but I also assume you know what
> you're doing :) so I ignore it.
I think we all got that message when compiling, but strange thing is
if you have it in IDE project property dialog.
I don't see it in Gambas2 or Gambas3 IDE.
Jussi
-
nospam.nospam.nos...@gmail.com a écrit :
> Jean-Yves F. Barbier wrote:
>
>> Arrgh
>
> I wish I had a dollar for every time gambas has done that to me.
>
> Perhaps you might post the stored procedure.
why? The string sent is the same as the one retrieved.
My PB's not there: it is in the str
Jean-Yves F. Barbier wrote:
> Arrgh
I wish I had a dollar for every time gambas has done that to me.
Perhaps you might post the stored procedure.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 20
Jean-Yves F. Barbier a écrit :
> Jean-Yves F. Barbier a écrit :
> ...
>> Could somebody tell me why this happens?
>
> I've the same problem with another file; so now I suspect the String
> to be utf-8 and to throw me out before the end of the conversion
> because of an odd combination of bytes.
Jean-Yves F. Barbier a écrit :
...
> Could somebody tell me why this happens?
I've the same problem with another file; so now I suspect the String
to be utf-8 and to throw me out before the end of the conversion
because of an odd combination of bytes.
O_o SWELL: TextStr = Conv(TextStr, "utf-8",
Benoît Minisini wrote:
> But it is strange that you see gb.qte in the list of components in
> the IDE project property dialog, if gb.qte was not installed!
No, not strange. I get the same message, but I also assume you know what
you're doing :) so I ignore it.
Rob wrote:
> On Tuesday 24 November 2009 05:23 am, nospam.nospam.nos...@gmail.com
> wrote:
>> Look, I cut my teeth on DOS before Windows was even dreamt of. The
>> win3 MDI interface was the best anyone could come up with two full
>> decades ago.
>
> And the "vomiting little windows all over the
Hi,
I read an .png file,
transform it into Base64,
write it to a PG DB table through a stored procedure (as TEXT),
and retrieve it.
My PB is: the original file length is 298 Bytes and my reading is 234
and I don't know why (whatever method I use instead od Base64, file's
always truncated.)
Her
Jean-Yves F. Barbier a écrit :
> Hi,
>
> I saw that gb.xml has base64 but there's no docs, does somebody
> have written encoding/decoding routines for strings?
Forget it: I find a pure Gambas one
--
After all, all he did was string together a lot of old, well-known quotations.
24 matches
Mail list logo