Re: [Gambas-user] base64 encoding/decoding

2009-11-25 Thread Jean-Yves F. Barbier
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.
-- H. L. Mencken, on Shakespeare

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] problem with a file

2009-11-25 Thread Jean-Yves F. Barbier
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.)

Here are the Hex readings:
ORIGINAL
   89 50 4E 47  0D 0A 1A 0A  00 00 00 0D  49 48 44 52  00 00 00 18  00 
00 00 18  08 06 00 00  .PNGIHDR
001C   00 E0 77 3D  F8 00 00 00  F1 49 44 41  54 48 89 B5  93 4B 0E C2  20 
14 45 0F  B5 89 13 E3  ..w=.IDATH...K.. .E.
0038   C0 44 07 BA  B5 2E 82 A5  B0 08 F6 67  34 0E 4C FD  E0 A4 D4 7E  A0 
3C 2B BD  23 E0 DD 77  .D.g4.L~.+.#..w
0054   EE A3 A4 B0  B0 94 C4 E4  4C E5 82 CD  DA 26 FB 27  0D 31 F0 2F  41 
C1 82 14  2C 09 1A 1D  L.'.1./A...,...
0070   CC 85 C7 42  7A 9B 7F E1  A1 90 22 07  70 32 CC 2F  72 4D DF 82  9B 
5B 94 13  86 76 ED 4C  ...Bz..p2./rM...[...v.L
008C   35 DF D3 14  7B D3 77 1B  63 00 A1 47  2D FE 06 A3  80 D0 64 C3  73 
89 27 1A  90 5B A3 80  5...{.w.c..G-.d.s.'..[..
00A8   D8 63 75 CF  25 9E 68 40  6E 15 00 4A  DB F5 D4 24  A1 C9 52 1E  CF 
F4 FF C1  2A 05 08 29  .cu@n..j...$..r.*..)
00C4   E1 29 81 DA  7F A2 97 D2  F6 98 24 0A  A5 B4 3D 01  4F F8 BE 41  0D 
DC 73 05  34 AC BA 1B  .)$...=.O..A..s.4...
00E0   00 70 55 DA  EE FF 25 2B  6D 0F C0 B5  DD 0F EA 05  B0 75 A6 3A  CF 
84 EF 80  0B F0 8E 05  .pU...%+mu.:
00FC   78 95 C0 46  1A D4 80 6F  C0 63 54 13  F4 AF 9C A9  9E 11 70 09  BC 
24 43 2C  A6 0F 34 AA  x..F...o.cT...p..$C,..4.
0118   60 57 32 C0  EB 38 00 00  00 00 49 45  4E 44 AE 42  60 82
  `W2..8IEND.B`.

RETRIEVED
   89 50 4E 47  0D 0A 1A 0A  00 00 00 0D  49 48 44 52  00 00 00 18  00 
00 00 18  08 06 00 00  .PNGIHDR
001C   00 E0 77 3D  F8 00 00 00  F1 49 44 41  54 48 89 B5  93 4B 0E C2  20 
14 45 0F  B5 89 13 E3  ..w=.IDATH...K.. .E.
0038   C0 44 07 BA  B5 2E 82 A5  B0 08 F6 67  34 0E 4C FD  E0 A4 D4 7E  A0 
3C 2B BD  23 E0 DD 77  .D.g4.L~.+.#..w
0054   EE A3 A4 B0  B0 94 C4 E4  4C E5 82 CD  DA 26 FB 27  0D 31 F0 2F  41 
C1 82 14  2C 09 1A 1D  L.'.1./A...,...
0070   CC 85 C7 42  7A 9B 7F E1  A1 90 22 07  70 32 CC 2F  72 4D DF 82  9B 
5B 94 13  86 76 ED 4C  ...Bz..p2./rM...[...v.L
008C   35 DF D3 14  7B D3 77 1B  63 00 A1 47  2D FE 06 A3  80 D0 64 C3  73 
89 27 1A  90 5B A3 80  5...{.w.c..G-.d.s.'..[..
00A8   D8 63 75 CF  25 9E 68 40  6E 15 00 4A  DB F5 D4 24  A1 C9 52 1E  CF 
F4 FF C1  2A 05 08 29  .cu@n..j...$..r.*..)
00C4   E1 29 81 DA  7F A2 97 D2  F6 98 24 0A  A5 B4 3D 01  4F F8 BE 41  0D 
DC 73 05  34 AC BA 1B  .)$...=.O..A..s.4...
00E0   00 70 55 DA  EE FF 25 2B  6D 0F  
  .pU...%+m.

