Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 11 of 11
  1. #1
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534

    The AutoPlay Media Studio Help File

    To the IR Staff,

    As you may already be aware ShadowUK is generously hosting a website at www.indigostudio.org for examples, code snippets etc.

    With your approval I would like to decompile the AMS help file and convert it HTML. This will allow us to upload it to the web and be able to add into it all of the help files that have been created for various plugins. It would be nice to have all of these in one web reference. It would be clearly marked as property of IndigoRose and also marked as new content which is NOT endorsed by IndigoRose.Would this be a problem of copyright infringement or be against policy in any way? If it is then I will simply forget this idea.

    Thanks IR Staff.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    who gave permission to host the ListIcon plugin?

    im sure i remember stateing it was bugged but i see no mention of that in your site

    cmon guys you are giving me a bad name here, either remove it or state in the "Details" thats it has serious bugs ....

    knew i should have keeped hold of that one
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Oct 2004
    Location
    East, South & West Asia
    Posts
    1,020
    Hi,

    Rizla!! ... Bugs in the plugin??? Come on... u kidding me.

    The guys are trying to do good and have made a forgiveable mis-step. I bet the site is still in draft start-up and your interjection comes very timely. This way they can put such BUGGY matters into consideration for the future.

    Anyways, I find the idea of having a WIKI SITE for AMS plugins as an outstanding one.

    Superb idea !!!
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

  4. #4
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by RizlaUK View Post
    who gave permission to host the ListIcon plugin?

    im sure i remember stateing it was bugged but i see no mention of that in your site

    cmon guys you are giving me a bad name here, either remove it or state in the "Details" thats it has serious bugs ....

    knew i should have keeped hold of that one
    Good to see you back mate.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  5. #5
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by RizlaUK View Post
    who gave permission to host the ListIcon plugin?

    im sure i remember stateing it was bugged but i see no mention of that in your site

    cmon guys you are giving me a bad name here, either remove it or state in the "Details" thats it has serious bugs ....

    knew i should have keeped hold of that one
    ListIcon is a god send Rizla! I can't believe how awesome it is, Even in it's state it gets the job done well. I'll put in details that it has serious bugs but it's really good. :P

  6. #6
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by ShadowUK View Post
    ListIcon is a god send Rizla! I can't believe how awesome it is, Even in it's state it gets the job done well. I'll put in details that it has serious bugs but it's really good. :P
    I agree, as long as you don't resize it, or don't use grid lines, you'll be just fine. I've used it in a few projects, and it's perfect lol.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  7. #7
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by Imagine Programming View Post
    I agree, as long as you don't resize it, or don't use grid lines, you'll be just fine. I've used it in a few projects, and it's perfect lol.
    If only there was multiple icons..

  8. #8
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by ShadowUK View Post
    If only there was multiple icons..
    What do you mean?

    Something like in the attached screenshot?
    Attached Images
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  9. #9
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by Imagine Programming View Post
    What do you mean?

    Something like in the attached screenshot?
    yeah. but in details mode? also post that apz, boy!

  10. #10
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Well, like as in attached screenshot?

    I'll first have to finish this application before considering posting the apz.
    Attached Images
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  11. #11
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by Imagine Programming View Post
    Well, like as in attached screenshot?

    I'll first have to finish this application before considering posting the apz.
    Then just post the code, GRRRRRRRRRR!

    Also, it does have serious bugs. My IRC bot kept crashing while running TextFile.WriteFromString in a Dialog, Removed ListIcon and it works perfectly.

  12. #12
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287

    Thumbs up

    Use io.open and io:write =D The code for adding an icon to a listicon item?
    well
    Code:
       ListIcon.AddRow(nObjectID, TextColumn1 .. String.Char(10) .. TextColumn2, hIcon1); -- hIcon you'll get through hIcon1 = ListIcon.LoadIcon(sPath)
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  13. #13
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by Imagine Programming View Post
    Use io.open and io:write =D The code for adding an icon to a listicon item?
    well
    Code:
       ListIcon.AddRow(nObjectID, TextColumn1 .. String.Char(10) .. TextColumn2, hIcon1); -- hIcon you'll get through hIcon1 = ListIcon.LoadIcon(sPath)
    Funny that wasn't in the documentation.

  14. #14
    Join Date
    Jul 2003
    Posts
    712
    Quote Originally Posted by Centauri Soldier View Post
    With your approval I would like to decompile the AMS help file and convert it HTML. This will allow us to upload it to the web and be able to add into it all of the help files that have been created for various plugins. It would be nice to have all of these in one web reference. It would be clearly marked as property of IndigoRose and also marked as new content which is NOT endorsed by IndigoRose.Would this be a problem of copyright infringement or be against policy in any way? If it is then I will simply forget this idea.
    Hello Centauri Soldier,

    Please do not create a copy of our online help file -- rather, please link to our already publicly-available version here:

    http://www.indigorose.com/webhelp/ams

    By linking to our version, visitors to your website will always have access to the most up-to-date information.

    Thank-you for your understanding.

    Regards,
    Desmond.

  15. #15
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by ShadowUK View Post
    Funny that wasn't in the documentation.
    I know, i found out by looking at Rizla's example very well. The ListIcon example
    shows it. It's also not a known argument for the Action Dialog i noticed.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

Posting Permissions

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