Re: [Gambas-user] Display TextLabel on Message box

2011-04-17 Thread Ganesh Kumar
Hi Jussi, Thanks for your kindly input for me.. I want shell script output print in the textbox. Thats why i ask... please help me. > No, nothing wrong with the code. > It should display given message with OK button. > > But I don't think you can put TextLabel on Message box. > I think you need

Re: [Gambas-user] Display TextLabel on Message box

2011-04-16 Thread Jussi Lahtinen
No, nothing wrong with the code. It should display given message with OK button. But I don't think you can put TextLabel on Message box. I think you need to write your own form for it. Jussi On Sat, Apr 16, 2011 at 13:02, Shane Powell wrote: > On 16/04/11 18:31, Ganesh Kumar wrote: > > Hi Gu

Re: [Gambas-user] Display TextLabel on Message box

2011-04-16 Thread Shane Powell
On 16/04/11 18:31, Ganesh Kumar wrote: > Hi Guys., > > How to do it ? > > Display TextLabel on Message box. This is my code. > > > PUBLIC SUB Button1_Click() > Message.Info("Hallo, this is your message", "OK") > END >

[Gambas-user] Display TextLabel on Message box

2011-04-16 Thread Ganesh Kumar
Hi Guys., How to do it ? Display TextLabel on Message box. This is my code. PUBLIC SUB Button1_Click() Message.Info("Hallo, this is your message", "OK") END please Help me..