Search found 32 matches

by issboss
Sunday 19th July 2020 1:20am
Forum: General
Topic: Upgrade to Ubuntu 20.04 broke Gambas
Replies: 4
Views: 5131

Re: Upgrade to Ubuntu 20.04 broke Gambas

I'm sorry I'm not back sooner. I haven't received any notification of reply emails. Not frightened of the loss of qt4. I did go back into the Properties of the project and shift all the ones that used qt4 to qt5 by changing the check marks. This did work and I was able to compile my projects once mo...
by issboss
Saturday 18th July 2020 6:08pm
Forum: General
Topic: Upgrade to Ubuntu 20.04 broke Gambas
Replies: 4
Views: 5131

Upgrade to Ubuntu 20.04 broke Gambas

Every project I try to compile/run has some sort of library missing. When I go to the Library tab in the Properties for any project, I get "No libraries were found on your system". I've tried loading one critical component (gb.qt4) manually, but I'm told "can't find it". When I f...
by issboss
Friday 3rd April 2020 6:51pm
Forum: Lounge
Topic: Gambas on Windows
Replies: 17
Views: 39191

Re: Gambas on Windows

That's part of the problem. The windows cannot be moved because they are modal to the top-level window. The dialogue window seems to be insensitive to any operator input. It's like the app suddenly ceases to exist as far as the OS is concerned. Task Manager shows no CPU activity for either the app o...
by issboss
Friday 3rd April 2020 4:31pm
Forum: Lounge
Topic: Gambas on Windows
Replies: 17
Views: 39191

Re: Gambas on Windows

Sorry. Same results as I originally posted. The dialogue window for choosing the project opens, but that is as far as I can get. There is NO way to actually open that project, nor is there a way to get out of that dialogue box. Clicking various projects only causes the dialogue box to refresh, not t...
by issboss
Thursday 5th March 2020 8:40pm
Forum: Lounge
Topic: Gambas on Windows
Replies: 17
Views: 39191

Re: Gambas on Windows

Perhaps I am misunderstanding something, but I followed all the instructions and now can bring up Gambas3 (latest version) on my Windows 10 machine in an X-window. My problem is the startup screen where I am to create, choose, or search for a project. I absolutely cannot get beyond that screen. Once...
by issboss
Thursday 12th December 2019 3:25pm
Forum: General
Topic: How to display a round object?
Replies: 15
Views: 15985

Re: How to display a round object?

When I created the main form, I set Resize to False. If it goes True, none of the controls will resize or move from their original positions. Yes, I do have a widescreen monitor (1920 x 1080). What seems strange, to me anyway, is the double representation of the three lit lights and the rotary switc...
by issboss
Thursday 12th December 2019 2:08am
Forum: General
Topic: How to display a round object?
Replies: 15
Views: 15985

Re: How to display a round object?

So as not to keep anyone in suspense, here's what I've come up with so far. I'll add the working file as an attachment. I know it is FULL of outright horrible programming techniques, but I tend to attack a problem, solve it, THEN make it pretty. Seems to be easier that way. It's a simple thing, the ...
by issboss
Tuesday 10th December 2019 6:44pm
Forum: General
Topic: How to display a round object?
Replies: 15
Views: 15985

Re: How to display a round object?

:lol: Thanks. I appreciate that. Keep on doing gooder then others

Bill
by issboss
Monday 9th December 2019 8:58pm
Forum: General
Topic: How to display a round object?
Replies: 15
Views: 15985

Re: How to display a round object?

Interesting thread, Cedron. The Author in me couldn't resist a little editing. In the last post of the thread: "run it up the flag pool" ??? Sorry. it's my OCD kicking in.

Bill
by issboss
Monday 9th December 2019 4:03pm
Forum: General
Topic: How to display a round object?
Replies: 15
Views: 15985

Re: How to display a round object?

Great suggestions. Last first: @Jornmo: I saw the gauge and fiddled with it for an hour or so. If I were making a continuous rotating object, it would be fine, but I needed snap-to steps of 30 degrees. Individual pictures seemed the best way to go, displayed as the perimeter letters were clicked. @G...