Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 5 of 5 FirstFirst ... 3 4 5
Results 61 to 66 of 66
  1. #61
    Join Date
    Oct 2009
    Location
    127.0.0.1
    Posts
    279
    Ok, round 2, I used the code re-create the crash. The error appears to be here:

    Code:
    numuuu = Table.Count(dduuu);
    if numuuu > "1" then
    Not sure how I didn't see that before, but it should be:

    Code:
    numuuu = Table.Count(dduuu);
    if numuuu > 1 then
    There are 10 types of people in the world: those who understand binary, and those who don't.

  2. #62
    Join Date
    Jan 2009
    Posts
    172
    tested but not work

    thx

  3. #63
    Join Date
    Oct 2009
    Location
    127.0.0.1
    Posts
    279
    Hmm, post a apz for me to look at please. The code you posted is working in in the example I made.
    There are 10 types of people in the world: those who understand binary, and those who don't.

  4. #64
    Join Date
    Jan 2009
    Posts
    172
    Hi

    I created an example.

    I replaced the "blabla ==" 1 "" by StringCompareNocase.

    Now the application does not close automatically, but when you change page a few times the application crashes.
    Attached Files

  5. #65
    Join Date
    Sep 2006
    Posts
    77

    Timer plugin problem

    Few days ago I started to use this plugin. Now I see how much is it usefull and needed. Only one timer is really misunderstanding rather than not so accurate choice.
    Well, I also noticed it crashes very often. Actually my app does not work because of it and it ruins my plan.
    One time when I preview my app it crashes, next time with no modification - works well. It also works very slow sometimes, when script is fired quickly, f.e. 20ms and the timers has been started at least ones before. Well, I have no idea what makes it to crash because it happens not regurally. Only thought that should be close to truth is that it crashes when one timer is started once again, or when a lot of code have been passed before. It crashes almost always when one timer's function spawns other timer, and this one spawn one more timer. Or when a few timers are running simultanously and one of them is trying to stop itself or another timer. It crashes often when one timer fires Page.Jump action to the same page and on show is fired another timer.
    But first of all, it terminates app when it call function that doesn't exist! So when I do a mistake like this one, then I can't get to know what's wrong because debug window is terminated too...

    Please, improve this plugin, because a lot of people use it. It's most useful plugin for me.

  6. #66
    Join Date
    Oct 2009
    Location
    127.0.0.1
    Posts
    279
    Ok, there was some script issues. Variable can't be used twice for two different actions where they need to represent different things. This confuses AMS and makes all sorts of issues. Also, writing a function inside a function is never a good idea. This timer plugin doesn't like any mistakes in the code, one error seems to cause this timer to crash the project without warning. I recommend using the timer found here: http://www.amsplugins.com/details.asp?ID=49&CID=2 created by reteset. It works on XP, Vista, and Windows 7 with no issues. I've attached a working copy of your project with comments where I changed things. Best of luck.
    Attached Files
    There are 10 types of people in the world: those who understand binary, and those who don't.

  7. #67
    Join Date
    Jan 2009
    Posts
    172
    hi

    thx, but in the example not execute the ini.getvaluesection every time.

    and Table.ini not exist.

    other question: the timer plugin of reteset is multipage??

    thx

  8. #68
    Join Date
    Oct 2009
    Location
    127.0.0.1
    Posts
    279
    The timer is not multi-page, I usually just copy and paste if I need it on a different page with the same actions using global actions. This timer is just unstable and it seems very easy to hurt it's feelings causing it to shut down the app. I don't know what your app needs to do, I wasn't writing your app to read the INI file, I was just cleaning up code to make the timer plugin not crash. If you need help with it reading the ini file start a new thread or feel free to PM me with what you need it to do.
    There are 10 types of people in the world: those who understand binary, and those who don't.

  9. #69
    Join Date
    Jun 2008
    Location
    AMSWaves
    Posts
    231
    hi all sorry for my late in answer because one of my family is dead .
    i cant believe this plugin have bug or creates your programs unstable or create crashes if any body have any examp on this title (AMSWTimer creates crashes) please post it that i can see what's wrong.

    @Tomasin for your examp replace line 9 and 21 in On Preload with this Code and it must work :
    Code:
    DLL.CallFunction("kernel32.dll", "Sleep", Time, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL);
    @mangomel all time i love to improve and debug my plugins so if you see any bug or have any suggest please say it.

    Bwst Regards,
    AMSWaves.

  10. #70
    Join Date
    Oct 2010
    Posts
    16

+ Reply to Thread
Page 5 of 5 FirstFirst ... 3 4 5

Similar Threads

  1. Free WindowEx Action Plugin
    By reteset in forum AutoPlay Media Studio 7.5
    Replies: 88
    Last Post: 01-30-2011, 10:40 AM
  2. FREE: UserMgmt Action Plugin
    By TimeSurfer in forum AutoPlay Media Studio 7.5
    Replies: 3
    Last Post: 04-11-2010, 09:21 PM
  3. FREE ACTION PLUGIN: Timer
    By ShadowUK in forum AutoPlay Media Studio 7.5
    Replies: 3
    Last Post: 03-28-2008, 08:57 AM
  4. Free Plugin: Media Player Object
    By Ted Sullivan in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 09-24-2004, 02:54 PM
  5. Replies: 14
    Last Post: 06-24-2003, 04:21 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts