Search found 1113 matches

by cogier
Sunday 15th December 2019 1:01pm
Forum: General
Topic: using the progressbar ... foreground color
Replies: 8
Views: 10518

Re: using the progressbar ... foreground color

Did you ever get a response on that bug report Cogier?
Nope! nothing. If you look at the mailing list in January 2019 here you will see it was ignored.
by cogier
Saturday 14th December 2019 10:35am
Forum: General
Topic: Gridview borders
Replies: 14
Views: 19708

Re: Gridview borders

Might work for a panel, but does not seem to do what I want for picture boxes.
See attached, same as before but with a PictureBox. If this is not what you are looking for please elaborate.

Image
Test1.tar.gz
(34.12 KiB) Downloaded 453 times
by cogier
Wednesday 11th December 2019 2:47pm
Forum: General
Topic: Gridview borders
Replies: 14
Views: 19708

Re: Gridview borders

I have had a look at this and I think the property to use is 'Padding'

Have a look at the attached (4 lines of code)

Image
Test1.tar.gz
(12.47 KiB) Downloaded 450 times
by cogier
Tuesday 10th December 2019 2:13pm
Forum: Project showcase
Topic: Simple File Cabinet
Replies: 9
Views: 10765

Re: Simple File Cabinet

Hi cage. Here is my 2 pence worth, or in your case 'cents'. I have made all the forms expandable added the logo to FMain form so it shows in the taskbar. The only other issue that I noticed was the use of the word 'Exit' I kept thinking that would exit the program. I think 'Close' might be better. O...
by cogier
Tuesday 10th December 2019 2:03pm
Forum: General
Topic: How to display a round object?
Replies: 15
Views: 16281

Re: How to display a round object?

That's the trouble people doesn't speak proper no more! :D
by cogier
Sunday 8th December 2019 11:44am
Forum: Web
Topic: ssh from gambas on linux
Replies: 5
Views: 14147

Re: ssh from gambas on linux

If you are looking to download something from the net then there is the component gb.net.curl.

If you would like an example then have a look at 'Your_Location' on the Farm or available here. It gets information about your location from your IP address.
by cogier
Sunday 8th December 2019 11:30am
Forum: General
Topic: Rich text editor
Replies: 7
Views: 8089

Re: Rich text editor

OK I have had another go with this. This version here uses a TextLabel but it only works with 'qt' and, for whatever reason, not with 'gtk'. I am not sure that this is exactly what you were looking for as you have to edit in a different area, but I hope it helps :D The commands you can use are shown...
by cogier
Saturday 7th December 2019 3:57pm
Forum: General
Topic: Rich text editor
Replies: 7
Views: 8089

Re: Rich text editor

I have tested the program with qt5 and it works OK.

Let us know if this works for you.

Image
by cogier
Friday 6th December 2019 4:10pm
Forum: General
Topic: Rich text editor
Replies: 7
Views: 8089

Re: Rich text editor

Hi seany and welcome to the forum.

Here is a small program I have put together that might help. If it's not what you are looking for can you please provide a little more detail as to the purpose of your program.
Test1.tar.gz
(12.69 KiB) Downloaded 466 times
by cogier
Friday 6th December 2019 3:14pm
Forum: General
Topic: Gridview column header alignment
Replies: 7
Views: 7998

Re: Gridview column header alignment

Looking into GridView.Rows[].TextAlign further I discovered this quote from the GitLab page here . GridView: GridView.Rows[].TextAlign is a new property that allows to define the alignment of the row header text. The alignment of the row numbers is 'Center' by default and the only alignment changes ...