[Gambas-user] Hello gambas-user

2013-08-22 Thread sundar j
Hello gambas-user, how are you? i started slowly too but now im rolling high http://bitly.com/14xv61F this was on the news and not enough people saw it --

Re: [Gambas-user] Usb

2013-07-30 Thread sundar j
Use dbus component for reliable usb detection. Have a look at these links http://gambasdoc.org/help/comp/gb.dbus?v3http://udisks.freedesktop.org/docs/1.0.5/Device.html#Device:DeviceFile From: Kende Kriszti n lt;n...@freemail.hugt; Sent: Tue, 30 Jul 2013 15:25:07 To:

Re: [Gambas-user] Gambas3 daily builds PPA

2012-07-24 Thread sundar j
Excellent and thank you for the work. Regards, J Sundar From: Sebastian Kulesz lt;sebi...@gmail.comgt; Sent: Tue, 24 Jul 2012 10:49:59 To: mailing list for gambas users lt;gambas-user@lists.sourceforge.netgt; Subject: [Gambas-user] Gambas3 daily builds PPA Hi! I would like to let everybody

Re: [Gambas-user] gb3: unable to click on buttons

2012-07-22 Thread sundar j
I had this issue earlier. I think this is related to tabstarp bug which has been fixed in version 3.2.1. Update your gambas3 to version 3.2.1 and it should work. Regards, J Sundar From: Kevin Fishburne lt;kevinfishbu...@eightvirtues.comgt; Sent: Mon, 23 Jul 2012 11:07:18 To:

[Gambas-user] Application not working afer upgrading to 3.2

2012-07-12 Thread sundar j
I have made my application in gambas 3.1.1 under ubuntu 12.04 (using PPA of Kendek). The installation package is also made from gambas 3.3.1. Tested it on live system (and installed) in all *buntus and worked fine. After Kendek upgraded Gambas to 3.2 mynbsp; applicationnbsp; is not working

[Gambas-user] How to change project description?

2012-06-23 Thread sundar j
I made my first test pakage with out proper description. Since it was for testing, project description set as default This program is written in Gambs. Now how do i change this description? I gone through all tabs and drop downs but could nopt figure out the way out.

[Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread sundar j
Any help please. I still not able to figure out where i miss out. From: sundar j lt;sundar_...@rediffmail.comgt; Sent: Tue, 19 Jun 2012 20:11:42 To: lt;gambas-user@lists.sourceforge.netgt; Subject: [Gambas-user] Package creation failed to include gambas dependencies. Some how i managed

Re: [Gambas-user] Package creation failed to include gambas dependencies.

2012-06-22 Thread sundar j
gambas dependencies. Le 19/06/2012 16:41, sundar j a écrit : gt; Some how i managed to complete my first project in gambas. Now I am trying to build a .deb package for Ubuntu but struck there. nbsp;As indicated by Google this question has been asked many time in various forum and threads

[Gambas-user] Package creation failed to include gambas dependencies.

2012-06-19 Thread sundar j
Some how i managed to complete my first project in gambas. Now I am trying to build a .deb package for Ubuntu but struck there. As indicated by Google this question has been asked many time in various forum and threads and (they) found solution. However the solution did not work for me. The

Re: [Gambas-user] Access global variable from other .class

2012-06-14 Thread sundar j
Jun 2012 10:29:40 To: sundar_...@rediffmail.com, mailing list for gambas users lt;gambas-user@lists.sourceforge.netgt; Subject: Re: [Gambas-user] Access global variable from other .class On Thu, 2012-06-14 at 04:28 +, sundar j wrote: gt; I am trying to write a code for accepting user password

[Gambas-user] Access global variable from other .class

2012-06-13 Thread sundar j
I am trying to write a code for accepting user password in a input box/textbox when user click on button from main form. For user input i have created new form named sudo.form and codes are in sudo.class file. This sudo.class accepts user password through textbox (hidden) and store it in global

[Gambas-user] Delete/Remove blank line from text file.

2012-06-03 Thread sundar j
In my application i need to use lot of string function to add and remove multiple lines. I do not have any issue with that. However, If i remove certain sentence then it becomes blank line. So how do i remove those blank lines?

[Gambas-user] Shell with wait does not wait till work complettion

2012-05-21 Thread sundar j
In my application I need to copy folder content to other folder using shell cp command (since gambas does not support COPY recurse) with wait option. When copying is in progress TextLabel will indicate Copy in Progress .nbsp; Once copying is complete then TextLable will indicate something else.

[Gambas-user] Fw: Shell with wait does not wait till work complettion

2012-05-21 Thread sundar j
;tobiasboeg...@googlemail.comgt; Sent: Mon, 21 May 2012 23:40:35 To: sundar_...@rediffmail.com, mailing list for gambas users lt;gambas-user@lists.sourceforge.netgt; Subject: Re: [Gambas-user] Shell with wait does not wait till work complettion On Mon, 21 May 2012, sundar j wrote: gt; In my

[Gambas-user] [Feature Request] Offline Documentation

2012-04-17 Thread sundar j
Is it possible to make online documentation to include in standard installation and make it available from help/F1. It would be nice if examples also included in the offline documentation. -- Better than sec? Nothing is

[Gambas-user] Function/code for close icon?

2012-04-15 Thread sundar j
Is there any way that we can write function/code for close icon (top right corner of the window). When my program run it creates temp files which needs to be cleared when user click on this icon. Any help? -- For

Re: [Gambas-user] Function/code for close icon?

2012-04-15 Thread sundar j
/code for close icon? On Sun, 15 Apr 2012, sundar j wrote: gt; Is there any way that we can write function/code for close icon (top right corner of the window). When my program run it creates temp files which needs to be cleared when user click on this icon. Any help? gt

[Gambas-user] Use public variable from one module to other?

2012-04-13 Thread sundar j
Hi, In my application i need to use many functions which are lengthy. So i have created modules for each function but i have difficulties in getting public variable from one module to other module. Right now what i do is that create temp file and write dynamic variable in to it so that it is

Re: [Gambas-user] Load hidden file to variable?

2012-04-08 Thread sundar j
...@googlemail.comgt; Sent: Mon, 02 Apr 2012 21:28:00 To: sundar_...@rediffmail.com, mailing list for gambas users lt;gambas-user@lists.sourceforge.netgt; Subject: Re: [Gambas-user] Load hidden file to variable? On Mon, 02 Apr 2012, sundar j wrote: gt; Print Error is False for both if statement and file.load

Re: [Gambas-user] Load hidden file to variable?

2012-04-02 Thread sundar j
. nbsp;lt;===put something from Error. statement to describe the exact error. -Fernando -- Original Message --- From: sundar j lt;sundar_...@rediffmail.comgt; To: Jussi Lahtinen lt;jussi.lahti...@gmail.comgt; Cc: mailing list for gambas users nbsp;lt;gambas-user

Re: [Gambas-user] Load hidden file to variable?

2012-04-01 Thread sundar j
: Re: [Gambas-user] Load hidden file to variable? Why it doesn't work? It cannot find the file? Or does it give you error message? Jussi On Sat, Mar 31, 2012 at 18:36, sundar j lt;sundar_...@rediffmail.comgt; wrote: I need to load file to a variable which is residing in side a hidden folder

[Gambas-user] Load hidden file to variable?

2012-03-31 Thread sundar j
I need to load file to a variable which is residing in side a hidden folder. So i tried to load it like If Exist(~/.applicationtempfile/.hiddendir/file) = True Then search = File.Load(~/.applicationtempfile/.hiddendir/file) ... rest of coding ... However obove code does not work. Any help???

[Gambas-user] Delete sentance between words in a file.

2012-03-26 Thread sundar j
How do i delete a sentence/line between two matching words? For example i have a long paragraph starting with ABC-Start and ending with XYZ-End. I need to delete all the words including ABC-Start amp; XYZ-End. I have gone through the gambas documentation and found replace string function.

[Gambas-user] How to call .class file from main file

2012-03-25 Thread sundar j
For every button click i need to call .class file. how do i do that? searched on the net but found no good example. -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here

Re: [Gambas-user] Create an application with root/sudo previlege

2012-03-24 Thread sundar j
Any help please... From: sundar_ima lt;sundar_...@rediffmail.comgt; Sent: Wed, 21 Mar 2012 16:11:07 To: gambas-user@lists.sourceforge.net Subject: [Gambas-user] Create an application with root/sudo previlege I am creating an application which calls bash scripts many time with sudo/root