Re: [Gambas-user] Post data and files

2010-07-30 Thread Szenográdi Norbert
Hi Ceveat, It's okay and thank you this sample. But, can you help that how can send file(s) with this sample? Best Regards, Sevoir 2010. 07. 30, péntek keltezéssel 10.48-kor Caveat ezt írta: > Hi Jose and Sevoir > > You do not need to use Shell and command lines to do POST of data to a > web

Re: [Gambas-user] Post data and files

2010-07-30 Thread Szenográdi Norbert
Hi Jose, I had same problem yesterday. My solving: with installed curl test.php: Gambas2 code example: 2 textbox (txtBox1.text => thing1; txtBox2.text => thing2) 1 textbox for file link (fileBox.text => file) FMain.class: PUBLIC SUB Button1_Click() DIM comm AS String comm = "curl " comm &=

[Gambas-user] post data and file http form

2010-07-29 Thread Szenográdi Norbert
Dear All, Can you help me, how can I send datas and files to html form from Gambas2 app? Best Regards, Sevoir -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++

[Gambas-user] Solving: how to create installation package with Gambas 2.19 on Lucid Lynx Alpha 3(Ubuntu 10.04)

2010-03-11 Thread Szenográdi Norbert
Hi all, The basic method is failed but I reported this bug on launchpad. https://bugs.launchpad.net/ubuntu/+source/gambas2/+bug/534946 When I choosing only one distibution Ubuntu then Package group list is empty and create installing package is failed. But if I following next steps then install

Re: [Gambas-user] Bad package group generating ? from Gambas2.13

2010-02-16 Thread Szenográdi Norbert
Hi Benoit! I solved problem: >From Gambas2.13 > Load my application > Make installation package > Fill out changes > I selected Ubuntu version > I checked anyone package group > I checked a correct menu place > Generating package. I have an original application_0.0.x.orig.tar.gz > I unpacked fil

Re: [Gambas-user] Bad package group generating ? from Gambas2.13

2010-02-16 Thread Szenográdi Norbert
Hi Benoit! I found these documents about valid Debian/Ubuntu sections alias package groups: http://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections https://wiki.ubuntu.com/PackagingGuide/Complete#control regards, Sevoir 2010. 02. 16, kedd keltezéssel 19.22-kor Benoît Minisini ezt í

[Gambas-user] Bad package group generating ? from Gambas2.13

2010-02-16 Thread Szenográdi Norbert
Hi, I uploaded a test package to launchpad ppa and I get errors: Witch package group is valid in Ubuntu? Launchpad error message: ... savoir-hu-kepkezelo_0.0.6-1.diff.gz: Unknown section 'Archiving' Further error processing not possible because of a critical previous error. Regards, Sevoir --

Re: [Gambas-user] notification area & window list

2009-11-12 Thread Szenográdi Norbert
you explain more precisely? > > Jussi > > > > 2009/11/11 Szenográdi Norbert : > > Hi All, > > > > > > I would like insert subjects to my app. > > How can I do this? > > > > in notification

[Gambas-user] notification area & window list

2009-11-11 Thread Szenográdi Norbert
Hi All, I would like insert subjects to my app. How can I do this? in notification area: nm-applet in windows list: windows list :) Regards, Sevoir -- Let Crystal Reports handle the reporting - Free Crystal Reports 20

[Gambas-user] transparent window

2009-07-21 Thread Szenográdi Norbert
Hi, how can I create transparent Form? regards, Sevoir -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to Black

Re: [Gambas-user] how can I run my Shell script in a directory?

2009-07-15 Thread Szenográdi Norbert
Hi, thanks. regards, Sevoir 2009. 07. 15, szerda keltezéssel 10.42-kor Stefano Palmeri ezt írta: > Il mercoledì 15 luglio 2009 10:36:05 Stefano Palmeri ha scritto: > > Il martedì 14 luglio 2009 18:48:32 Szenográdi Norbert ha scritto: > > > Hi, > > > > > &

[Gambas-user] how can I run my Shell script in a directory?

2009-07-14 Thread Szenográdi Norbert
Hi, Can anyone help to me with subject? regards, Sevoir -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to Bla

[Gambas-user] shell return parameter (text)

2009-07-10 Thread Szenográdi Norbert
Hi, Can I build to Fmain window a textbox with shell return text ? AS: SHELL ("echo hello") and textbox.text will be: "hello" regards, Sevoir -- Enter the BlackBerry Developer Challenge This is your chance to win

Re: [Gambas-user] gridview header text?

2009-07-08 Thread Szenográdi Norbert
Hi, Sure! Thx a lot. regards, Sevoir 2009. 07. 8, szerda keltezéssel 13.03-kor Jack ezt írta: > Szenográdi Norbert a écrit : > > Hi, > > > > > > Can I setup gridview header text? > > > > > > regards, Sevoir > > > > gridview.Column

[Gambas-user] gridview header text?

2009-07-08 Thread Szenográdi Norbert
Hi, Can I setup gridview header text? regards, Sevoir -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to Bla

Re: [Gambas-user] 2 dimensional string[]

2009-07-06 Thread Szenográdi Norbert
2009. 07. 6, hétfő keltezéssel 15.13-kor Szenográdi Norbert ezt írta: > mailing list for gambas users I forgotten some info: I'm using: Gambas 2.8 Thanks.. -- __

[Gambas-user] 2 dimensional string[]

2009-07-06 Thread Szenográdi Norbert
Hi, Can anyone help me? I would like use 2 dimensional string but i cant do it. String[x][y] If possible please send a sample. Thanks, Sevoir -- ___ Gambas-user mailing li

Re: [Gambas-user] generating new gambas file [automatic program update]

2008-09-19 Thread Szenográdi Norbert Péter
Hi All, This is okay, thanks a lot. Is in gambas2 filetime() ? I not founded... Regards, Norbert 2008. 09. 18, csütörtök keltezéssel 21.33-kor Doriano Blengino ezt írta: > Szenográdi Norbert Péter ha scritto: > > Hi All, > > > > Can I create a simple project with au

[Gambas-user] generating new gambas file [automatic program update]

2008-09-18 Thread Szenográdi Norbert Péter
Hi All, Can I create a simple project with automatic update option? Well, when user starting a program, program will checking a new version from a portal etc. If new version possible change itself and restart a new version. This is possible? Regards, Norbert -

Re: [Gambas-user] shell

2008-09-02 Thread Szenográdi Norbert Péter
Hi, this is working fine: PUBLIC SUB Form_Open() SHELL "espeak Hello" END regards, Sevoir 2008. 09. 2, kedd keltezéssel 19.16-kor Mike ezt írta: > Hi all > > > > I am trying to run the terminal with input from the gambas shell command. > Looks like I have it wrong, any help please. > >

[Gambas-user] new user

2008-09-01 Thread Szenográdi Norbert Péter
Hi all. Im a new member on gambas-user-list. I have some quession: - How can I send a datas to other form.. - How can I see any -manual inserted- data in Tableview and/or Gridview.. Sorry for my newbie quession.. :) Im hope you can answer it :) Sevoir from Hungary ;)