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 <[email protected]> wrote: > 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 " & "&" & " starting") > > Message.Info("&") > > Maybe there was something changed in the following svn updates? > > > > Am 14.11.2010 14:26, schrieb Ron: >> You have the same issue with title propery of forms. >> On Nov 14, 2010 2:19 PM, "Demosthenes Koptsis" <[email protected]> >> 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 is empty. >>>>> >>>> >>>> Mmm. Maybe now Qt interprets it as pure HTML, or a text mnenomic... >>>> >>>> Try: >>>> >>>> Message.Info("&&") >>>> >>>> And: >>>> >>>> Message.Info("&") >>>> >>>> Regards, >>>> >>> >>> >>> >>> >> ------------------------------------------------------------------------------ >>> Centralized Desktop Delivery: Dell and VMware Reference Architecture >>> Simplifying enterprise desktop deployment and management using >>> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >>> client virtualization framework. Read more! >>> http://p.sf.net/sfu/dell-eql-dev2dev >>> _______________________________________________ >>> Gambas-user mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >> ------------------------------------------------------------------------------ >> Centralized Desktop Delivery: Dell and VMware Reference Architecture >> Simplifying enterprise desktop deployment and management using >> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >> client virtualization framework. Read more! >> http://p.sf.net/sfu/dell-eql-dev2dev >> _______________________________________________ >> Gambas-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
