Re: [Gambas-user] Gambas app calling a PERL Script which calls a program (rtmpdump)

2011-09-02 Thread EA7DFH
\] TO sOutput or the other way: arg = Subst(--type=\1\, sType) EXEC [get_iplayer, --force, arg] TO sOutput You might escape the quotes in gambas, in case your script is expecting a quoted string. Hope this helps, regards -- Jesus, EA7DFH

Re: [Gambas-user] One-Click Install with shell script

2011-08-13 Thread EA7DFH
. The user's system will resolve all the dependencies automatically. Also, would help if you provide some more details about your distribution and Gambas version. Regards -- Jesus, EA7DFH -- FREE DOWNLOAD - uberSVN

Re: [Gambas-user] gb3: Format$

2011-06-28 Thread EA7DFH
El 26/06/11 23:37, Kevin Fishburne escribió: On 06/26/2011 03:09 PM, Benoît Minisini wrote: I hope I'm really not so stupid that I'm missing something obvious. I'm not even drinking right now! Mmm... You're right, there's something nasty there. I'm currently investigating... The bug should

Re: [Gambas-user] gb3: Format$

2011-06-28 Thread EA7DFH
El 28/06/11 19:05, Benoît Minisini escribió: Well. what I'm missing here? I got the same results with rev.3906: Print Format$(Now, hh:nn) Print Format$(Now, hh:nn AM/PM) 18:36 06:36 Finally, shouldn't the last line show AM or PM at the end? AM or PM are actually displayed

Re: [Gambas-user] gb3: Format$

2011-06-26 Thread EA7DFH
El 26/06/11 05:54, Kevin Fishburne escribió: On 06/25/2011 09:41 PM, nando wrote: Yes-Silly me! How about trying the print statements with ; and not I'm curious how the bug manifests. It displays the same results: Public Sub Main() Dim t As Float t = CFloat(Now) ' Current

Re: [Gambas-user] Barcode example for Gambas3

2011-06-05 Thread EA7DFH
El 05/06/11 10:29, charlesg escribió: shordi wrote: I can't open the file Me too... It is a common issue when attachments come from Nabble thing :-o Shordi Hmm.. I don't have a problem (ub10.10 32bit) but have had this in the past. Bit odd as I am just using the

[Gambas-user] Download JPG with HttpClient to memory

2011-02-15 Thread EA7DFH
? Gambas 2.22 Linux Mint 10 (based on Ubuntu 10.10) Gnome desktop. Regards -- Jesus, EA7DFH -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before

Re: [Gambas-user] Arrays of controls..

2011-02-11 Thread EA7DFH
() PRINT LAST.tag END Tell us if it worked Regards -- Jesus, EA7DFH -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix

Re: [Gambas-user] [OT]gambas 3 release or otherwise as binary package

2010-12-31 Thread EA7DFH
Year 2011. Many thanks to Benoît and to all developers for your hard work. HNY 2011 !! Sincerely -- Jesus, EA7DFH -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database

Re: [Gambas-user] BUG: Problem with DateAdd function

2010-12-05 Thread EA7DFH
or manually compiled (/usr/bin and /usr/local/bin respectively) may be you still have both of them in your system, with unpredictable behaviors. Regards, -- Jesus, EA7DFH -- What happens now with your Lotus Notes apps

Re: [Gambas-user] Barcode reader

2010-10-16 Thread EA7DFH
or ttyUSBx). No additional module is needed, you can setup a socket for that. Regards -- Jesus, EA7DFH -- Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R

[Gambas-user] Maverick -dev dependencies and install scripts

2010-10-16 Thread EA7DFH
. Also, some time ago, I've created two scripts to automate the installation from SVN for both, Gambas2 and Gambas3 for Ubuntu, which you can find attached. Those are in Spanish, but sure you could modify at your own. If you can improve it, please share it! -- Jesus, EA7DFH install_gambas3.sh

Re: [Gambas-user] Database connection problem

2010-10-16 Thread EA7DFH
wrapping of mail clients) Regards -- Jesus, EA7DFH -- Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich

Re: [Gambas-user] Questions for RegExp class

2010-10-12 Thread EA7DFH
i get a NULL object. why? You need to use the NEW keyword to instantiate the sRegEx variable: DIM sRegEx AS NEW Regexp or DIM sRegEx AS Regexp sRegEx = NEW Regexp http://gambasdoc.org/help/comp/gb.pcre/regexp/_new Regards, -- Jesus, EA7DFH

Re: [Gambas-user] Gambas app run as root

