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

2012-03-24 Thread Ian Haywood
On Sun, Mar 25, 2012 at 4:46 PM, sundar j wrote: > I am creating an application which calls bash scripts many time with > sudo/root privilege. Though i can execute bash script with either kdesu or > gksu, it asks password many times. Instead it would be nice if any one help > me on opening an app

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.

[Gambas-user] [gb.desktop] Desktop Notifications

2012-03-24 Thread Sebastian Kulesz
Hi! I would like to share with you a class I created for a project that enables any gambas application to trigger desktop notifications. It is not the best solution, but with gambas3 lacking any wrappers to libnotify, it's the best I could find. >From my point of view, this feature, if included, s

Re: [Gambas-user] WebPage support in Gambas (2)

2012-03-24 Thread tobi
hi, On Sat, 24 Mar 2012, Benoît Minisini wrote: > Hi, > > I have added two syntaxes in WebPage. > > The first one is: > > <%:OtherWebPage%> > > This includes the OtherWebPage contents inside the current WebPage. > > That syntax can take attributes, like an HTML markup. > > <%:OtherWebPage na

[Gambas-user] WebPage support in Gambas (2)

2012-03-24 Thread Benoît Minisini
Hi, I have added two syntaxes in WebPage. The first one is: <%:OtherWebPage%> This includes the OtherWebPage contents inside the current WebPage. That syntax can take attributes, like an HTML markup. <%:OtherWebPage name="value" name2="value2"%> Beware the the contents of an attribute does n