Re: [Gambas-user] packaging

2009-11-12 Thread Robert JUHASZ
The installation failed also on computers where I had - mysql server / client - gambas Could someone pack my project for testing or trying to install the package I did to identify which end is inproperly done? Thx, Robi 2009/11/12 Fabien Bodard > the mysql driver does not depend on gambas but

Re: [Gambas-user] string conversion

2009-11-12 Thread Matti
Hi Dimitris, first thought: an array is a nice idea. But, second thought, I would have to define all those äöüß...characters that could occur in filenames. So, I think, the Asc(sChar) > 122 checking is easier. Matti Dimitris Anogiatis schrieb: > Hey Matti, > > you might want to roll a string

Re: [Gambas-user] string conversion

2009-11-12 Thread Dimitris Anogiatis
Hey Matti, you might want to roll a string conversion function of your own. The Replace function might be of particular use to you. You can read about it over here http://www.gambasdoc.org/help/lang/replace and you can also find all the other string related functions over here http://www.gambasd

Re: [Gambas-user] string conversion

2009-11-12 Thread Matti
Well, after some thoughts, I can answer myself. I tried this example: sFilename = "/home/username/Meine Bilder/öffentliche Fotos übertragen/015 das Schönste.jpg" i = 1 WHILE i < Len(sFilename) sChar = Mid$(sFilename, i, 1) IF Asc(sChar) > 122 THEN sFilename = Left$(sFilename,

[Gambas-user] string conversion

2009-11-12 Thread Matti
Hi, I'm looking for a string conversion function for URIs. It should work like CGI.Encode, but - don't transform slashes "/" - transform spaces " " not to "+" but to "%20". Couldn't find anything in Gambas. Maybe a shell command? Thanks Matti

Re: [Gambas-user] Possible Search bug - Gambas 2.8

2009-11-12 Thread Benoît Minisini
> I know this is an older version but my issue may still be present. > > I did a search for four spaces. I used the F3 key to jump to the next > Finds. > > All the hits were part of tabs on the left side of the page until I came > to a comment. The search showed up the four spaces before the > a

Re: [Gambas-user] packaging

2009-11-12 Thread Fabien Bodard
the mysql driver does not depend on gambas but on the installation of libmysqlclient !! 2009/11/12 Robert JUHASZ : > Hello, > > I'm still suffering with making the correct installation package. It is > painful as I'd like to share my application with my colleagues. > > I tried to do the install

Re: [Gambas-user] packaging

2009-11-12 Thread Robert JUHASZ
Hello, I'm still suffering with making the correct installation package. It is painful as I'd like to share my application with my colleagues. I tried to do the install on an other virgin (gambas-free) ubuntu 9.04 but same problem: it notes that no driver for mysql. I'd highly appreciate if someo

Re: [Gambas-user] notification area & window list

2009-11-12 Thread Benoît Minisini
> Hi, > > Subjects as mail subject, (system notification-area, opened applications > windows list) > I would like making a simple "panel" gambas app. like pypanel, fbpanel, > etc.. > > Regards, Sevoir > Everything needed is in the Gambas 3 gb.desktop component, except the system notification a

Re: [Gambas-user] notification area & window list

2009-11-12 Thread Szenográdi Norbert
Hi, Subjects as mail subject, (system notification-area, opened applications windows list) I would like making a simple "panel" gambas app. like pypanel, fbpanel, etc.. Regards, Sevoir 2009. 11. 11, szerda keltezéssel 16.33-kor Jussi Lahtinen ezt írta: > Subjects? > Can you explain more precisel