Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread Fabien Bodard
2011/12/14 Caveat gam...@caveat.demon.co.uk: Hi, I have a program that compares small binary files (either 1k or 4k so really quite small files!). The program builds the GUI based on whether the user has chosen to view the data from a Mifare 1k card or a Mifare 4k card. Problem is that

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread Caveat
But tableview doesn't appear to be editable either... there's no read-only attribute, no editable attribute... so ? On Wed, 2011-12-14 at 18:06 +0100, Fabien Bodard wrote: 2011/12/14 Caveat gam...@caveat.demon.co.uk: Hi, I have a program that compares small binary files (either 1k or 4k so

[Gambas-user] Help in sending sms

2011-12-14 Thread herberth guzman
Greetings all, I want to implement in my program sending text messages (sms) to mobile number of store manager reporting cash income of the day but not if I can help do this because I tried and I could not and need help please. In a text box I put the cell phone number in another the message data

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread Benoît Minisini
Le 14/12/2011 15:59, Caveat a écrit : Hi, I have a program that compares small binary files (either 1k or 4k so really quite small files!). The program builds the GUI based on whether the user has chosen to view the data from a Mifare 1k card or a Mifare 4k card. Problem is that when

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread Caveat
Thanks Benoit, that was the missing piece of the puzzle! Now the program is working great! I kind of thought 8000+ textboxes was a little overkill, but I didn't expect it to be quite so slow... Thanks again Caveat On Wed, 2011-12-14 at 19:29 +0100, Benoît Minisini wrote: Le 14/12/2011 15:59,

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread John Spikowski
On Wed, 2011-12-14 at 19:40 +0100, Caveat wrote: Thanks Benoit, that was the missing piece of the puzzle! Now the program is working great! I kind of thought 8000+ textboxes was a little overkill, but I didn't expect it to be quite so slow... That is like drawing your own fonts because

Re: [Gambas-user] Help in sending sms

2011-12-14 Thread nando
I have heard connecting (usb) a computer to a smartphone and using the smartphone to do the SMS work is one way. -- Original Message --- From: tobias tobiasb...@web.de To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Wed, 14 Dec 2011 19:00:06 +0100

Re: [Gambas-user] Help in sending sms

2011-12-14 Thread Randall Morgan
You can also use a service provider like Yahoo, MSN, and others. Just google their SMS API's. Then your app simply needs to send the proper info over a web connection to the service. Randall On Wed, Dec 14, 2011 at 11:51 AM, nando nand...@nothingsimple.com wrote: I have heard connecting (usb)

Re: [Gambas-user] Gambas-user Digest, Vol 67, Issue 12

2011-12-14 Thread herberth guzman
Greetings, I need to send a text message to a cell phone from gambas3, and I can not, can help me please. -- Cloud Computing - Latest Buzzword or a Glimpse of the Future? This paper surveys cloud computing today: What are

[Gambas-user] send a text message to a cell phone

2011-12-14 Thread herberth guzman
Greetings, I need to send a text message to a cell phone from gambas3, and I can not, can help me please. -- Cloud Computing - Latest Buzzword or a Glimpse of the Future? This paper surveys cloud computing today: What are

Re: [Gambas-user] send a text message to a cell phone

2011-12-14 Thread Jesus
El 14/12/11 23:03, herberth guzman escribió: Greetings, I need to send a text message to a cell phone from gambas3, and I can not, can help me please. -- Cloud Computing - Latest Buzzword or a Glimpse of the Future?

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread Caveat
Hi Benoit Pretty sure I'm using gtk. Project has gb.gui selected so afaict it should be selecting gtk (I don't run KDE here). For a 1k card, the program was taking about 6 seconds or so to draw the GUI. For the 4k card, it was taking about 1.5 minutes (that's 15x as long), when I would have

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread Caveat
Benoit, I decided to test against qt and gtk+ by selecting them manually from the Project Properties, Components. If I select gb.qt4, the '4k GUI' builds in just 3 seconds! The '1k GUI' takes less than 1/2 a second. With gb.gtk+ (or gb.gui which is auto-selecting gtk+ afaict), the same '4k

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread John Spikowski
On Thu, 2011-12-15 at 00:44 +0100, Caveat wrote: Despite the unhelpful and sarcastic comments of some members (OK, one!) What amazes me is that you see nothing wrong with your design. On a positive note, it's good to have folks pushing Gambas to the limits.

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread Caveat
What amazes me is that you see nothing wrong with your design That's untrue, I do see the design as a little unwieldy. And sometimes, poor designs just grow out of what may have been a nice idea at the start... I certainly didn't start out with the intention of having 8000+ controls. You

Re: [Gambas-user] Gambas-user Digest, Vol 67, Issue 13

2011-12-14 Thread herberth guzman
Thank you to those who have helped me solve my problem but I read about it but I can not, I have seen that in java if you can but not if it would work in prawns, in the last would leave by sending an email but what need is to send him to a cell phone. 2011/12/14,

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread Benoît Minisini
Le 15/12/2011 01:19, Caveat a écrit : Benoit, I decided to test against qt and gtk+ by selecting them manually from the Project Properties, Components. If I select gb.qt4, the '4k GUI' builds in just 3 seconds! The '1k GUI' takes less than 1/2 a second. With gb.gtk+ (or gb.gui which is

Re: [Gambas-user] Big Gambas3 slowdown on hex edit / compare program

2011-12-14 Thread Benoît Minisini
Le 15/12/2011 03:42, Benoît Minisini a écrit : Le 15/12/2011 01:19, Caveat a écrit : Benoit, I decided to test against qt and gtk+ by selecting them manually from the Project Properties, Components. If I select gb.qt4, the '4k GUI' builds in just 3 seconds! The '1k GUI' takes less than 1/2