[Gambas-user] Bugs in TextLabel

2009-07-14 Thread kobolds
gambas 2.14 qt 1. create a project 2. drag picturebox into the form and select a png picture (make sure at least 400x400) 3. drag a textlabel on top of the picture 4. test that you can select the picture box control or textlabel by click on them 5. change the transparent on textlabel to true no

Re: [Gambas-user] PictureDatabase with PostgreSQL

2009-07-14 Thread richard terry
On Wed, 15 Jul 2009 04:07:28 am Pino Zollo wrote: > Hi, > > I am trying to use the example "PictureDatabase" with PostgreSQL but I get > the following error: > > "Invalid byte sequence for encoding UTF-8" > > when executes the instruction: > > newPicture.Update() > > in PUBLIC SUB Add(ImagePath AS

Re: [Gambas-user] Forgot the attachment... re.: Listbox Border Misbehaving...

2009-07-14 Thread Stephen Bungay
Benoît Minisini wrote: >> Stephen Bungay a écrit : >>> LOL, Benoit asked first, so I sent a test project along to him (didn't >>> forget the attachment this time :). I'll include it here for the >>> perusal of anyone who is interested. >>> Seems the problem is in gb,gtk (GTK+ toolkit). If I d

[Gambas-user] about gb.gui

2009-07-14 Thread Charlie Reinl
> Note that gb.gui is not a true component! It just loads gb.qt or gb.gtk > according to the desktop you are using. > Whats about gb.gui and gb.qt.ext or gb.gtk.ext , need it for the printer. gambas2.14 -- Amicalment Charlie ---

Re: [Gambas-user] comments

2009-07-14 Thread Dimitris Anogiatis
Sorry guys didn't mean to upset anyone, I did read the whole thread and I was unaware of the feature being implemented on the development version as I use the stable 2.14 on my lenny distro. Regards, Dimitris On Tue, Jul 14, 2009 at 9:07 AM, Stephen Bungay wrote: > Yeah, I see what you mean,

Re: [Gambas-user] Forgot the attachment... re. : Listbox Border Misbehaving...

2009-07-14 Thread Benoît Minisini
> Stephen Bungay a écrit : > > LOL, Benoit asked first, so I sent a test project along to him (didn't > > forget the attachment this time :). I'll include it here for the > > perusal of anyone who is interested. > > Seems the problem is in gb,gtk (GTK+ toolkit). If I deselect that and > > use

Re: [Gambas-user] Forgot the attachment... re.: Listbox Border Misbehaving...

2009-07-14 Thread Jean-Yves F. Barbier
Stephen Bungay a écrit : > LOL, Benoit asked first, so I sent a test project along to him (didn't > forget the attachment this time :). I'll include it here for the > perusal of anyone who is interested. > Seems the problem is in gb,gtk (GTK+ toolkit). If I deselect that and > use only gb.gui

[Gambas-user] PictureDatabase with PostgreSQL

2009-07-14 Thread Pino Zollo
Hi, I am trying to use the example "PictureDatabase" with PostgreSQL but I get the following error: "Invalid byte sequence for encoding UTF-8" when executes the instruction: newPicture.Update() in PUBLIC SUB Add(ImagePath AS String) The creation of the database structure seems correct: ---

Re: [Gambas-user] Forgot the attachment... re.: Listbox Border Misbehaving...

2009-07-14 Thread Stephen Bungay
LOL, Benoit asked first, so I sent a test project along to him (didn't forget the attachment this time :). I'll include it here for the perusal of anyone who is interested. Seems the problem is in gb,gtk (GTK+ toolkit). If I deselect that and use only gb.gui then everything works as it sho

Re: [Gambas-user] Forgot the attachment... re.: Listbox Border Misbehaving...

2009-07-14 Thread Jean-Yves F. Barbier
Stephen Bungay a écrit : > Forgot the darn attachment... I HATE when I do that. I hate you too, so now we are too ;-) Have you got a piece of code to test? jy -- -- Enter the BlackBerry Developer Challenge This is

[Gambas-user] how can I run my Shell script in a directory?

2009-07-14 Thread Szenográdi Norbert
Hi, Can anyone help to me with subject? regards, Sevoir -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to Bla

Re: [Gambas-user] Forgot the attachment... re.: Listbox Border Misbehaving...

2009-07-14 Thread Benoît Minisini
> Forgot the darn attachment... I HATE when I do that. Do you have some code to test? -- Benoît -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, v

[Gambas-user] Forgot the attachment... re.: Listbox Border Misbehaving...

2009-07-14 Thread Stephen Bungay
Forgot the darn attachment... I HATE when I do that. <>-- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBe

Re: [Gambas-user] comments

2009-07-14 Thread Stephen Bungay
Yeah, I see what you mean, that would be handy for pasting blocks of text in without the IDE mangling it. I see your point. Ron wrote: > Stephen Bungay wrote: >> I made up a standard comment block a long time ago as a text file, I >> simply paste it in and modify/add to it as needed. Yes you

[Gambas-user] Listbox border misbehaviour...

2009-07-14 Thread Stephen Bungay
The RAISE method was called to bring the listbox to the foreground of its parent, but it seems the border surrounding the listbox is not getting the message. The result is a rather messy display. Have a look at the attached PNG file. GAMBAS 2.12 GB.FORM KUBUNTU 8.04 Is this fixed in n

Re: [Gambas-user] comments

2009-07-14 Thread Ron_1st
On Tuesday 14 July 2009, Jean-Yves F. Barbier wrote: > Dimitris Anogiatis a écrit : > . > > you add another paste function on the IDE called "Paste As Comments" and > > assign it a rather unique keyboard > > shortcut like Ctrl + Alt + \ and paste whatever is in the clipboard in text > > format

Re: [Gambas-user] comments

2009-07-14 Thread Ron_1st
On Tuesday 14 July 2009, Benoît Minisini wrote: > > On Monday 13 July 2009, Ron wrote: > > > Benoît Minisini wrote: > > > >> Hi, > > > >> > > > >> AFAIK ther's no possibility to comment a block of code; could you add > > > >> this? (such as C comment for example). > > > >> > > > >> JY > > > > > > >

Re: [Gambas-user] Directory naming in the IDE tree

2009-07-14 Thread Benoît Minisini
> > As you know my tree is in SVN > > > > If I try and rename a directory in the gambas IDE with anything other > > than ascii eg progress_notes (not progressnotes), then it won't allow > > it. > > > > However if I rename the directory outside of the tree then gambas loads > > it and shows it ok.

Re: [Gambas-user] comments

2009-07-14 Thread Benoît Minisini
> Sorry if I'm butting in the conversation, but what if instead of > > /* > > don't parse this > > */ > > you add another paste function on the IDE called "Paste As Comments" and > assign it a rather unique keyboard > shortcut like Ctrl + Alt + \ and paste whatever is in the clipboard in > text fo

Re: [Gambas-user] comments

2009-07-14 Thread Jean-Yves F. Barbier
Dimitris Anogiatis a écrit : . > you add another paste function on the IDE called "Paste As Comments" and > assign it a rather unique keyboard > shortcut like Ctrl + Alt + \ and paste whatever is in the clipboard in text > format, as comments (with the ' in front > of them)? . RTF whole th

Re: [Gambas-user] SmtpClient: error 550-'Message SHOULD have Date: but does not'

2009-07-14 Thread Jean-Yves F. Barbier
Bill-Lancaster a écrit : .. SHOULD is just a warning from tiscali smtp complaining because you SHOULD have a Date: Header (as it is not MUST, you can safely ignore this) > PUBLIC SUB Button4_Click() > DIM hMsg AS NEW SmtpClient > > hMsg.To.Add("a...@xx.com") > hMsg.Subject =

Re: [Gambas-user] SmtpClient: error 550-'Message SHOULD have Date: but does not'

2009-07-14 Thread Toni
Hi Bill, I think that smtp error 550 indicates that you aren't allowed to relay without authentification. ( An yes, the rest of the message is either just a tip or an erroneous description) In the attached code I see that no credentails are sent, and so, this makes me think that effectively thi