Re: [Gambas-user] Display & character on Message box

2010-11-15 Thread Benoît Minisini
> Hi, > > How to display '&' character? I tried: > > Message.Info("&") > Message.Info("&&") > Message.Info(chr(38)) > Message.Info("&abc") > Message.Info("abc &") > > And got empty message box. The bug has been fixed in revision #3295. Regards, -- Benoît Minisini ---

Re: [Gambas-user] Display & character on Message box

2010-11-14 Thread Ron
You are right, it never worked, so I assumed it still didn't, but now it does work in titles...hmmm Sorry for the noise... On Sun, Nov 14, 2010 at 4:48 PM, Matti wrote: > Strange. Here I have 2-2.21.0 (from 24-07-2010) without any svn updates, and > all > of the following works perfectly: > >  M

Re: [Gambas-user] Display & character on Message box

2010-11-14 Thread Matti
Strange. Here I have 2-2.21.0 (from 24-07-2010) without any svn updates, and all of the following works perfectly: ME.Title = "Loading " & Chr(38) & " starting" Message.Info("Loading " & Chr(38) & " starting") ME.Title = "Loading " & "&" & " starting" Message.Info("Loading " & "&" & " sta

Re: [Gambas-user] Display & character on Message box

2010-11-14 Thread Ron
You have the same issue with title propery of forms. On Nov 14, 2010 2:19 PM, "Demosthenes Koptsis" wrote: > Nope, none of them works. > > On Sun, 2010-11-14 at 12:06 +0100, Benoît Minisini wrote: >> > On gambas2-2.21-svn3289 >> > >> > Message.Info("&") >> > >> > is not working! >> > >> > Message

Re: [Gambas-user] Display & character on Message box

2010-11-14 Thread Demosthenes Koptsis
Nope, none of them works. On Sun, 2010-11-14 at 12:06 +0100, Benoît Minisini wrote: > > On gambas2-2.21-svn3289 > > > > Message.Info("&") > > > > is not working! > > > > Message is empty. > > > > Mmm. Maybe now Qt interprets it as pure HTML, or a text mnenomic... > > Try: > > Message.

Re: [Gambas-user] Display & character on Message box

2010-11-14 Thread Benoît Minisini
> On gambas2-2.21-svn3289 > > Message.Info("&") > > is not working! > > Message is empty. > Mmm. Maybe now Qt interprets it as pure HTML, or a text mnenomic... Try: Message.Info("&&") And: Message.Info("&") Regards, -- Benoît Minisini ---

Re: [Gambas-user] Display & character on Message box

2010-11-13 Thread Demosthenes Koptsis
On gambas2-2.21-svn3289 Message.Info("&") is not working! Message is empty. On Sat, 2010-11-13 at 13:44 +0100, Olivier Cruilles wrote: > Hi > > On Gambas v2 > > > Message.Info("&") => work fine > > and display '&' correctly on screen.. > > > Olivier Cruilles > Mail: linu...@club-intern

Re: [Gambas-user] Display & character on Message box

2010-11-13 Thread Olivier Cruilles
Hi On Gambas v2 > Message.Info("&") => work fine and display '&' correctly on screen.. Olivier Cruilles Mail: linu...@club-internet.fr Le 13 nov. 2010 à 13:37, Phạm Quang Dương a écrit : > > Hi, > > How to display '&' character? I tried: > > Message.Info("&") > Message.Info("&&") > Me

[Gambas-user] Display & character on Message box

2010-11-13 Thread Phạm Quang Dương
Hi, How to display '&' character? I tried: Message.Info("&") Message.Info("&&") Message.Info(chr(38)) Message.Info("&abc") Message.Info("abc &") And got empty message box. -- Centralized Desktop Delivery: Dell and VMware