Search found 28 matches

by FilipeMeiraCastro
29 Nov 2020, 06:58
Forum: Pulovers Macro Creator
Topic: MessageBox with Drag&Drop functionality
Replies: 8
Views: 1304

Re: MessageBox with Drag&Drop functionality

The errorlevel is only an integrer, I would need a string!
No bother, I'll do a workaround with a temporary text file!
Thank for your support :D
by FilipeMeiraCastro
29 Nov 2020, 06:43
Forum: Pulovers Macro Creator
Topic: MessageBox with Drag&Drop functionality
Replies: 8
Views: 1304

Re: MessageBox with Drag&Drop functionality

Ok, It was not obvious that I need to start the MsgBox with the variable and not having anyother text!! With the code below, now It is parsed as a variable, but it is the same variable as %1% which is the path for the PMC file and not the output of the previous command with RunWait! RunWait, K:\Macr...
by FilipeMeiraCastro
29 Nov 2020, 06:20
Forum: Pulovers Macro Creator
Topic: MessageBox with Drag&Drop functionality
Replies: 8
Views: 1304

Re: MessageBox with Drag&Drop functionality

The following syntax for arrays is also not parsing as variable...

Code: Select all

A_Args[1]: % A_Args[1] 
a_args[1]: % a_args[1] 
a_arg[1]: % a_arg[1] 
by FilipeMeiraCastro
29 Nov 2020, 05:36
Forum: Pulovers Macro Creator
Topic: Main windows with runtime infor
Replies: 9
Views: 1224

Re: Main windows with runtime infor

Pulover I wrote the above on the wrong topic - it was meant for another topic where this tooltip information would also be visible on the main window! I have been using the tip for a while now, it is great! :superhappy: I did not know that activating the main window would stop the execution!! stran...
by FilipeMeiraCastro
29 Nov 2020, 04:40
Forum: Pulovers Macro Creator
Topic: Main windows with runtime infor
Replies: 9
Views: 1224

Re: Main windows with runtime infor

looking forward to have this :)

Would be nice to see PMC to run without the detached "Controls toolbar"

(And maybe also a STOP button on the main window)
by FilipeMeiraCastro
29 Nov 2020, 04:32
Forum: Pulovers Macro Creator
Topic: MessageBox with Drag&Drop functionality
Replies: 8
Views: 1304

Re: MessageBox with Drag&Drop functionality

Pulover Thanks for your reply, I have tried the following but no luck, the %a_args[1]% is not parsed as a variable! I guess one workaround is for me to have the executable to write the outpout as a TXT file, and then have PMC reading the textfile instead! Below the code I was trying to output the c...
by FilipeMeiraCastro
24 Nov 2020, 06:41
Forum: Pulovers Macro Creator
Topic: MessageBox with Drag&Drop functionality
Replies: 8
Views: 1304

MessageBox with Drag&Drop functionality

In PMC, I was trying to have a filepath to be input as a Drag&Drop. --> One option would be to add a "MessageBox Drag&Drop functionality" and variable filed to store the value of the drag&drop event. --> Another option, I have tried to make a dummy application that is just a Drag&Drop canvas that ou...
by FilipeMeiraCastro
21 Oct 2020, 04:49
Forum: Pulovers Macro Creator
Topic: Internal Variable for the filename
Replies: 4
Views: 933

Re: Internal Variable for the filename

Wow this was great tip. thanks
:dance:
by FilipeMeiraCastro
21 Oct 2020, 04:41
Forum: Pulovers Macro Creator
Topic: Internal Variable for the filename
Replies: 4
Views: 933

Re: Internal Variable for the filename

Working great, thanks.
I will need to use some functions to Trim the extension and the folder out, but I guess it is feasible trick! I'll give it a try!! :)
by FilipeMeiraCastro
20 Oct 2020, 17:38
Forum: Pulovers Macro Creator
Topic: Main windows with runtime infor
Replies: 9
Views: 1224

Re: Main windows with runtime infor

yes, just read the separate post, sorry about the duplication
by FilipeMeiraCastro
20 Oct 2020, 17:34
Forum: Pulovers Macro Creator
Topic: Main windows with runtime infor
Replies: 9
Views: 1224

Re: Main windows with runtime infor

I can use the controls toolbar, that is a great to visualize when PMC is hidden. Just think it makes sense to have this on the Main Window as when we need to do some changes here and there it is the windows that requires to be open... then it would make possible to open that only one windows instead...
by FilipeMeiraCastro
19 Oct 2020, 10:03
Forum: Pulovers Macro Creator
Topic: Main windows with runtime infor
Replies: 9
Views: 1224

Main windows with runtime infor

Is it possible to see on the main window which is the running task?

Maybe a Text box would do it.

Or even more fancy as also the background color of the running task with a different color!

8-)
by FilipeMeiraCastro
19 Oct 2020, 09:46
Forum: Pulovers Macro Creator
Topic: Internal Variable for the filename
Replies: 4
Views: 933

Internal Variable for the filename

Hello Is there a variables representing the filename of the loaded script on PMC? Basically I name the PMC file as the "Window title" it should look for and therefore I need this PCS script filename as variable. I tried the following variables, but no sucess A_ScriptName %A_ScriptName% A_TitleMatchM...
by FilipeMeiraCastro
17 Oct 2020, 05:34
Forum: Pulovers Macro Creator
Topic: Main Window to sort or highlight current running task
Replies: 1
Views: 609

Main Window to sort or highlight current running task

Hello, It would be really helpful, to have the PMC main windows to highlight the current running task or to somehow show the current running task somewhere on the main Windows To know which task PMC is running I can only see through the controls toolbar but sometimes that is minimized or somehow I d...
by FilipeMeiraCastro
16 Oct 2020, 17:56
Forum: Pulovers Macro Creator
Topic: Systray icon with more information
Replies: 4
Views: 842

Re: Systray icon with more information

Sounds great, thanks :-)
The systray tip information is a great: improvement :-)

Go to advanced search