Re: [Gambas-user] Error after project is compiled

2010-10-15 Thread Jason Hackney
I'm going to have to get back with you on this. That machine is having other problems as well as this--I am considering a full re-install of the OS. By the way, all of my other projects on that machine compile to an executable and run without a hitch. So, I'm not sure why it's just this one. Juss

Re: [Gambas-user] Error after project is compiled

2010-09-20 Thread Jason Hackney
2010/9/20 Benoît Minisini ... > Send your project. > > Attached. jiggler.tar.gz Description: GNU Zip compressed data -- Start uncovering the many advantages of virtual appliances and start using them to simplify applica

[Gambas-user] Error after project is compiled

2010-09-20 Thread Jason Hackney
OK, I think this is a problem with my setup or the OS, but I need help finding the source. I just downloaded build 3230. It's installed and running fine. When I open my project in the IDE and run it, it runs well and exits normally. When I navigate to PROJECT -> MAKE -> EXECUTABLE, everything seem

Re: [Gambas-user] GridEditor

2009-06-23 Thread Jason Hackney
Wow, thanks for the expedient response, Benoît! -- Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another r

Re: [Gambas-user] GridEditor

2009-06-23 Thread Jason Hackney
Attached is the code that will cause the Sig11. This is the error I'm seeing: (testGridEditor:14683): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3 (testGridEditor:14683): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text != NULL' failed

Re: [Gambas-user] GridEditor

2009-06-22 Thread Jason Hackney
Attached is the relevant code/database. It's all very small. Essentially, I'm trying to decipher how GridEditor works--so I've added some notes to the source while I pick through it. I figured out the signal 11, it was in the SQL I was successfully malforming. :-) -jason > > >> I could further

[Gambas-user] GridEditor

2009-06-21 Thread Jason Hackney
I know I'm beating this up, but I am getting incredibly frustrated trying to figure out how this thing works. Gambas 2.12 / Ubuntu 8.10 The first image is with gb.qt & gb.qt.ext components enabled (gtk disabled). - I only see a partial toolbar and no grid displays. The second image is with gb.g

Re: [Gambas-user] EXEC vs. SHELL

2009-06-17 Thread Jason Hackney
What Doriano typed only needs some minor touching up. I'd be happy to assist with any English cleanup for that or anything further...however, being rather pressed for time at the moment, I may not be able to get to it until late tomorrow evening. > > As to your English, we might ask some native sp

Re: [Gambas-user] gb.qt.kde.html

2009-06-10 Thread Jason Hackney
You can read the link a user clicks on with the .link property. Not sure if it can be read before clicking on it though. Or, the .path property... says it returns or sets the URL displayed by the browser. Not sure if either of those is what you're looking for. Not sure about the other question. Yo

Re: [Gambas-user] clipboard

2009-06-09 Thread Jason Hackney
Beren, I don't know if you're absolutely tied to GTK or non-KDE libraries, but this may help if you are considering inserting a browser into your project: http://www.gambasdoc.org/help/comp/gb.qt.kde.html/webbrowser -j-

[Gambas-user] SQLite with GridEditor

2009-05-29 Thread Jason Hackney
Anybody using these two together? I made an ultra-simple SQLite database to help me pick through and learn what GridEditor does. When I get to: [FTest] with grid ... .open [DBGridEditor & DBConnection] I get "Query Failed: SQL error or missing database." and it doesn't occur until $conn.Roll

Re: [Gambas-user] Installing GridEditor Component

2009-04-19 Thread Jason Hackney
I figured out what happened here... ~/.local/lib/gambas2/GridEditor.component ~/.local/share/gambas2/info/GridEditor.list these were linked to: ~/Documents/source/GridEditor/.component ~/Documents/source/GridEditor/GridEditor.gambas which was there because I copied my home directory from a prev

[Gambas-user] Installing GridEditor Component

2009-04-16 Thread Jason Hackney
I'm having a bit of trouble getting the GridEditor component intsalled into 2.7. Followed the directions at Gareth's site ( http://gambasrad.org/software/gambas-grideditor/documentation/how-to/installing-grideditor ). The project compiles without errors. Make -> Executable goes through the messag

Re: [Gambas-user] Compiling Error

2009-04-11 Thread Jason Hackney
Thanks, Benoît. :-) -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com __

[Gambas-user] Compiling Error

2009-04-10 Thread Jason Hackney
reconf and configure work, but running make gives me this: make[4]: Entering directory `/home/hackney/trunk/gb.db.odbc/src' make[4]: Leaving directory `/home/hackney/trunk/gb.db.odbc/src' make[3]: Leaving directory `/home/hackney/trunk/gb.db.odbc' make[2]: Leaving directory `/home/hackney/trunk/gb

[Gambas-user] HTML in Text Label

2009-03-10 Thread Jason Hackney
I'm trying to insert some basic HTML into a text label and from the docs, "" should work, but it displays the text . Meanwhile , , etc. seems to work well. Also, TextLabel1.alignment = 3 has the result I want. Am I missing something? Jason -

Re: [Gambas-user] Grideditor

2009-01-11 Thread Jason Hackney
Uhh ... obviously I didn't make it past this part, "Tick the Box and click Ok" when installing. The other bits I'm having trouble with I need to iron out. Thanks! -- Check out the new SourceForge.net Marketplace. It is th

Re: [Gambas-user] Grideditor

2009-01-11 Thread Jason Hackney
could write us a tutorial? > > Maybe benoit can come up with a simple frame work we can put these examples > in > and it can be included with the one I posted. > > Regards > > Richard > > > > :) > > > > Gareth. > > > > > > - Original

Re: [Gambas-user] Grideditor

2009-01-11 Thread Jason Hackney
Oh yeah, I was wondering if there was any status update regarding if/when it will be included in the IDE. Sorry about hitting "reply-all" on the last post. ;-) -- Check out the new SourceForge.net Marketplace. It is the be

Re: [Gambas-user] 1795

2009-01-11 Thread Jason Hackney
Uh... disregard. Made the mistake of thinking a Debian package was interchangeable with an Ubuntu package. Got it fixed. -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for jus

[Gambas-user] 1795

2009-01-11 Thread Jason Hackney
Do we still have to downgrade libtool to compile the latest snapshot? I have been able to compile 1794 using the downgraded libtool, but tried 1795 today and now I'm getting very strange messages from 'make': make all-recursive make[1]: Entering directory `/home/hackney/trunk' Making all in main

