Search found 362 matches

by AndyGable
Tuesday 26th December 2023 2:11am
Forum: General
Topic: [Solved] Textbox set focus
Replies: 6
Views: 3983

Re: Textbox set focus

Sorted.

I had to add a wait 0.1 to the btnClear_click function and it now sets the focus and allows me to type in the box :)
by AndyGable
Tuesday 26th December 2023 12:10am
Forum: General
Topic: [Solved] Textbox set focus
Replies: 6
Views: 3983

Re: Textbox set focus

I'm not sure why it does not work, something to do with the form being loaded into a workspace. After the workspace has Added the frmSignon it seems to give it focus. I added this to the end of Main() in Startup.class Print Application.ActiveControl The result was frmSignon had focus not the textbo...
by AndyGable
Monday 25th December 2023 8:00pm
Forum: General
Topic: [Solved] Textbox set focus
Replies: 6
Views: 3983

Re: Textbox set focus

Works as expected here. Your code must be giving something focus that you don't really want. That is super strange attached is my project so far could you see if it works your end if it does then it means there is something not right with my system (GTK3) to test if you can type with out clicking t...
by AndyGable
Monday 25th December 2023 6:53pm
Forum: General
Topic: [Solved] Textbox set focus
Replies: 6
Views: 3983

[Solved] Textbox set focus

Hi everyone, Ok so this may be the stupidest question I have ever asked but I just wanted to make sure i am not going nuts When my program starts i use textbox1.setfocus but I can not type inside it (i have to click on it with the mouse for the cursor to show up inside the text box is there a way to...
by AndyGable
Friday 22nd December 2023 5:45pm
Forum: General
Topic: [Solved] GTK3 Keyboard
Replies: 3
Views: 4014

Re: GTK3 Keyboard

That's works perfectly

I've moved to GTK3 as that does seem to be giving me any issues (unlike qt5)
by AndyGable
Friday 22nd December 2023 1:26pm
Forum: General
Topic: Qt6
Replies: 29
Views: 13810

Re: Qt6

I've got mine working okay. How my deb install differed to yours.... i also install xorg and not just specific parts like xserver-xorg xserver-xorg-video-fbdev xserver-xorg-video-intel apt install xorg installed openbox config (and qt specific version) and some things to get a working openbox envir...
by AndyGable
Friday 22nd December 2023 10:50am
Forum: General
Topic: Qt6
Replies: 29
Views: 13810

Re: Qt6

So you don't have a desktop at all? If not.. you'll need some kind of desktop (gui environment) to run a gui application type apt-cache search openbox the will be a list of sessions. lxde is minimal sudo apt install openbox-lxde-session If you do have a desktop , what type is it? I have the standar...
by AndyGable
Thursday 21st December 2023 11:20pm
Forum: General
Topic: [Solved] GTK3 Keyboard
Replies: 3
Views: 4014

Re: GTK3 Keyboard

update on this issuse IF i put a textbox on the frmSignedOff and when the screen is loaded I click inside the textbox the form gets focus and the keyboard works sooo how do I make the frm get focus I have tried Public Sub Form_Open() Me.SetFocus End but that is not working i have even tired when I l...
by AndyGable
Thursday 21st December 2023 11:09pm
Forum: General
Topic: [Solved] GTK3 Keyboard
Replies: 3
Views: 4014

[Solved] GTK3 Keyboard

Hi Everyone, I hope someone could help me I have make a small application to test why I can not key any keyboard input on a form with in a workspace I have discovered the Main Form (FMain) is still holding onto the keyboard in QT the keyboard input is on the form that is showing in the Workspace So ...
by AndyGable
Thursday 21st December 2023 10:44pm
Forum: General
Topic: Qt6
Replies: 29
Views: 13810

Re: Qt6

Ok I have managed to get QT5 to install with the following commands apt install gambas3-qb-qt5 apt install gambas3-qb-qt5-x11 But now when I run a program I get the following message on the screen https://algpos.co.uk/gambas/IMG_5707.jpeg I am not sure what to do? should I wipe the machine and start...