Re: [Gambas-user] help with ListView code?

2017-07-27 Thread mikeB
Greetings all, I've got a Listview (set as Column view) with 2 columns that I'm using for testing so I might understand how all this works so can add it to a project. testCode.. With listview1 .Clear .Resizable = True .Columns.Count =

Re: [Gambas-user] Trouble with CSVFile Component

2017-07-27 Thread Mark Walters
Nope. Told ya I was a newb. 20+ years ago I used to do a lot of work in VB, and especially VBA. It's been a while, and my programming muscles have atrophied a bit. And while Gambas feels very familiar, it's also quite different, and I'm still acclimating to it. Thanks for your help :-) On Th

Re: [Gambas-user] Trouble with CSVFile Component

2017-07-27 Thread Tony Morehen
Did you add gb.utils component to your project? Project->Properties->Components & check gb.utils On 2017-07-27 07:10 PM, markwalt wrote: Hi guys, I'm trying to write a very simple program that pulls in one CSV File, and spits out another, based on what's inside the file. I see from the Wiki

[Gambas-user] Trouble with CSVFile Component

2017-07-27 Thread markwalt
Hi guys, I'm trying to write a very simple program that pulls in one CSV File, and spits out another, based on what's inside the file. I see from the Wiki that there's a function for that, in the db.utils component. However, using the very sparse example provided, I'm getting errors. I'm using

[Gambas-user] since are available SQLrequest?

2017-07-27 Thread PICCORO McKAY Lenz
i see that in wiki, http://gambaswiki.org/wiki/comp/gb.db/sqlrequest since are available that? there its available for gambas 3.1? -- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com -- Check out the vibrant

[Gambas-user] sqlite connectin absolute path doe snto work!?

2017-07-27 Thread PICCORO McKAY Lenz
if i used absolute path in con.host or con.name without define the other (by example, define con.name but not con.host) datbase connection does not opened for slite3 documentation said that only need to define one of those Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com

Re: [Gambas-user] [Gambas Bug Tracker] Bug #1129: lybrary extern return illegal instruction

2017-07-27 Thread Jussi Lahtinen
How is the function called in C? Jussi On Thu, Jul 27, 2017 at 9:18 AM, wrote: > http://gambaswiki.org/bugtracker/edit?object=BUG.1129&from=L21haW4- > > Philippe BIENVAULT reported a new bug. > > Summary > --- > > lybrary extern return illegal instruction > > Type : Bug > Prior

Re: [Gambas-user] Weather app in Software Farm

2017-07-27 Thread Tony Morehen
Hi Charlie, I just published a new version of gbWeather. Changes include: 1) No editing is done to the location name, except for the Trim() you suggested. 2) LocationID is now used for both OpenWeather and Yahoo Weather lookups. That means changes to location after the locationid has been

Re: [Gambas-user] Weather app in Software Farm

2017-07-27 Thread Charlie
I have tried out the latest version 0.1.9 and it worked on Mint 18 and the TryIcon is fine. I put in my location and it finds it but I notice that Line 98 in Config.class: - *Settings["Default/Location"] = Replace(txtLocation.Text, " ", "")* takes out any spaces so Saint Peter Port becomes SaintP