Could somebody tell me why this happens?

JY
-- 
You will be dead within a year.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] keep forms into a form

2009-11-25 Thread nospam.nospam.nospam
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 desktop approach was
 the
 best anyone could come up with two and a half decades ago on the
 Mac.

Yes, but the mac was different. The fatal finder crash icon with the squinty 
eyes and sad face had a certain je ne sais quois about it. 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] qte disabled

2009-11-25 Thread nospam.nospam.nospam
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. 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with a file

2009-11-25 Thread Jean-Yves F. Barbier
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, ascii) returns a 
Bad string conversion...  (d° for Conv$)

What do I do now??

-- 
BOFH excuse #128:
Power Company having EMP problems with their reactor

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with a file

2009-11-25 Thread Jean-Yves F. Barbier
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.

A comparison between what's in DB and uuencode give the same result
except uuencode has 3 more chars: DB is ==  and uuencode is = 
(with a CR between 2nd and 3th =)

As = means a space, I may consider it is the same.

So PB is located in base64 to string, but nothing seems wrong in the
code.

Counting Base64 Bytes gives 400 in and 400 out, but output string
is 234 instead of 298.  Arrgh

-- 
I am ecstatic that some moron re-invented a 1995 windows fuckup.
-- Alan Cox

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with a file

2009-11-25 Thread nospam.nospam.nospam
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 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with a file

2009-11-25 Thread Jean-Yves F. Barbier
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 string processing, BUT the code's correct,
so I strongly suspect it is an UTF-8 issue (as there's no possibility to
read|convert into an ASCII string, so 2 bytes may be concatenated as one).

I double checked and it always occurs at the same place, it also happens with
other files, but the content of these files is normal...

-- 
  May I ask a question?

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] qte disabled

2009-11-25 Thread 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 dialog.
 I don't see it in Gambas2 or Gambas3 IDE.

Jussi

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] qte disabled

2009-11-25 Thread Charlie Reinl
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 dialog.
  I don't see it in Gambas2 or Gambas3 IDE.
 
 Jussi
 

Salut,

if he made a normal installation, he should look in
/usr/local/lib/gambas2 if there are gb.qte.* files/links.
And if YES he has to compare the file date of the gb.qte.* and the other
gb.*.*.
He said using kubuntu 9.10,  which gambas package comes with that
distro ? 
Did he install that package before compiling 2.17/2.18 ?
On kubuntu 9.10, can one force to install that gb.qte package?
If YES he can remove it.



-- 
Amicalement
Charlie


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-25 Thread Fabien Bodard
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 ajax event and javacode for control structure in
the clientside.

in fact it need a pseudo object tree in the client side that reflect
the server side. so in the serverside we can receive some data events
and transmit datas with rpc.

yesteday i've learn about GWT ... it's really like what i've donne on
gambasforge... functions, that draw basic components. then the power
of GWT is the traduct of a part of code from java to javascript ...
it's what is doing with pyjama too.

I think there is a possible soluce with gambas... but we have to find
it ... drawing it ... find time to do that !!!

I see here many people with good ideas ... but ideas are not
sufficient... we need also poeple that help in coding gambas
components... gb.web.form can be a component writted in gambas.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Questions about Gambas2 on ARM

2009-11-25 Thread Benoît Minisini
 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 (host = Ubuntu Karmic) machine with gambas 2.17 with all
 components installed from oficial debian repos. Gambas IDE doesn't work
 too, with the same segfault.
 
 - 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?
 
 ps: there is a brazilian mailing list about gambas?
 

I have no ARM machine, so I need as many details and information as possible. 
The better would be that you compile Gambas from source and provide me an ssh 
access to your machine.

Regards,

-- 
Benoît Minisini

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with a file

2009-11-25 Thread nospam.nospam.nospam
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.

shrug

I'll take your word for it.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] rpmbuild and install package

2009-11-25 Thread D. L. Fox
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 everything MS. I now run *only* Linux.

I was writing a blackjack card game in Gambas, just for kicks and 
giggles, to see how it works. However, when I attempted to make an 
installation package, the only options I had available were Debian and 
Ubuntu. Fedora, Mandriva, OpenSUSE and Slackware were disabled with the 
message rpmbuild is missing. I installed the librpmbuild package in 
Synaptic but I still get the same message.

