Search found 49 matches

by photoevents
Wed Jan 22, 2025 3:03 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 35046

Re: CSV DATA LOOP

I was referring to the runtime of robotask.

Christian
by photoevents
Mon Dec 23, 2024 3:29 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 35046

Re: CSV DATA LOOP

Everything works fine. Except when trying the task using runtime on another computer, the cycle trigger doesn't work. I just remember no triggers work at all. For now I use a loop with pause, which works but is an endless loop which you think is not a good idea. Any advice on how to do this better? ...
by photoevents
Fri Dec 20, 2024 1:05 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 35046

Re: CSV DATA LOOP

Thank you,
That helps,
Again ;-)

Christian
by photoevents
Fri Dec 20, 2024 11:44 am
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 35046

CSV DATA LOOP

I have a csv file which is constantly being updated with new rows. What I want to do is to copy this file over to a workfolder, then loop it and do something with the variables then repeat the process but now taking into account the lines that already have been processed. I was thinking when opening...
by photoevents
Fri Sep 20, 2024 12:30 pm
Forum: General Discussion
Topic: structuring code
Replies: 2
Views: 49382

Re: structuring code

Hey,

Just now read your reply.
To me, it is a workaround.
Also, when using runtime, you can only have one task running, am I correct?

Christian
by photoevents
Wed Sep 04, 2024 10:13 am
Forum: General Discussion
Topic: structuring code
Replies: 2
Views: 49382

structuring code

I find it difficult to read my own code for longer projects. Do you have tips on how to structure code in a way that is easier to read? TABS in the user interface would already be a big improvement to my mind. Or modules/functions? Now I just have an long list of code that becomes a headache to keep...
by photoevents
Sat Aug 31, 2024 8:44 am
Forum: Suggestions
Topic: GUI forms/builder for Robotask
Replies: 1
Views: 51165

Re: GUI forms/builder for Robotask

I agree that would be a big improvement. Autokey and Autohotkey have seperate software that allows for this. I just discovered Xojo (visual basic alike) which allows for easy custom building of windows forms and attaching robotask scripts should not be to difficult. But I'm just starting with it, so...
by photoevents
Fri Jun 21, 2024 7:57 am
Forum: General Discussion
Topic: dialog boxes on top
Replies: 5
Views: 23661

Re: dialog boxes on top

Perhaps something to add in the next update of robotask.
Show dialogbox in front, focus.
by photoevents
Thu Jun 20, 2024 4:14 pm
Forum: General Discussion
Topic: dialog boxes on top
Replies: 5
Views: 23661

Re: dialog boxes on top

Just discoverd that I can not run two tasks using runtime module.
So, is there another way of having dialog boxes always display on top of everything?
My photo app shows a picture for evalutation but the dialog box always display below this.
by photoevents
Thu Jun 20, 2024 12:51 pm
Forum: General Discussion
Topic: runtime
Replies: 3
Views: 20021

Re: runtime

Hey Oleg, I know that :-) But I want to be able to finetune some of my tasks during eventdays. Why? Well, because, sometimes, a task fails for reasons I did not anticipate, and I want to be able to quickly check and correct stuff. My questions are: Can I transfer the licenses to the laptops I'm usin...