[Gambas-user] Grideditor

2009-01-10 Thread Jason Hackney
Is anyone using GridEditor with the latest SVN? -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB

[Gambas-user] Gambas SVN download/compile

2009-01-10 Thread Jason Hackney
On the off chance that someone other than myself would like to automate downloading the source from SVN and compiling, I've attached a bash script that does it for Ubuntu 8.10. I have had to do it a number of times in the past couple days so I figured I'd put together a relatively crude script. So

Re: [Gambas-user] TableView Editing

2009-01-03 Thread Jason Hackney
> Just wondered if the TAB functionality was a feature or a bug? Or possibly > something that has been addressed more recently. > This happens in qt and gtk. -- ___ Gambas-user m

[Gambas-user] TableView Editing

2009-01-03 Thread Jason Hackney
Gambas 2.8... I've slightly modified Fabien's example posted on August 13, 2008. 1) I'm getting a "Null Object" when attempting to execute the following line inside a TableView Click event: TableView1.Edit(["a", "b", "c", "d"], FALSE) 2) Say I click on Col 0, Row 0. The contents of that cell ar

Re: [Gambas-user] how to edit data in table view

2008-12-24 Thread Jason Hackney
I know this is a few months on now, but I was wondering if anybody has downloaded Fabien's project? I tried running it but, still don't have the ability to edit the TableView. I created a new project (using Gambas 2.8) and copied the source of FMain.class into my project and created what I assumed

Re: [Gambas-user] Base Conversion

2008-11-16 Thread Jason Hackney
As Integer, D As Long, C As String, E As Integer > Num10 = 0 > > E = Len(Num36) > For I = E To 1 Step -1 >C = UCase$(MID$(Num36, I, 1)) >If C >= "A" And C <= "Z" Then > D = ASc(C) - 55 >ElseIf C >= "0" And C <= &quo

[Gambas-user] Base Conversion

2008-11-16 Thread Jason Hackney
A cursory look through the docs didn't turn up anything... Is there a function to convert base, say base 10 to base 36? Or base 16 to base 36. I want to get to base 36 from either base10 or base16. It shouldn't be too difficult to hack something together, but was wondering if I'm overlooking somet

Re: [Gambas-user] Nice book of Gambas

2008-09-03 Thread Jason Hackney
Looks like Ron_1st already covered most of my thoughts :-) - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand priz

Re: [Gambas-user] Nice book of Gambas

2008-09-03 Thread Jason Hackney
I'm not certain how much the publisher cares. Feel free to let me know if this has already been hashed over. Excerpt from page 2 of the book: "All rights reserved. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional pur

Re: [Gambas-user] Drawing Persistence

2008-08-31 Thread Jason Hackney
Hey Rob, thanks for the direction. Got it working now. I was confusing how clear, cached, and refresh work with each other. I think I got 'em all set now. :-) Cheers. > You want the Cached property. > > http://www.gambasdoc.org/help/comp/gb.qt/drawingarea/cached > > Rob -

[Gambas-user] Drawing Persistence

2008-08-31 Thread Jason Hackney
How do you make an image in the Drawing Area persistent? That is, I draw a box. Then open a popup (which appears directly over my drawing). Close the popup when I'm done and parts of my drawing (which were covered by the popup) are blanked out--needing to be redrawn by calling the initial drawing

Re: [Gambas-user] Nice book of Gambas

2008-08-31 Thread Jason Hackney
First of all, I bought this book. Mr. Rittinghouse obviously worked very hard on it and I felt he deserves a little something for his effort. Does anyone know if Mr. Rittinghouse plans on releasing an updated version of this book? There are inconsistencies, errors, and just plain outdated informat

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Jason Hackney
Thank you. Obviously I overlooked that one. Your humble servant ;-) Jason On Sat, Aug 16, 2008 at 2:10 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > Hi Jason, > > I found the problem. It is yours not Benoit's :-) > > txtBaggageWeight is stored wrong value. The propably right sub is > following.

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Jason Hackney
I am a most humble user as well :-) I do appreciate the input from testing however, it can lead me in the right direction. On Sat, Aug 16, 2008 at 12:37 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > Hi, > > I tested project in Gambas 2.7 SUSE 10.3 x86 and I did not get stack error > or any others.

Re: [Gambas-user] Stack Overflow

2008-08-15 Thread Jason Hackney
> I'm getting a stack overflow error when running the attached application. > I'm not sure how to resolve this. > > Basically, uncomment the code in question (a quick search for "baggage" > will find the section), then on the form that runs, attempt to change the > Baggage text field. What I don't