Search found 173 matches

by Quincunxian
Friday 19th June 2020 10:47pm
Forum: Project showcase
Topic: Resizer : The best resizing solution!
Replies: 7
Views: 8617

Re: Resizer : The best resizing solution!

You can also stop tool tips displaying without clearing them by setting:
Application.ShowTooltips = False
by Quincunxian
Saturday 6th June 2020 10:12pm
Forum: General
Topic: How to read keypress from exclusive external USB keypad .
Replies: 12
Views: 13082

Re: How to read keypress from exclusive external USB keypad .

Hi dinge and welcome to the forum. I'm trying to understand why/what you are doing before getting down to the code level. I assume you have a standard keyboard with a number pad on it. You want to plug in an external usb number pad and distinguish between the keyboard pad and the external pad. The s...
by Quincunxian
Monday 25th May 2020 10:10pm
Forum: General
Topic: View email message
Replies: 5
Views: 5536

Re: View email message

If the html messages are in raw html - you could pass them to a qt4 webview control then extract the text from that.

webview.url = html-mail-message
text-to-save = webview.text
by Quincunxian
Sunday 17th May 2020 11:04pm
Forum: General
Topic: Move a form without borders with Mask
Replies: 2
Views: 3386

Re: Move a form without borders with Mask

Hi DavideTr.
Welcome to the forum.

I needed to do this myself for a 'future project' so we both have a solution now.
This is just one way - there are potentially many more.
by Quincunxian
Friday 15th May 2020 10:32pm
Forum: General
Topic: Console qustions.
Replies: 4
Views: 5366

Re: Console qustions.

Hi Giorgos Sound Try this ALSA based command - it will need a bit of tweeking but it made some noise from my command line. $ ( speaker-test -t sine -f 1000 )& pid=$! ; sleep 2.0s ; kill -9 Found the above solution Here at StackExchange. Colour I 'sort of ' remember doing something this back in m...
by Quincunxian
Thursday 7th May 2020 12:03am
Forum: General
Topic: Scann gambas projects directory application
Replies: 3
Views: 5702

Re: Scann gambas projects directory application

I'm in a similar position with my Application, the 'Gambas Project Review Utility' ; It's about 85% done. I built it up over the last 5 or so year to help me with managing projects and doing exactly what tincho indicated. It scans a project and allows you to search for code, print source code, varia...
by Quincunxian
Monday 27th April 2020 9:18pm
Forum: General
Topic: Hello
Replies: 4
Views: 5771

Re: Hello

Hola Martin,
What does GambasCade do ?
by Quincunxian
Monday 27th April 2020 2:06am
Forum: Component
Topic: Drop & Drag within a Treeview
Replies: 6
Views: 9775

Re: Drop & Drag within a Treeview - Solved.

Hi Steve, I got a reply from the mailing list group from an Italian guy called Gianluigi. He updated my test project code with the following and it now works. the "Trv_Main.FindAt(Drag.X, Drag.Y)" is the key bit of code i think. The only thing that I want to do that is different in the att...
by Quincunxian
Friday 24th April 2020 9:49pm
Forum: Component
Topic: Drop & Drag within a Treeview
Replies: 6
Views: 9775

Re: Drop & Drag within a Treeview

Thanks Steve - it looks like it may be a bug that has crept in as I'm sure(?) it used to work a few gambas versions ago.
I'll post on the user email list and see what can be done.
by Quincunxian
Thursday 23rd April 2020 11:19pm
Forum: Component
Topic: Drop & Drag within a Treeview
Replies: 6
Views: 9775

Re: Drop & Drag within a Treeview

Thanks Steve - let me know what you find out.
It is always possible that it's a "me and my computer" problem.