Search found 6 matches

by Soulstorm
08 Jun 2017, 12:00
Forum: Support
Topic: Focus on Input Dialogue Box
Replies: 9
Views: 4689

Re: Focus on Input Dialogue Box

I really didn't do anything Special ! The Qt Library is seemingly already included in Actiona. Just used the "code" function in Actiona like this https://www.noelshack.com/2017-23-1496919668-2017-06-08-12-58-58-www-jmgr-net-repondre-internet-explorer.jpg and this is what I immediately obta...
by Soulstorm
07 Jun 2017, 09:32
Forum: Support
Topic: Focus on Input Dialogue Box
Replies: 9
Views: 4689

Re: Focus on Input Dialogue Box

Tried to make an Input box using a Piece a Javascript code ("code" function in Actiona) (Qt Library included in Actiona): function main() { var a = new QInputDialog(); a.exec(); } main(); works like a charm, I get a nice Input dialogue box with Focus.. and a ton of other Options (which I'm...
by Soulstorm
06 Jun 2017, 09:32
Forum: Support
Topic: Focus on Input Dialogue Box
Replies: 9
Views: 4689

Re: Focus on Input Dialogue Box

Thanks a lot !!! Opening a second script using the first one worked ! (juste Need to Close the Windows console after entering commands).. If I run my script by starting it with a console command.. it works and I get my Focus where I want ! I basically did the same as you did. Launch.ascr and test.as...
by Soulstorm
05 Jun 2017, 07:56
Forum: Support
Topic: Focus on Input Dialogue Box
Replies: 9
Views: 4689

Re: Focus on Input Dialogue Box

Hi eureka ! :D Unfortunately, running everything with admin rights doesn't change anything.. Still trying several tweaks, like displaying the desktop first, and only then, open a new input dialogue pop-up... but the problem remains the same... no focus at all on the pop-up.. have to select it manual...
by Soulstorm
02 Jun 2017, 16:05
Forum: Support
Topic: Focus on Input Dialogue Box
Replies: 9
Views: 4689

Focus on Input Dialogue Box

Hello everyone ! :mrgreen: I'm having issue focusing on the Input dialogue box (so the user can directly enter its Input without doing anything). The Thing is : If I run the script with Actiona (in "editing mode"), I get the Focus on my dialogue box without any Problem. If I run it as a sc...
by Soulstorm
02 Jun 2017, 15:22
Forum: Demandes d'aide
Topic: InputDialog/Entrée de donnée, différence entre script autonome et execution avec le logiciel
Replies: 0
Views: 1368

InputDialog/Entrée de donnée, différence entre script autonome et execution avec le logiciel

Bonjour bonjour ! Tout d'abord je trouve ce soft génial. Il est toutefois un peu capricieux pour ce que je cherche à réaliser ! Avec mon script, j'ouvre une fenêtre, je clique sur un Bouton et qui va m'ouvrir 10 fenêtre à la Suite dans un autre logiciel. Ensuite, une fois tout ce bordel ouvert, je d...