Re: [Gambas-user] fastest way to zero-out a huge binary file

2010-01-24 Thread Doriano Blengino
kevinfishburne ha scritto: Kadaitcha Man wrote: Have you tried using a Long instead of an Integer? runs and hides :) Haha, that gave me a good laugh. When I discovered the bug was just me being a jackass I practically did the Snoopy dance I was so overjoyed. Simple problems

[Gambas-user] fastest way to zero-out a huge binary: Signal #11

2010-01-24 Thread Pino Zollo
Il domenica 24 gennaio 2010 03:23:20 gambas-user-requ...@lists.sourceforge.net ha scritto: perform this shell command: dd if=/dev/zero of=Elevation.tmp bs=65537 count=65537 This is the absolute fastest way to do it. Tried this: dd if=/dev/zero of=bigfile.tmp bs=65537 count=65537 and the

Re: [Gambas-user] output to open office files

2010-01-24 Thread Robert JUHASZ
Hi, Thanks for the ideas. I checked some but not yet found my solution. To make a link between .csv and an .ods behaves very strange: most of the time I browse the file to link but the OK button doesn't become enabled. I succeeded with one .xls file (not with all!) and I even cannot see the

[Gambas-user] TableView modification

2010-01-24 Thread Olivier Cruilles
Hi all, In a new project, I'm developing some Sqlite request and I use a TableView1 to display all the results of SQL requests. To be more flexible, I use the TableView1_ColumnClick(Column AS Integer) event to sort the clicked column. All this operation is ok for the moment and the

Re: [Gambas-user] 2625 build Can't load class 'Main' error

2010-01-24 Thread Benoît Minisini
Here you go. Thanks: I think I got it with that. Try the revision #2629, by reconfiguring and recompiling everything. It should work now. It was a matter of directory installation order. Regards, -- Benoît Minisini

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-24 Thread Benoît Minisini
I found another problem with the db manager . when I set the default value of a field of a table for sqlite3 , for example the field name log_status and the default value ACTIVE . when a new record is created the log_status field show ACTIVE the double quote sign is included when it's

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-24 Thread Benoît Minisini
1. after you open the database manager , at the top right you will see red close button (to close the tab) click on it , it will close the whole ide when it not suppose to be Sorry, I can't reproduce the bug. When I click on the red close button, it only closes the tab, not the whole IDE.

Re: [Gambas-user] 2625 build Can't load class 'Main' error

2010-01-24 Thread Benoît Minisini
Same result using r2636. Try revision #2637, I actually didn't fix the bug I talked about in #2636! Regards, -- Benoît Minisini -- Throughout its 18-year history, RSA Conference consistently attracts the world's

Re: [Gambas-user] 2625 build Can't load class 'Main' error

2010-01-24 Thread Zach Smith
Try revision #2637, I actually didn't fix the bug I talked about in #2636! That worked. Thanks Benoît. -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the

Re: [Gambas-user] 2625 build Can't load class 'Main' error

2010-01-24 Thread richard terry
On Monday 25 January 2010 01:25:39 Benoît Minisini wrote: Here you go. Thanks: I think I got it with that. Try the revision #2629, by reconfiguring and recompiling everything. It should work now. It was a matter of directory installation order. Regards, Reportint that 2637 build is

Re: [Gambas-user] fastest way to zero-out a huge binary file

2010-01-24 Thread Simonart Dominique
Hi, I've just a crude idea and know nothing more on this subject! If you assume that each value in your big array is a color value instead of an integer, may be you can find some graphic effect wich simulate your algorithm. It seems to me that it's like to find an intermediate color between 2

[Gambas-user] Tabbing between DataControls inside DataSource?

2010-01-24 Thread Bill Richman
I can't seem to figure out how to do this. I downloaded the tabbing example project someone posted a while back (with text boxes you can tab between) and it works fine. In my DataSource container, though, hitting tab in a DataControl just inserts a tab (or a bunch of spaces - not sure which). I

Re: [Gambas-user] Gambas program works in IDE, but fails when installed as a package

2010-01-24 Thread Bill Richman
Okay - I'm probably an idiot. I built Gambas 2.19 on my Intrepid machine and compiled this project with it, but I forgot that I'd probably have to update the runtime files to 2.19 on my machine and the Hardy machine to match. *sigh. Now I just need to figure out how to do that. Suggestions

Re: [Gambas-user] Gambas program works in IDE, but fails when installed as a package

2010-01-24 Thread Benoît Minisini
Okay - I'm probably an idiot. I built Gambas 2.19 on my Intrepid machine and compiled this project with it, but I forgot that I'd probably have to update the runtime files to 2.19 on my machine and the Hardy machine to match. *sigh. Now I just need to figure out how to do that.

[Gambas-user] Gambas program works in IDE, but fails when installed as a package

2010-01-24 Thread Bill Richman
I'm sure you're getting tired of hearing from me by now, but I just built an Ubuntu install file of my project, copied it to my friend's machine, and installed it. The installation didn't show any errors, and the previous version worked as expected, but this time I get This application has

Re: [Gambas-user] Gambas program works in IDE, but fails when installed as a package

2010-01-24 Thread Bill Richman
Thanks. I built Gambas 2.19 from source on my development machine already; that's what I've been working in. Would I have to take additional steps to update the runtime files on the _same_ machine to match the versions in the IDE? Bill Richman - Lincoln, Nebraska Tilter at windmills, maker