Search found 1594 matches

by BruceSteers
Friday 11th September 2020 7:29pm
Forum: Component
Topic: TextEditor background
Replies: 4
Views: 4920

Re: TextEditor background

All praise the great Benoît :) In case anyone wanted the solution.. TextEditor1.Styles[Highlight.Background].Color = Color There's many other highlight options too. Pretty sure i can add to the wiki. Will try to add some info about the TextEditor to it. apparently gotta learn the wiki syntax first s...
by BruceSteers
Friday 11th September 2020 10:13am
Forum: General
Topic: Minimum window size?
Replies: 5
Views: 4966

Re: Minimum window size?

Thank you Cogier sadly now i've got a HSplt that's not initialising as it was and i can't seem to change it also i'm getting a segmentation error when closing the app :( I'll play some more and see if i can figure it out as i'm loving the way the form can't go any smaller. We need to ask Ben for a F...
by BruceSteers
Friday 11th September 2020 9:43am
Forum: Component
Topic: TextEditor background
Replies: 4
Views: 4920

Re: TextEditor background

Thanks cage , i tried with all combinations of gtk 2 & 3 and qt 4 & 5 and gb.gui the switcher , nada.

I might add it to the bugtracker..
by BruceSteers
Wednesday 9th September 2020 8:10pm
Forum: General
Topic: Minimum window size?
Replies: 5
Views: 4966

Minimum window size?

Hi all. Is it possible to set a minimum window size so the form cannot shrink below the size of not being able to render controls properly and pumping out error messages? I've tried using the Form_Resize() event to resize the window if it gets too small but it doesn't work. Public Sub Form_Resize() ...
by BruceSteers
Wednesday 9th September 2020 1:02pm
Forum: Component
Topic: TextEditor background
Replies: 4
Views: 4920

TextEditor background

Anyone know how to change the TextEditor controls background colour?

Setting the .background property seems to change the background behind the editor view but its main background colour remains white?

Cheers 🙂
by BruceSteers
Monday 7th September 2020 8:34pm
Forum: Project showcase
Topic: A project managing project
Replies: 7
Views: 8087

A project managing project

Currently building an app to manage all my Gambas projects. snapshot.png What it does... Given a folder containing any number of gambas project folders it runs through the folders finding any gambas projects '.project' file and gets some info about it, lists all the projects and shows their icons. A...
by BruceSteers
Monday 7th September 2020 9:28am
Forum: General
Topic: [Solved] Package as Appimage
Replies: 15
Views: 18202

Re: Package as Appimage

Not sure if it'd be possible. The gambas application says we compile a stand-alone app but it's not really. Still gonna need the gambas-runtime installed to run it and the components like gb.form and gb.image as well. Like a Windows .net app , it's not going to run without the .net runtime stuff ins...
by BruceSteers
Sunday 6th September 2020 7:20pm
Forum: General
Topic: Registering .gambas filetype without full install
Replies: 1
Views: 2297

Registering .gambas filetype without full install

Hi. I've been testing my apps on systems without the main Gambas3 package installed. Using a minimum requirement installer script that only installs the gambas components required by the app and the gambas runtime. I've noticed if i 'apt-get install gamas3' something in the complete package installa...
by BruceSteers
Friday 4th September 2020 6:25pm
Forum: General
Topic: Menu help
Replies: 7
Views: 6167

Re: Menu help

Phew.. I've been 2 days trying to figure this out lol. I finally found a fix. Still not sure I'm doing it right but it's working now at least. I don't get the error if i don't use the 'Write' parameter when opening the pipe. But without using the Write arg the pipe would hang. So , found if I 'Shell...
by BruceSteers
Friday 4th September 2020 5:53pm
Forum: General
Topic: Menu help
Replies: 7
Views: 6167

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...