2010-10-03 Thread EA7DFH
AS String WHILE NOT Eof($hprocess) LINE INPUT #$hprocess, outstr PRINT outstr WEND END The only drawback is that passwords in the inputbox are not hidden. Regards, -- Jesus, EA7DFH -- Start uncovering

Re: [Gambas-user] Feature request TODO/FIXME

2010-09-27 Thread EA7DFH
), it needs to be parsed again. Since when we launch the debug or compile process it is saved automatically, this could be a good chance. Regards, -- Jesus, EA7DFH -- Start uncovering the many advantages of virtual

[Gambas-user] Feature request TODO/FIXME

2010-09-26 Thread EA7DFH
. -- Jesus, EA7DFH -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev

Re: [Gambas-user] Feature request TODO/FIXME

2010-09-26 Thread EA7DFH
to be removed. I don't understand very well your last sentence. Perhaps are you being a bit ironical? Sorry if I am mistaken. Really, what do you think about it? Is it feasible or not? Regards, -- Jesus, EA7DFH

Re: [Gambas-user] Code Snippets Utility

2010-09-25 Thread EA7DFH
SVN. Thanks You type the first letters of the snippet (one, two or three characters, depending on the snippet), and then you press TAB. They work almost like in gedit. Regards, Oops, I must figured it out! Very helpful. Thanks, Benoît -- Jesus, EA7DFH

[Gambas-user] Code Snippets Utility

2010-09-24 Thread EA7DFH
Hi all What's is the way to insert a code snippet triggered from an string in Gambas3? I'm referring to the third tab in the Preferences dialog of the IDE. I am unable to get the (template) snippet into the code editor... Using latest Gambas3 SVN. Thanks -- Jesus, EA7DFH

Re: [Gambas-user] Need advice about a Gambas bug tracker

2010-09-18 Thread EA7DFH
advice. Regards, I'm using assembla for my projects. Looks more professional than google code, and it is free only for GPL public projects. Also the limit is 2Gb, but it has a lot of features: http://www.assembla.com/features/compare -- Jesus, EA7DFH

Re: [Gambas-user] Controls by code are invisible in Gnome

2010-08-31 Thread EA7DFH
El 31/08/10 22:50, Fabián Flores Vadell escribió: I was testing a custom control in a Ubuntu 9.10 virtualized by VirtualBox (using Gambas 2.18), and my controls become invisible in execution time. This not happens on Kubuntu 10.04 on virtualbox too (using Gambas 2.20). I was suprized when

Re: [Gambas-user] Controls by code are invisible in Gnome

2010-08-31 Thread EA7DFH
to specify X, Y coordinates and size for the new widget to be positioned on your form? -- Jesus, EA7DFH -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading

Re: [Gambas-user] DatePicker and MessageLabel were disabled in revision #3084

2010-08-02 Thread EA7DFH
the code for this widget. Where is located in the (trunk) source code? And, what are the *many* known problems? Regards -- Jesus, EA7DFH -- The Palm PDK Hot Apps Program offers developers who use the Plug

Re: [Gambas-user] DatePicker and MessageLabel were disabled in revision #3084

2010-08-02 Thread EA7DFH
something must be done! I could not find the code for this widget. Where is located in the (trunk) source code? And, what are the *many* known problems? Regards -- Jesus, EA7DFH Beside the code that is not very clean, the main problem is the lack of true popup mamangement

Re: [Gambas-user] Post data and files

2010-07-29 Thread EA7DFH
El 29/07/10 18:24, Doriano Blengino escribió: jose ha scritto: hello everybody! Can you help?, how can I send datas and files to php from Gambas2 app? Dear Jose, you should be more specific... do you mean send data to a remote server running a php page? Consult the help:

Re: [Gambas-user] Bug in Gambas2 packager

2010-07-27 Thread EA7DFH
El 26/07/10 20:54, EA7DFH escribió: El 31/05/10 18:29, EA7DFH escribió: I filled this bug to launchpad. For those who are affected, please take a moment to add your own comment or subscribe on this bug. Perhaps we should make more pressure, ;-) https://bugs.launchpad.net/ubuntu/+source

Re: [Gambas-user] Bug in Gambas2 packager

2010-07-26 Thread EA7DFH
El 31/05/10 18:29, EA7DFH escribió: I filled this bug to launchpad. For those who are affected, please take a moment to add your own comment or subscribe on this bug. Perhaps we should make more pressure, ;-) https://bugs.launchpad.net/ubuntu/+source/gambas2/+bug/587957 Regards

Re: [Gambas-user] endoftheinternet.com

2010-07-25 Thread EA7DFH
El 25/07/10 02:56, Fabien Bodard escribió: lol it seem to be a joke ... intenet have no end... 2010/7/24 EA7DFH ea7...@ea7dfh.com: Hey, what's up? Surprised when testing Gambas 2.21... When I do open the Project-Create-Installation Package menu, in the Website field there is a pre