Is that the wrong package, or is there something else I am missing? Is 
it because I'm using Gambas3 and not the stable version? I'm running on 
Ubuntu 9.10.

Mind you, this isn't anything critical. I'm not doing any type of 
production work. I'm just writing this as an exercise and for my own 
amusement.

Thanks for any advice you can give this Gambas newbie.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Questions about Gambas2 on ARM

2009-11-25 Thread Leandro Santiago
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'm using an Debian Sid inside a
 QEMU (host = Ubuntu Karmic) machine with gambas 2.17 with all
 components installed from oficial debian repos. Gambas IDE doesn't work
 too, with the same segfault.

 - 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?

 ps: there is a brazilian mailing list about gambas?

 

 I have no ARM machine, so I need as many details and information as possible. 
 The better would be that you compile Gambas from source and provide me an ssh 
 access to your machine.

 Regards,

   
I don't have a ARM machine too :-) But I'm trying on a emulator. I will 
try another distro (my debian is bugged :-)) and do more tests with 
lastest gambas snapshot from svn and I want to send more informations.

But today is Linux in arm fully - or officially - supported? Graphical 
components, etc?

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] rpmbuild and install package

2009-11-25 Thread Toni
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 well as Linux) and was a VB programmer (among other 
 languages) for years until I finally couldn't take it anymore and 
 ditched everything MS. I now run *only* Linux.

 I was writing a blackjack card game in Gambas, just for kicks and 
 giggles, to see how it works. However, when I attempted to make an 
 installation package, the only options I had available were Debian and 
 Ubuntu. Fedora, Mandriva, OpenSUSE and Slackware were disabled with the 
 message rpmbuild is missing. I installed the librpmbuild package in 
 Synaptic but I still get the same message.

 Is that the wrong package, or is there something else I am missing? Is 
 it because I'm using Gambas3 and not the stable version? I'm running on 
 Ubuntu 9.10.

 Mind you, this isn't anything critical. I'm not doing any type of 
 production work. I'm just writing this as an exercise and for my own 
 amusement.

 Thanks for any advice you can give this Gambas newbie.

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
   


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] rpmbuild and install package

2009-11-25 Thread D. L. Fox
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'm just having fun 
with Gambas. I don't *need* it. Thanks again.

Toni wrote:
 Hi there,
 
 I think that rpmbuild is provided by rpm package in ubuntu.
 
 Regards,
 Toni

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] rpmbuild and install package

2009-11-25 Thread Toni
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. 
Something like that should do the trick:

sudo ln -s /bin/tar /bin/tar-1.13

Regards,
Toni


En/na D. L. Fox ha escrit:
 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'm just having fun 
 with Gambas. I don't *need* it. Thanks again.

 Toni wrote:
   
 Hi there,

 I think that rpmbuild is provided by rpm package in ubuntu.

 Regards,
 Toni
 

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
   

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] rpmbuild and install package

2009-11-25 Thread D. L. Fox
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 
 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. 
 Something like that should do the trick:
 
 sudo ln -s /bin/tar /bin/tar-1.13
 
 Regards,
 Toni

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pesky Minimize Button on TitleBar

2009-11-25 Thread nospam.nospam.nospam
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 a window and I need to remove the Minimise button. The
 maximise button I have dealt with. Oddly, in the gambas design
 environment the window shows with only the close box, which will do,
 but as soon as I run the application, there's the pesky Minimise
 button again. 
 
 Does anyone care to shed some light on this, please?

*bump*

Anyone?

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pesky Minimize Button on TitleBar

2009-11-25 Thread Fabien Bodard
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:
 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 a window and I need to remove the Minimise button. The
 maximise button I have dealt with. Oddly, in the gambas design
 environment the window shows with only the close box, which will do,
 but as soon as I run the application, there's the pesky Minimise
 button again.

 Does anyone care to shed some light on this, please?

 *bump*

 Anyone?

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] rpmbuild and install package

2009-11-25 Thread Doriano Blengino
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 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. 
 Something like that should do the trick:

 sudo ln -s /bin/tar /bin/tar-1.13

 Regards,
 Toni
 
You should then test your package to see if it works. There is a 
specific reason why slackware refuses to use newer versions of tar(1); 
unfortunately I don't remember where it is explained (you can google for 
it), but I do remember it was a good reason.

Regards,
Doriano



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user