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

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 Sent: Tue, 30 Jul 2013 15:25:07 To: gambas-user@lists.sourceforge.n

Re: [Gambas-user] Gambas3 daily builds PPA

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

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 Sent: Mon, 23 Jul 2012 11:07:18 To: gambas-user@lists.s

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

2012-07-19 Thread sundar j
This is in connection with the reply you made on the mailing list http://old.nabble.com/Application-not-working-afer-upgrading-to-3.2-td34150059.html I am facing trouble in posting any mail to mailing list. Even i am not sure about delivery of this mail but trying my luck today.  Just run (F5) a

[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 my  application  is not working properly. It

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

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

2012-06-22 Thread sundar j
ailed to include gambas dependencies. Le 19/06/2012 16:41, sundar j a écrit : > 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 foru

[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" <sundar_...@rediffmail.com> Sent: Tue, 19 Jun 2012 20:11:42 To: <gambas-user@lists.sourceforge.net> Subject: [Gambas-user] Package creation failed to include gambas dependencies. Some how i

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

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

2012-06-14 Thread sundar j
n 2012 10:29:40 To: sundar_...@rediffmail.com, mailing list for gambas users <gambas-user@lists.sourceforge.net> Subject: Re: [Gambas-user] Access global variable from other .class On Thu, 2012-06-14 at 04:28 +0000, sundar j wrote: > 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] Fw: Shell with wait does not wait till work complettion

2012-05-21 Thread sundar j
y have no clue  why code worked after inserting time delay. From: tobi <tobiasboeg...@googlemail.com> Sent: Mon, 21 May 2012 23:40:35 To: sundar_...@rediffmail.com, mailing list for gambas users <gambas-user@lists.sourceforge.net> Subject: Re: [Gambas-user] Shell with wait does no

[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" .  Once copying is complete then TextLable will indicate something else. Fo

[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

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

2012-04-15 Thread sundar j
ion/code for close icon? On Sun, 15 Apr 2012, sundar j wrote: > 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

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

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

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

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

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

2012-04-02 Thread sundar j
t something from Error. statement to describe the exact error. -Fernando -- Original Message --- From: "sundar j" <sundar_...@rediffmail.com> To: "Jussi Lahtinen " <jussi.lahti...@gmail.com> Cc: mailing list for gambas users  <gambas-

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

2012-04-01 Thread sundar j
ge.net> Subject: 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 <sundar_...@rediffmail.com> wrote: I need to load file to a variable which is residi

[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 & XYZ-End. I have gone through the gambas documentation and found replace string function. However i

[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 http://p.sf.net/sfu/sfd2

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

2012-03-24 Thread sundar j
Any help please... From: sundar_ima 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 privilege.