Search found 1575 matches

by BruceSteers
Friday 4th September 2020 5:53pm
Forum: General
Topic: Menu help
Replies: 7
Views: 6139

Re: Menu help

It would help if the code you posted actually ran. The 'Sep', 'frm' & 'MFlags' are not setup. I think it's an ide bug. I just made a test script to post with full source for and found the menu works as expected, both main and popup working when running the exe with a script. Through the ide, se...
by BruceSteers
Friday 4th September 2020 4:57pm
Forum: General
Topic: Menu help
Replies: 7
Views: 6139

Re: Menu help

It would help if the code you posted actually ran. The 'Sep', 'frm' & 'MFlags' are not setup. I think it's an ide bug. I just made a test script to post with full source for and found the menu works as expected, both main and popup working when running the exe with a script. Through the ide, se...
by BruceSteers
Friday 4th September 2020 10:01am
Forum: General
Topic: Menu help
Replies: 7
Views: 6139

Re: Menu help

Didn't know there was a bugtracker.

Wasn't sure if i'd found a bug or was doing something wrong. thought I'd ask the experts first ;)
by BruceSteers
Thursday 3rd September 2020 10:07pm
Forum: General
Topic: Menu help
Replies: 7
Views: 6139

Menu help

Hi folks :) I'm adding menu's to Gform and i have a problem :( the following code works , i pass the arguments menu name|parent to attach to|Menu Text|flags I create the first menu using this function and give it no parent name so it attaches top level to the form Then the next menu i pass the first...
by BruceSteers
Wednesday 2nd September 2020 10:28pm
Forum: General
Topic: Any issues upgrading to Gambas 3.15 stable in Mint 19.3?
Replies: 13
Views: 11814

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

I just upgraded to 3.15 , for about 30 minutes. Initially i was ready to give it a go , wasn't too keen on what they've done with the run button and adding arguments for testing but meh, i'd get over it. But then.... Before i got too into the new IDE features i rebooted out of Debian where i'd upgra...
by BruceSteers
Tuesday 1st September 2020 5:01pm
Forum: General
Topic: What's going on with increasing exe filesize?
Replies: 4
Views: 4241

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

You're welcome :) I agree , it was good to know and worth sharing i thought for those who didn't know, I wish i'd known it before. It certainly has a plus side though. i've now realised i can make my app show some help texts using some text files i've put in the source folder , now after the app is ...
by BruceSteers
Monday 31st August 2020 4:12pm
Forum: General
Topic: What's going on with increasing exe filesize?
Replies: 4
Views: 4241

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

Cleared all the images, help files, scripts out of the folder and just left the GForm code Now the executable filesize has gone from 600k to 22.1k Wow. There's a lesson for us all So each time i renamed the exe to just GForm the next compilation would add the GForm exe to the GForm.gambas exe adding...
by BruceSteers
Monday 31st August 2020 4:06pm
Forum: General
Topic: What's going on with increasing exe filesize?
Replies: 4
Views: 4241

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

Answering my own question here.

Just read this in the Gambas beginers guide...

"The Gambas
archiver transforms the entire project directory structure into a standalone
executable."

Now i did not know that , better clear everything out of the folder that's not code i guess :-\
by BruceSteers
Monday 31st August 2020 12:32pm
Forum: General
Topic: What's going on with increasing exe filesize?
Replies: 4
Views: 4241

What's going on with increasing exe filesize?

So here's me scenario... That GForm app i've made i didn't want/need the cumbersome .gambas on the end of it so i rename it to just GForm. Then... When i recompile the GForm.gambas exe while the GForm exe exists in the folder my new exe becomes larger ??? When i say larger it got up to 26mb , just t...
by BruceSteers
Monday 31st August 2020 6:32am
Forum: Project showcase
Topic: GForm , zenity like gui maker for shell scripts using pipe to talk to script.
Replies: 10
Views: 25808

Re: GForm , zenity like gui maker for shell scripts using pipe to talk to script.

Stock Icons anyone? So i found my large file size issue was not because of the stock icons component added. Then removed. So I've added it again :) Now if you type GForm geticons you get this... GForm-geticons.png That shows all the available stock icons and their names. then knowing the name you ca...