Re: [Gambas-user] Couple of Minor Bugs in Gambas3

2010-07-13 Thread EA7DFH
El 14/07/10 00:10, Benoît Minisini escribió: Hi all Benoît, I'd like to report some minor issues in Gambas3 IDE: * IDE Main Window doesn't remember maximized state on each restart. Apparently it works with KDE4. Which desktop do you use? * Tool windows (as debugging ones and

Re: [Gambas-user] Couple of Minor Bugs in Gambas3

2010-07-13 Thread EA7DFH
El 14/07/10 00:55, Benoît Minisini escribió: May be I'm using two monitors, extended desktop (main monitor on the left and secondary on the right side). Whatever the screen that is used as the last working one, there is no difference. Gambas 3 always opens in the left one, trying to fill the

Re: [Gambas-user] Bug in Gambas2 packager

2010-05-31 Thread EA7DFH
to know, so I was wrong. I will report this to the Ubuntu staff. Thanks! Regards -- Jesus, EA7DFH -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https

Re: [Gambas-user] Bug in Gambas2 packager

2010-05-31 Thread EA7DFH
El 31/05/10 17:19, EA7DFH escribió: El 31/05/10 00:11, Benoît Minisini escribió: ouch old bug from the ubuntu staff... tell them Yes. The name of a package is gambas2 followed by the name of the component, the points being replaced by dashes. So: gb.db.sqlite3 = gambas2-gb-db-sqlite3

[Gambas-user] Bug in Gambas2 packager

2010-05-30 Thread EA7DFH
, EA7DFH -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread EA7DFH
? Everything else works as expected so far, although I didn't tested it deeply. Regards -- Jesus, EA7DFH -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https

[Gambas-user] Gambas 3 Autocompleter - Slight issue

2010-05-27 Thread EA7DFH
the Gambas2 way :-) -- Jesus, EA7DFH -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Call control from one module

2010-05-13 Thread EA7DFH
I may be wrong, but generally it is considered a bad practice mixing GUI code with service code. It is a matter of encapsulation, and in OOP it is one of the most important feature. Yes, less code not always means easy code..., it's just my opinion and I'm not criticizing. Regards, Jesus l

Re: [Gambas-user] Gambas for windows, how?

2010-05-13 Thread EA7DFH
El 13/05/10 18:41, admhards...@yahoo.ca escribió: Ok you are right but I wanna developer an app for a customer in windows, because he doesn't know any debian, ubuntu, just windows Do you undestood me? Tomas Sent on the TELUS Mobility network with BlackBerry -Original Message-

Re: [Gambas-user] Several lines from a string in the code

2010-05-12 Thread EA7DFH
Try this: textarea1.text =bla,bla, bla, bla, bla, bla bla,bla,bla,bla,bla,bla,bla blab,bla Regards Jesus El 12/05/10 22:13, craf escribió: Hi. There is a way to display a string in the code by several lines?, ex textarea1.text =bla,bla, bla, bla, bla,

Re: [Gambas-user] Call control from one module

2010-05-12 Thread EA7DFH
El 13/05/10 00:08, Jussi Lahtinen escribió: Project properties -- Check: Form controls are public. Jussi On Thu, May 13, 2010 at 00:45, craf p...@vtr.net wrote: Hi. I need to call a control that is located on the main form from a module, for this I have dealt with the following code:

Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread EA7DFH
On 05/05/10 16:26, Benoît Minisini wrote: Il giorno mar, 04/05/2010 alle 11.54 +0200, Laurent Carlier ha scritto: Just built it fine here (arch64) Looking at the error, i guess something is rotten with your Qt4 installation, or got some corrupted memory/disk. Regards, No, nothing was

Re: [Gambas-user] Cannot load class 'Balloon'

2010-05-03 Thread EA7DFH
Fabien Bodard escribió: on ubuntu 10.04 work fine for me too have you tryed to remove the all the svn and start from scratch ? 2010/4/28 Matteo Pasotti matteo.paso...@gmail.com: Il 28/04/2010 19:04, charlesg ha scritto: Hi I fixed the balloon error by loading Ubuntu package

Re: [Gambas-user] Problem with PATH to shared library - part 2

