Results 1 to 7 of 7

Thread: Info Command

  1. #1
    FLAC mauri's Avatar
    Join Date
    Jan 2004
    Posts
    1,002

    Info Command

    Is it possible this:

    if I click in the Vol+ or Vol- buttons,in all screens of RR skin,appears for (x)number of seconds,(after automatically hide this),one central screen,and displayed one "active bar slider" for indicate the real MASTER volume setting?

    Possible solution and commands?

    Thanks

    Mauri

  2. #2
    MGD
    MGD is online now
    FLAC
    Auto Apps:loading...
    MGD's Avatar
    Join Date
    Feb 2005
    Location
    Los Angeles
    Posts
    1,731
    Yes, you can do this with the IDL Command.
    There is a entry in the Exectbl.ini file for a timer event.
    Then use the IDL,5 for 5 sec delay.

    There are two commands you can use.
    /, (IDL) Idle Timer
    /, Seconds
    IDL,XXX

    The above defines the number of seconds in "IDLE" state (no mouse/keyboard actions) to
    execute the "IDLE" event that can be defined in ExecTBL.INI so a command is executed at such time.

    /, (TMR) Timer event
    /, Seconds
    TMR,XXX

    The above defines the number of seconds after loading the screen RR will wait to
    execute the "TIMER" event that can be defined in ExecTBL.INI so a command is executed at such time.
    This event is re-occurring, so every few XXX seconds it will re-execute the TIMER event. You can use
    a simple variable switch to prevent it from executing your command more than once (if desired).

    Put this in the name.skin file you want to have timed.
    IDL,5
    and put this in exectbl.ini
    "IDLE","EXIT"
    Now, when there is no movement of the mouse for 5 sec. the screen will be closed.

  3. #3
    SMKFree liquid_smoke's Avatar
    Join Date
    Aug 2003
    Location
    Chicago
    Posts
    4,842
    i think what he wants is an OSD for volume changes which isnt possible in RR.
    At least not possible with a normal skin, you can do it in flash skins.
    01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
    01101101 01101111 01101011 01100101

    beer replenishment fund
    http://www.mp3car.com/vbulletin/rr-faq/
    mp3car live search

    i have joost invites, just hit me up for one.

  4. #4
    FLAC mauri's Avatar
    Join Date
    Jan 2004
    Posts
    1,002
    Quote Originally Posted by MGD View Post
    Yes, you can do this with the IDL Command.
    There is a entry in the Exectbl.ini file for a timer event.
    Then use the IDL,5 for 5 sec delay.

    There are two commands you can use.
    /, (IDL) Idle Timer
    /, Seconds
    IDL,XXX

    The above defines the number of seconds in "IDLE" state (no mouse/keyboard actions) to
    execute the "IDLE" event that can be defined in ExecTBL.INI so a command is executed at such time.

    /, (TMR) Timer event
    /, Seconds
    TMR,XXX

    The above defines the number of seconds after loading the screen RR will wait to
    execute the "TIMER" event that can be defined in ExecTBL.INI so a command is executed at such time.
    This event is re-occurring, so every few XXX seconds it will re-execute the TIMER event. You can use
    a simple variable switch to prevent it from executing your command more than once (if desired).

    Put this in the name.skin file you want to have timed.
    IDL,5
    and put this in exectbl.ini
    "IDLE","EXIT"
    Now, when there is no movement of the mouse for 5 sec. the screen will be closed.
    I have tried as you have said.
    With IDL the delay of 5 seconds works...

    The screen appears to the center as I want me, but with him the "slider bar" it's inactive.

    I explain to my idea:

    when use VOL+ or VOL - commands, in every screen, it has to appear a small central screen, that visualizes with a custom bar slider the state of the Volume, but in active way, it has to increase and decrease the slider if I hold pressed VOL+ or VOL -...
    Ended this to disappear after(x ) seconds through IDL commnad.

    I for test have tried as I launch delo screen this:

    B01,0,514,69,89, "VOL-||MENU;volume.skin",
    B02,70,514,69,91, "VOL+||MENU;volume.skin",

    EDIT:"LOAD" commands open one other new screen, and not good this solution....

    Appears the screen with the slider, but the advancement of this doesn't work and not even the Volume.

    Does someone perhaps want to do this in "flash" so every skinner could use it in the own skin?

    I pray, that this, helps many of us (CDRskull or Chuck..... ) or others flash "guru"

    Interest this?
    http://www.maani.us/xml_slideshow/in...ubmenu=control

    Thanks

    Mauri

  5. #5
    FLAC Chuck's Avatar
    Join Date
    Sep 2003
    Location
    Ellicott City, MD
    Posts
    1,671
    The only way I can think of doing something like this would have a single vol button in all skins that would bring up a menu with vol+ vol- and slider that would close with IDL after vol was changed.


    As a matter of fact I think I will try adding this to my skin as an option to the mute button.
    2001 S10 ZR2

    Chucks Skin - to old

  6. #6
    FLAC mauri's Avatar
    Join Date
    Jan 2004
    Posts
    1,002
    Quote Originally Posted by Chuck View Post
    The only way I can think of doing something like this would have a single vol button in all skins that would bring up a menu with vol+ vol- and slider that would close with IDL after vol was changed.


    As a matter of fact I think I will try adding this to my skin as an option to the mute button.
    I have tried as you say ..
    Work well the slider and two buttons for VOL+ and VOL-, but t if you use one other slider of Volume in the first screen,this update the slider of Volume only after it's hide the new little "Volume" screen.
    Not problem for me this....

    IDL doesn't work well, better TIMER command.
    I attach the file. skin that I have used for test...

    EDIT -put the "TIMER" command in ExecTBL.ini

    Mauri


    ---------
    MEDIACAR Skin
    MEDIACAR exit_menu Skin
    volume_off.jpg,volume_off.jpg,volume_on.jpg,volume _on.jpg

    /,, B, x, y, w, h, Command;COMMANDCODES, Tooltip
    B01,72,151,156,63,"VOL+",""
    B01,232,151,156,63,"VOL-",""


    /, Y, Back Slider file path
    Y01,"zslider4\slider_*.gif"

    /, S, x, y, w, h, x1, y1, w1, h1, O, Style, Pointer file path, h2, Code;SLIDERCODES, Tooltip
    S01,76,60,310,65,76,60,215,16,H,01,"zslider4\point er.gif",013,"MASTER",

    /, (TMR) Timer event
    TMR,5

    /DISCARDABLE

    END

  7. #7
    FLAC Chuck's Avatar
    Join Date
    Sep 2003
    Location
    Ellicott City, MD
    Posts
    1,671
    The only problem with timer is it will close in the middle of holding the vol

    Also why do have /DISCARDABLE in there

    I also made it so it will stay open if I mute

    Here is mine
    off on
    Attached Images Attached Images   
    2001 S10 ZR2

    Chucks Skin - to old

Similar Threads

  1. !Select command
    By Prem in forum RR Bug Tracker
    Replies: 1
    Last Post: 08-07-2005, 03:15 PM
  2. Replies: 4
    Last Post: 07-06-2005, 02:07 PM
  3. SpeakEasy Voice Recognition - Release 0.9.1
    By ruairi in forum Software & Software Development
    Replies: 11
    Last Post: 06-03-2005, 06:19 PM
  4. at+mpbr command in Motorola a1000
    By jumpjack in forum PhoneControl
    Replies: 0
    Last Post: 05-14-2005, 05:31 AM
  5. Destinator: Map Monkey Menu command
    By MatrixPC in forum RR Skins
    Replies: 5
    Last Post: 05-07-2005, 12:53 PM

Bookmarks

Posting Permissions

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