Недавний контент chris007

  1. C

    v4.3.7.1 - C# code intermittently doesn't execute

    After I downgraded from v4.3.7.1 to v4.3.6.0, all C# code is being executed correctly. Can you confirm that for some reason C# code doesn't execute every time correctly in v4.3.7.1? Can you reproduce my errors?
  2. C

    v4.3.7.1 - C# code intermittently doesn't execute

    The same C# code works 90% of the time. The big problem still remains that C# code runs inconsistently in v4.3.7.1... I will downgrade to v4.3.6.0 to test if this problems appears at all there.
  3. C

    v4.3.7.1 - C# code intermittently doesn't execute

    I have a template that uses C# code in 3 places. Form time to time any one of those 3 C# steps does not execute. When that happens it is like that C# code just doesn't exist. No variables ar modified, none of the C# commands are executed. This problem occurs in about 10% of the executions...
  4. C

    Optimization of debugging and recording project.

    A bug I belive: 1) My biggest problem right now, on 4.3.6 and 4.3.7 is the following: Starting and stopping the dubugger sometimes takes a really long time: ProjectMaker.exe becomes "Not Responding" in resource monitor for most of that time. The CPU goes up to about 50% (so it almost maxes 1...
  5. C

    [SOLVED]  ProhectMaker (V4.3.7.0) Variable values remain set after script debug execution

    I have several variables defined in the Variables list, all empty at first. I execute the script and those variable values are changed. After the execution finishes or I stop the debug session those values remain in the Variables list, as if I set initial values to those variables. This can...
  6. C

    ProhectMaker(V4.3.7.0) can not save project after degug error

    I can confirm both errors too: - the disappearance of the Stop debug button after clicking yes when I'm asked if I want to continue in debug mode after an error occurs - the disappearance of lists from Word processing to List actions I found that if your project is modified (not saved), when...
  7. C

    Execution of javascript in page context

    I see. I managed to do everything I wanted with the C# API. :) Thanks
  8. C

    Execution of javascript in page context

    Hello, I've been trying to execute javascript for various DOM operations but I didn't figure a way. First I tried the "Own JavasScript" box but it seems it does not see the DOM or access the window and document objects. Then I tried to use ExecScript or InsertScript in a "Own C#" box...
  9. C

    How to determine the name/number of the current thread

    So, can anyone tell me how to determine the identity of the current thread? Is there a variable where this information is stored? I want to know if the current thread is thread #1 or thread #2 or some other number.
  10. C

    How to determine the name/number of the current thread

    I'm writing a template that works with a server script and needs to communicate the identity of the current thread so it can assign the appropriate action. If I'm running a template on multiple threads, how can I determine the identity of the current thread?
  11. C

    [SOLVED] Problem with long loading times and flickering images on twitter.com/user pages

    Rostonix, is there any news on this bug fix? When will the next version be released?
  12. C

    [SOLVED] Problem with long loading times and flickering images on twitter.com/user pages

    I can't disable images because I'm using Click picture to click on buttons. Also, the timeout is set to the default 30 secs and the page still takes 5-10 mins to finish loading. From what I can see it's the same bug as in 4.2.5.0. Rostonix, can you confirm you're experiencing the same bug in...
  13. C

    [SOLVED]  Problem with long loading times and flickering images on twitter.com/user pages

    I just upgraded to 4.3.0.0 and I have the same problem with finishing to load twitter profile pages as I had with 4.2.5.0. You can easily test this bug by going in Actions recording to a page like twitter.com/aplusk where that particular twitter user has pictures posted. On a twitter user...
  14. C

    Loading doesn't finishes in browser

    I have the same problem with long Loading times in 4.2.5.0. I'm trying to build a Twitter follow/unfollow bot. After my bot logs into Twitter I load twitter.com/twitter_user to follow or unfollow twitter_user. The problem is that if twitter_user has any posted pictures those pictures will...