[Gambas-user] Display & character on Message box
Matti
math.eber at ...221...
Sun Nov 14 16:48:32 CET 2010
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" <demosthenesk at ...626...>
> 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
>> Gambas-user at lists.sourceforge.net
>> 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
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
More information about the User
mailing list