Re: [Gambas-user] How to disable the minimize button on window

2011-04-25 Thread Ganesh Kumar
Thanks for your replay. I cant understand fully, please give some clear steps about windows type in gambas2. you can change the windows type (in gambas2) and on gambas3 set > Utility property to true > > but you can't remove only the minimise button the restore/maximise > will be masked too > A

[Gambas-user] How to disable the minimize button on window

2011-04-25 Thread Ganesh Kumar
Hi gurus, I'm new to gambas. does anyone know how to disable minimize button on window..? please help me... -Ganesh. -- Did I learn something today? If not, I wasted it. -- Fulfilling the Lean Software Promise Lean sof

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

[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..

[Gambas-user] Shell script output to label text

2011-04-08 Thread Ganesh Kumar
Hi , I want shell script output, printed to the label text, Please help me.. my code,, *** PUBLIC SUB Form_Open() DIM sStr AS String SHELL "sh /home/dhana/foo.sh" TO sStr IF InStr(sStr, " ") THEN Label1.text =" " & sStr E

[Gambas-user] shell script output controls gambas

2011-04-05 Thread Ganesh Kumar
Hi Gurus, I am new to Gambas. I have executed shell script,, the shell script output control the decision. My script / #! /biin/bash host google.com>/dev/null if [ $? -eq 0 ]; then echo "Internet connection is

Re: [Gambas-user] How to find out internet status

2011-04-04 Thread Ganesh Kumar
Hi. Sir., > your whole code works fine for me. > are you sure that you really call this routine in the main program? this > is the only reason i can think of... My scenario is Create one form check Internet status .. If Internet is there means Execute my script otherwise skip the form I have c

Re: [Gambas-user] How to find out internet status

2011-04-04 Thread Ganesh Kumar
Thanks for your kindly replay. > another way may be found according to the following test: > in my case, i am connected to the internet via wlan0. my eth0 isn't > connected to anything. in a terminal: > $ curl --interface wlan0 google.de > returns some html, while > $ curl --interface eth0 google.

Re: [Gambas-user] How to find out internet status

2011-04-03 Thread Ganesh Kumar
Thanks for you kindly reply, > what connection do you use? I have to use ADSL , But my situation I dont see modem-router My only option i have to use with script only.. Any Gambas modules will be there check internet status > If you use ADSL you can see the STATUS of your modem-router, it will

[Gambas-user] How to find out internet status

2011-04-03 Thread Ganesh Kumar
Hi Guys, I am new to Gambas with networking field. I want find out internet connection in my system or NOT. I don't use ping command. ping www.yahoo.com its pinging...yes internet connection is there is working fine. one day yahoo server is down.. How to find out..try another website.. Its not

[Gambas-user] Forms Pixel Size Controls

2011-03-30 Thread Ganesh Kumar
Hi Guys, I am new to gambas , how to forms size controls I have fixed size 800 x 600 => output will be 1024 x 695 I want required size 800 X 600. How to set forms size in correct manner. please help me.. -Ganesh. -- Did I learn something today? If not, I wasted it. --

[Gambas-user] How to play video

2011-03-16 Thread Ganesh Kumar
Hi..Guys I am new to gambas..I want to play a video with in frame , when completed video the next frame will started.. please guide me.. Thanks Ganesh. -- Did I learn something today? If not, I wasted it. -- Colocatio