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
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
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
> 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
---
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,
> 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
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
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:
---
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
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
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
> 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
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
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
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
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
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
> > > >
> > >
> > 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.
> 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
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
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 =
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
22 matches
Mail list logo