2010-04-06 Thread EA7DFH
Doriano Blengino escribió: $ Tree opt my_project/ |-- gambas2 | | |-- bin | | | | |-- gbr2 | | | | `-- gbx2 | | | |-- lib | | | | `-- gambas2 | | | | |-- blah blah blah... | | `-- library_shared | | |-- lib | | |

Re: [Gambas-user] Problems with Library libffi.so.5 using GB_DIR

2010-04-06 Thread EA7DFH
craf escribió: -Mensaje original- De: Benoît Minisini gam...@users.sourceforge.net Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] Problems with Library

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread EA7DFH
Benoît Minisini escribió: So, to resume, the LostFocus() event is not working on Ubuntu 9.10 and with gb.qt only? Can someone else confirm? I didn't succeed in reproducing that with my own Ubuntu 9.10. No problems here with Ubuntu 9.10 32 bits and Gambas 2.20.1. Regards, Jesus

Re: [Gambas-user] calling back to the caller

2010-03-18 Thread EA7DFH
Charlie Reinl escribió: Salut, is it possible to run from a (gambas2) component, a Sub/Function of the component using the 'parent' program? Something parent.NewsFromMyComponent(TRUE) like I would do with public elements on a form: MyForm.NewsFromTheSecondForm(Me.Width) Do you mean

[Gambas-user] Bug: Unable to create packages

2010-03-10 Thread EA7DFH
Hi I got a Stack Overflow error when trying to create packages. I think it may be related to the new combobox_click behavior (again) in the groups selection wizard when content might load into combobox. Attached is a screenshot. Gambas2 #2783 Regards, Jesus inline:

Re: [Gambas-user] Bug: Unable to create packages

2010-03-10 Thread EA7DFH
Benoît Minisini escribió: Hi I got a Stack Overflow error when trying to create packages. I think it may be related to the new combobox_click behavior (again) in the groups selection wizard when content might load into combobox. Attached is a screenshot. Gambas2 #2783 Regards, Jesus

[Gambas-user] Possible bug in Translation Form (IDE)

2010-03-07 Thread EA7DFH
Hi Benoît In svn 2741 (Gambas2) I've got this error from the IDE when trying to open translation form: It is not possible to open translation file for 'Spanish(Spain)' language. FTranslate.UpdateOrg.1084: Null object Tested with several projects and all fail with the same error. Regards,

Re: [Gambas-user] Possible bug in Translation Form (IDE)

2010-03-07 Thread EA7DFH
Benoît Minisini escribió: i've the same error too ! 2010/3/7 EA7DFH ea7...@ea7dfh.com: Hi Benoît In svn 2741 (Gambas2) I've got this error from the IDE when trying to open translation form: It is not possible to open translation file for 'Spanish(Spain)' language. FTranslate.UpdateOrg

[Gambas-user] Unable to convert from Gambas2 to Gambas3

2010-03-07 Thread EA7DFH
Hi I have a project in Gambas2 which I want to import in Gambas3. When I open it in Gambs3 IDE I need to convert all forms, but I get this error message when trying to convert: Type Mismatch: Wanted FForm, got FTextEditor instead I think this isn't the expected behavior. gb3 #2745 Regards,

[Gambas-user] Arrangement in Frame Control

2010-03-06 Thread EA7DFH
Hi Why it is not implemented the 'Arrangement' property in the Frame control? I can't find a way to arrange its contents, even if I put Vbox or Hbox inside... Any advice? Regards, Jesus -- Download Intel#174;

Re: [Gambas-user] Where are the autopackage files

2010-03-05 Thread EA7DFH
M. Cs. escribió: I've tried to create the Autopackage file for my app, and although it says everything is O.K I cannot find the output file. I suppose it should have .package extension, isn't? Where is it? Do you mean Autotools? If so, it will placed where you did choosen at the previous page

[Gambas-user] Gambas3 Dock Widget in qt

2010-03-05 Thread EA7DFH
This is for Benoît :-) As far as I'm experimenting with latest Gambas3 snapshot, I haven't found a Dock Widget like in Qt Widgets (Qt Designer). Is it planned to do so? Thanks, Jesus -- Download Intel#174; Parallel

Re: [Gambas-user] Gambas3 Dock Widget in qt

2010-03-05 Thread EA7DFH
Fabien Bodard escribió: i think it is possible to make a componant in gambas for that ... you can try to do it if you want 2010/3/5 EA7DFH ea7...@ea7dfh.com: This is for Benoît :-) As far as I'm experimenting with latest Gambas3 snapshot, I haven't found a Dock Widget like in Qt Widgets

Re: [Gambas-user] Drawing Area

2010-02-25 Thread EA7DFH
Hi Doriano, I think there is no need to use Draw.Begin and Draw.End when drawings are triggered within the _Draw event. Good introduction, BTW. I'm not used to work with this event, what leads me to ask how to draw directly to a printer using this event, if possible at least. Regards, Jesús