Search found 68 matches

by sjsepan
Monday 31st August 2020 5:31pm
Forum: General
Topic: What's going on with increasing exe filesize?
Replies: 4
Views: 4189

Re: What's going on with increasing exe filesize?

Good to know! Thanks,
SteveS
by sjsepan
Saturday 1st August 2020 9:09pm
Forum: General
Topic: Any issues upgrading to Gambas 3.15 stable in Mint 19.3?
Replies: 13
Views: 11678

Re: Any issues upgrading to Gambas 3.15 stable in Mint 19.3?

Thanks for the upgrade info; I tried it again your way and I am happy so far, except for a warning similar to yours --Steve S (GambasGuiGeneric:56871): Gtk-WARNING **: 17:03:30.481: for_size smaller than min-size (16 < 17) while measuring gadget (node button , owner GtkScrollbar) (GambasGuiGeneric:5...
by sjsepan
Monday 20th July 2020 12:13pm
Forum: General
Topic: Upgrade to Ubuntu 20.04 broke Gambas
Replies: 4
Views: 5200

Re: Upgrade to Ubuntu 20.04 broke Gambas

Well, I'm glad you did , because I saw the library warning in my projects -- just haven't gone back to deal with them yet. And I didn't know about the Qt4 change in 20.04, and now I do. Thanks to you and the others. Steve S I'm sorry I'm not back sooner. I haven't received any notification of reply ...
by sjsepan
Friday 17th July 2020 11:39pm
Forum: Lounge
Topic: Gambas 3.15 is out
Replies: 2
Views: 4525

Re: Gambas 3.15 is out

Wish I'd seen this first. I upgraded my Linux Mint from 19.3 to 20 this week, have everything running OK, saw that Gambas 3.14.3 was in the repository (the Mint upgrade process had me remove it during), and installed that -- no issues. Saw today that 3.15 was out and added the gambas-team PPA, and l...
by sjsepan
Sunday 26th April 2020 3:04pm
Forum: Component
Topic: Drop & Drag within a Treeview
Replies: 6
Views: 9518

Re: Drop & Drag within a Treeview

OK, never used it yet myself, and after trying, I was starting to come to the conclusion that Drag/Drop would work between controls (like you did with the listboxes), but not within one treeview control. I just could not see a way to get the destination item. Anyway, I had to admit defeat. Hope you ...
by sjsepan
Friday 24th April 2020 3:41pm
Forum: Component
Topic: Drop & Drag within a Treeview
Replies: 6
Views: 9518

Re: Drop & Drag within a Treeview

Just so that I understand, you indicated initially that the Drop event did not seem to be firing, right? The problem is that the Drop event does not seem to be activating for the treeview ? I do see what looks like a Drop event activation, in the 3rd event in the sequence caused by dragging item20 o...
by sjsepan
Thursday 23rd April 2020 2:20pm
Forum: Component
Topic: Drop & Drag within a Treeview
Replies: 6
Views: 9518

Re: Drop & Drag within a Treeview

Quin, Started to take a look at this today. In order to see what events are firing and in what sequence, I made some mods to part of the code; using the event name so my slow brain can pick out the info easier, and outputting the sequence to the Console window so I can see the history of the events:...
by sjsepan
Tuesday 28th January 2020 1:12pm
Forum: General
Topic: A Dirty Guide to OOP #1
Replies: 18
Views: 20238

Re: A Dirty Guide to OOP #1

BTW, the syntax you may need probably looks like... Thanks Steve, I have now updated the post with this syntax. I tried to download your project but it is missing the library: GambasAppUtilityLib ...which I think you will find in your: /usr/lib/Gambas3/stephensepan directory That project is also ou...
by sjsepan
Monday 27th January 2020 8:33pm
Forum: General
Topic: A Dirty Guide to OOP #1
Replies: 18
Views: 20238

Re: A Dirty Guide to OOP #1

Hi SteveD, Like the guide so far. BTW, the syntax you may need probably looks like... ' Gambas class file Class clsVeggie Inherits clsFruit ...because that's how I got my Dock and Anchor classes to inherit from DockAnchorBase in my DockAnchor library. SteveS https://github.com/ssepan2/DockAnchor ___...
by sjsepan
Saturday 18th January 2020 11:09pm
Forum: Project showcase
Topic: Plotting GPS tracks with gb.Map
Replies: 1
Views: 4073

Re: Plotting GPS tracks with gb.Map

Nice ... Thanks!