Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Chucks simple plugin settings menu

  1. #1
    FLAC Chuck's Avatar
    Join Date
    Sep 2003
    Location
    Ellicott City, MD
    Posts
    1,671

    Chucks simple plugin settings menu

    Just a simple menu that turns on and off adds, deletes and rearranges plugins all in RR code and no need to have another plugin to adjust plugins.

    Uses the Plugins.txt method but it does not read it just makes a new one each time.
    Click to turn on and off.
    Hold to add or delete.

    Code:
    PLUGIN_MENU.Skin
    
    RoadRunner Skin
    Chucks Skin "Charles J Richards Jr"
    menu2 off.jpg,menu2 off.jpg,menu2 off.jpg,menu2 down.jpg
    
    /,Menu.jpg size 650x400
    
    /, L, x, y, w, h, color R;RGB, G, B, font size;FONT, font name, Code;LABELCODES, Tooltip;LABELALIGNMENT
    L,133,338,80,40,150,150,150,24,"Arial:B","=Exit","CENTER"
    L,326,338,278,40,150,150,150,24,"Arial:B","=Save and Reload","CENTER"
    L,23,21,605,30,150,150,150,18,"Arial:B","=Plugins Setting List","CENTER"
    L,23,58,605,20,70,70,70,12,"Arial:B","=Hold To Add or Change Plugin","CENTER"
    
    L,25,80,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET01;=$PLUG01$","LEFT"
    L,25,130,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET02;=$PLUG02$","LEFT"
    L,25,180,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET03;=$PLUG03$","LEFT"
    L,25,230,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET04;=$PLUG04$","LEFT"
    L,25,280,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET05;=$PLUG05$","LEFT"
    L,229,80,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET06;=$PLUG06$","LEFT"
    L,229,130,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET07;=$PLUG07$","LEFT"
    L,229,180,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET08;=$PLUG08$","LEFT"
    L,229,230,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET09;=$PLUG09$","LEFT"
    L,229,280,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET10;=$PLUG10$","LEFT"
    L,436,80,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET11;=$PLUG11$","LEFT"
    L,436,130,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET12;=$PLUG12$","LEFT"
    L,436,180,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET13;=$PLUG13$","LEFT"
    L,436,230,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET14;=$PLUG14$","LEFT"
    L,436,280,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET15;=$PLUG15$","LEFT"
    
    
    L,25,80,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG01$","LEFT"
    L,25,130,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG02$","LEFT"
    L,25,180,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG03$","LEFT"
    L,25,230,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG04$","LEFT"
    L,25,280,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG05$","LEFT"
    L,229,80,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG06$","LEFT"
    L,229,130,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG07$","LEFT"
    L,229,180,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG08$","LEFT"
    L,229,230,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG09$","LEFT"
    L,229,280,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG10$","LEFT"
    L,436,80,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG11$","LEFT"
    L,436,130,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG12$","LEFT"
    L,436,180,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG13$","LEFT"
    L,436,230,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG14$","LEFT"
    L,436,280,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG15$","LEFT"
    
    
    /, B, x, y, w, h, Command;COMMANDCODES, Tooltip
    B,321,340,285,36,"PLUNGINSAVERELOAD",""
    B,20,73,199,44,"BYVAR;PLUGINSET01;SETVAR;PLUGINSET01;1<<SETVAR;PLUGINSET01;0",@ESC||OSKTOCMD;PLUG01;OPENPLUGINMENU||OSKTEXT;$PLUG01$@
    B,20,123,199,44,"BYVAR;PLUGINSET02;SETVAR;PLUGINSET02;1<<SETVAR;PLUGINSET02;0",@ESC||OSKTOCMD;PLUG02;OPENPLUGINMENU||OSKTEXT;$PLUG02$@
    B,20,172,199,44,"BYVAR;PLUGINSET03;SETVAR;PLUGINSET03;1<<SETVAR;PLUGINSET03;0",@ESC||OSKTOCMD;PLUG03;OPENPLUGINMENU||OSKTEXT;$PLUG03$@
    B,20,222,199,44,"BYVAR;PLUGINSET04;SETVAR;PLUGINSET04;1<<SETVAR;PLUGINSET04;0",@ESC||OSKTOCMD;PLUG04;OPENPLUGINMENU||OSKTEXT;$PLUG04$@
    B,20,272,199,44,"BYVAR;PLUGINSET05;SETVAR;PLUGINSET05;1<<SETVAR;PLUGINSET05;0",@ESC||OSKTOCMD;PLUG05;OPENPLUGINMENU||OSKTEXT;$PLUG05$@
    B,224,74,199,44,"BYVAR;PLUGINSET06;SETVAR;PLUGINSET06;1<<SETVAR;PLUGINSET06;0",@ESC||OSKTOCMD;PLUG06;OPENPLUGINMENU||OSKTEXT;$PLUG06$@
    B,224,123,199,44,"BYVAR;PLUGINSET07;SETVAR;PLUGINSET07;1<<SETVAR;PLUGINSET07;0",@ESC||OSKTOCMD;PLUG07;OPENPLUGINMENU||OSKTEXT;$PLUG071$@
    B,224,173,199,44,"BYVAR;PLUGINSET08;SETVAR;PLUGINSET08;1<<SETVAR;PLUGINSET08;0",@ESC||OSKTOCMD;PLUG08;OPENPLUGINMENU||OSKTEXT;$PLUG08$@
    B,224,223,199,44,"BYVAR;PLUGINSET09;SETVAR;PLUGINSET09;1<<SETVAR;PLUGINSET09;0",@ESC||OSKTOCMD;PLUG09;OPENPLUGINMENU||OSKTEXT;$PLUG09$@
    B,224,273,199,44,"BYVAR;PLUGINSET10;SETVAR;PLUGINSET10;1<<SETVAR;PLUGINSET10;0",@ESC||OSKTOCMD;PLUG10;OPENPLUGINMENU||OSKTEXT;$PLUG10$@
    B,429,74,199,44,"BYVAR;PLUGINSET11;SETVAR;PLUGINSET11;1<<SETVAR;PLUGINSET11;0",@ESC||OSKTOCMD;PLUG11;OPENPLUGINMENU||OSKTEXT;$PLUG11$@
    B,429,123,199,44,"BYVAR;PLUGINSET12;SETVAR;PLUGINSET12;1<<SETVAR;PLUGINSET12;0",@ESC||OSKTOCMD;PLUG12;OPENPLUGINMENU||OSKTEXT;$PLUG12$@
    B,429,173,199,44,"BYVAR;PLUGINSET13;SETVAR;PLUGINSET13;1<<SETVAR;PLUGINSET13;0",@ESC||OSKTOCMD;PLUG13;OPENPLUGINMENU||OSKTEXT;$PLUG13$@
    B,429,224,199,44,"BYVAR;PLUGINSET14;SETVAR;PLUGINSET14;1<<SETVAR;PLUGINSET14;0",@ESC||OSKTOCMD;PLUG14;OPENPLUGINMENU||OSKTEXT;$PLUG14$@
    B,429,274,199,44,"BYVAR;PLUGINSET15;SETVAR;PLUGINSET15;1<<SETVAR;PLUGINSET15;0",@ESC||OSKTOCMD;PLUG15;OPENPLUGINMENU||OSKTEXT;$PLUG15$@
    B,99,340,148,36,"EXIT",""
    
    END
    
    
    /,ExecTBL.ini - File
    /,1C---------------------Chucks Plugin Sittings--------------------------------------------------------------------------------------------------------------------
    "PLUGINLIST","MENU;PLUGIN_MENU.Skin||LOADPLUGINLIST"
    "OPENPLUGINMENU","MENU;PLUGIN_MENU.Skin"
    "PLUNGINSAVERELOAD","SETPLUGINLIST||MAKEPLUNGINLIST||SAVETOSKIN;PLUGINSLIST;$PLUGINSLIST$||RELOADSKIN||OPENPLUGINMENU"
    "MAKEPLUNGINLIST","WRITETOFILE;$SKINPATH$Plugins.txt;||BYVAR;PLUGINSET01;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG01$||BYVAR;PLUGINSET02;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG02$||BYVAR;PLUGINSET03;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG03$||BYVAR;PLUGINSET04;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG04$||BYVAR;PLUGINSET05;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG05$||BYVAR;PLUGINSET06;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG06$||BYVAR;PLUGINSET07;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG07$||BYVAR;PLUGINSET08;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG08$||BYVAR;PLUGINSET09;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG09$||BYVAR;PLUGINSET10;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG10$||BYVAR;PLUGINSET11;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG11$||BYVAR;PLUGINSET12;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG12$||BYVAR;PLUGINSET13;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG13$||BYVAR;PLUGINSET14;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG14$||BYVAR;PLUGINSET15;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG15$"
    "LOADPLUGINLIST","SETVARFROM;PLUGINSLIST;<<PLUGINSET01<<PLUG01<<PLUGINSET02<<PLUG02<<PLUGINSET03<<PLUG03<<PLUGINSET04<<PLUG04<<PLUGINSET05<<PLUG05<<PLUGINSET06<<PLUG06<<PLUGINSET07<<PLUG07<<PLUGINSET08<<PLUG08<<PLUGINSET09<<PLUG09<<PLUGINSET10<<PLUG10<<PLUGINSET11<<PLUG11<<PLUGINSET12<<PLUG12<<PLUGINSET13<<PLUG13<<PLUGINSET14<<PLUG14<<PLUGINSET15<<PLUG15<<"
    "SETPLUGINLIST","SETVAR;PLUGINSLIST;<<$PLUGINSET01$<<$PLUG01$<<$PLUGINSET02$<<$PLUG02$<<$PLUGINSET03$<<$PLUG03$<<$PLUGINSET04$<<$PLUG04$<<$PLUGINSET05$<<$PLUG05$<<$PLUGINSET06$<<$PLUG06$<<$PLUGINSET07$<<$PLUG07$<<$PLUGINSET08$<<$PLUG08$<<$PLUGINSET09$<<$PLUG09$<<$PLUGINSET10$<<$PLUG10$<<$PLUGINSET11$<<$PLUG11$<<$PLUGINSET12$<<$PLUG12$<<$PLUGINSET13$<<$PLUG13$<<$PLUGINSET14$<<$PLUG14$<<$PLUGINSET15$<<$PLUG15$<<"
    Attached Images Attached Images  
    2001 S10 ZR2

    Chucks Skin - to old

  2. #2
    The Curator
    Auto Apps:loading...
    Blue ZX3's Avatar
    Join Date
    Aug 2004
    Location
    Chicago area,IL
    Posts
    5,078
    Chucks simple plugin settings menu
    I didn't think that "simple" was in your matrix volulabary....
    RideRunner...The #1 FE, PERIOD.

    Current Project: DFXVoice [v1.0 Released]
    Next in line: RRMedia v2.0

    DFX 5.1.1 Skin
    Appstore Link

    My RideRunner Plugins
    RRMedia
    RRExtended
    DFXVoice

    "There are no bugs - only undocumented features."

  3. #3
    FLAC Chuck's Avatar
    Join Date
    Sep 2003
    Location
    Ellicott City, MD
    Posts
    1,671
    Well it "was" simple to use anyway
    2001 S10 ZR2

    Chucks Skin - to old

  4. #4
    The Last Good Gremlin GizmoQ's Avatar
    Join Date
    Nov 2004
    Location
    St Louis
    Posts
    2,334
    Quote Originally Posted by Blue ZX3 View Post
    I didn't think that "simple" was in your matrix volulabary....
    Matrix, ...I was thinking more like M.C. Escher
    HARDWARE: Fujitsu Stylistic ST5111w/WiFi and dock, internal Hitachi 500G HD, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, BoomzBox HD radio, XM Commander, Delorme GPS, Saitek X-52 Pro joystick, BluSoleil Bluetooth, TPMS, FB, Elm327

  5. #5
    Variable Bitrate Ramanator's Avatar
    Join Date
    Feb 2007
    Location
    Motor City
    Posts
    289
    Chuck I hear you're releasing another skin soon.
    If you cant DODGE em, RAM em.

  6. #6
    FLAC Chuck's Avatar
    Join Date
    Sep 2003
    Location
    Ellicott City, MD
    Posts
    1,671
    Quote Originally Posted by Ramanator View Post
    Chuck I hear you're releasing another skin soon.
    Maybe if I can get everything working flawless without an installer –copy and paste to skin folder- and if I can distribute the plugins with it.

    The skin will have 50 built in commands and 100 user custom commands that all can be set to any of the 36 bottom button or used from the menu skin.

    RRmail and Movietimes that will read to you.
    Calculator with 5 memories.
    Auto player has auto streaming detect for internet radio.
    Lots of plugin skins and more user settings thru out.
    And lots and lots of other junk.

    I am not one for fancy looking skins just get to the point but if you want to make it fancy you only have to change 13 total simple *.jpg’s to completely change the look.

    But remember this skin is 1024x768 that can scaled down and it needs more cpu’s - 1.8ghz or higher by the time you have gps and all the other stuff on the pc running.
    Attached Images Attached Images  
    2001 S10 ZR2

    Chucks Skin - to old

  7. #7
    The Last Good Gremlin GizmoQ's Avatar
    Join Date
    Nov 2004
    Location
    St Louis
    Posts
    2,334
    Let the fun begin. Whenever you're ready to share I'd love to get a copy!
    HARDWARE: Fujitsu Stylistic ST5111w/WiFi and dock, internal Hitachi 500G HD, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, BoomzBox HD radio, XM Commander, Delorme GPS, Saitek X-52 Pro joystick, BluSoleil Bluetooth, TPMS, FB, Elm327

  8. #8
    Variable Bitrate Ramanator's Avatar
    Join Date
    Feb 2007
    Location
    Motor City
    Posts
    289
    Quote Originally Posted by Chuck View Post
    Maybe if I can get everything working flawless without an installer –copy and paste to skin folder- and if I can distribute the plugins with it...
    Your skin was the first one I used, worked well except when I tried to exit. It closed the bottom screen out but left the top and then it would freeze, never could get it to exit properly. The little ones got a kick out of the talking commands.
    If you cant DODGE em, RAM em.

  9. #9
    Raw Wave pierrotm777's Avatar
    Join Date
    May 2008
    Location
    Bordeaux, France
    Posts
    2,439

    Plugins Manager

    Quote Originally Posted by Chuck View Post
    Just a simple menu that turns on and off adds, deletes and rearranges plugins all in RR code and no need to have another plugin to adjust plugins.

    Uses the Plugins.txt method but it does not read it just makes a new one each time.
    Click to turn on and off.
    Hold to add or delete.

    Code:
    PLUGIN_MENU.Skin
    
    RoadRunner Skin
    Chucks Skin "Charles J Richards Jr"
    menu2 off.jpg,menu2 off.jpg,menu2 off.jpg,menu2 down.jpg
    
    /,Menu.jpg size 650x400
    
    /, L, x, y, w, h, color R;RGB, G, B, font size;FONT, font name, Code;LABELCODES, Tooltip;LABELALIGNMENT
    L,133,338,80,40,150,150,150,24,"Arial:B","=Exit","CENTER"
    L,326,338,278,40,150,150,150,24,"Arial:B","=Save and Reload","CENTER"
    L,23,21,605,30,150,150,150,18,"Arial:B","=Plugins Setting List","CENTER"
    L,23,58,605,20,70,70,70,12,"Arial:B","=Hold To Add or Change Plugin","CENTER"
    
    L,25,80,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET01;=$PLUG01$","LEFT"
    L,25,130,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET02;=$PLUG02$","LEFT"
    L,25,180,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET03;=$PLUG03$","LEFT"
    L,25,230,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET04;=$PLUG04$","LEFT"
    L,25,280,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET05;=$PLUG05$","LEFT"
    L,229,80,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET06;=$PLUG06$","LEFT"
    L,229,130,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET07;=$PLUG07$","LEFT"
    L,229,180,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET08;=$PLUG08$","LEFT"
    L,229,230,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET09;=$PLUG09$","LEFT"
    L,229,280,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET10;=$PLUG10$","LEFT"
    L,436,80,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET11;=$PLUG11$","LEFT"
    L,436,130,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET12;=$PLUG12$","LEFT"
    L,436,180,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET13;=$PLUG13$","LEFT"
    L,436,230,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET14;=$PLUG14$","LEFT"
    L,436,280,191,30,150,150,150,16,"Arial:B","BYVAR;PLUGINSET15;=$PLUG15$","LEFT"
    
    
    L,25,80,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG01$","LEFT"
    L,25,130,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG02$","LEFT"
    L,25,180,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG03$","LEFT"
    L,25,230,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG04$","LEFT"
    L,25,280,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG05$","LEFT"
    L,229,80,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG06$","LEFT"
    L,229,130,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG07$","LEFT"
    L,229,180,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG08$","LEFT"
    L,229,230,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG09$","LEFT"
    L,229,280,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG10$","LEFT"
    L,436,80,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG11$","LEFT"
    L,436,130,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG12$","LEFT"
    L,436,180,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG13$","LEFT"
    L,436,230,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG14$","LEFT"
    L,436,280,191,30,70,70,70,16,"Arial:B","BYVAR;RUN;=$PLUG15$","LEFT"
    
    
    /, B, x, y, w, h, Command;COMMANDCODES, Tooltip
    B,321,340,285,36,"PLUNGINSAVERELOAD",""
    B,20,73,199,44,"BYVAR;PLUGINSET01;SETVAR;PLUGINSET01;1<<SETVAR;PLUGINSET01;0",@ESC||OSKTOCMD;PLUG01;OPENPLUGINMENU||OSKTEXT;$PLUG01$@
    B,20,123,199,44,"BYVAR;PLUGINSET02;SETVAR;PLUGINSET02;1<<SETVAR;PLUGINSET02;0",@ESC||OSKTOCMD;PLUG02;OPENPLUGINMENU||OSKTEXT;$PLUG02$@
    B,20,172,199,44,"BYVAR;PLUGINSET03;SETVAR;PLUGINSET03;1<<SETVAR;PLUGINSET03;0",@ESC||OSKTOCMD;PLUG03;OPENPLUGINMENU||OSKTEXT;$PLUG03$@
    B,20,222,199,44,"BYVAR;PLUGINSET04;SETVAR;PLUGINSET04;1<<SETVAR;PLUGINSET04;0",@ESC||OSKTOCMD;PLUG04;OPENPLUGINMENU||OSKTEXT;$PLUG04$@
    B,20,272,199,44,"BYVAR;PLUGINSET05;SETVAR;PLUGINSET05;1<<SETVAR;PLUGINSET05;0",@ESC||OSKTOCMD;PLUG05;OPENPLUGINMENU||OSKTEXT;$PLUG05$@
    B,224,74,199,44,"BYVAR;PLUGINSET06;SETVAR;PLUGINSET06;1<<SETVAR;PLUGINSET06;0",@ESC||OSKTOCMD;PLUG06;OPENPLUGINMENU||OSKTEXT;$PLUG06$@
    B,224,123,199,44,"BYVAR;PLUGINSET07;SETVAR;PLUGINSET07;1<<SETVAR;PLUGINSET07;0",@ESC||OSKTOCMD;PLUG07;OPENPLUGINMENU||OSKTEXT;$PLUG071$@
    B,224,173,199,44,"BYVAR;PLUGINSET08;SETVAR;PLUGINSET08;1<<SETVAR;PLUGINSET08;0",@ESC||OSKTOCMD;PLUG08;OPENPLUGINMENU||OSKTEXT;$PLUG08$@
    B,224,223,199,44,"BYVAR;PLUGINSET09;SETVAR;PLUGINSET09;1<<SETVAR;PLUGINSET09;0",@ESC||OSKTOCMD;PLUG09;OPENPLUGINMENU||OSKTEXT;$PLUG09$@
    B,224,273,199,44,"BYVAR;PLUGINSET10;SETVAR;PLUGINSET10;1<<SETVAR;PLUGINSET10;0",@ESC||OSKTOCMD;PLUG10;OPENPLUGINMENU||OSKTEXT;$PLUG10$@
    B,429,74,199,44,"BYVAR;PLUGINSET11;SETVAR;PLUGINSET11;1<<SETVAR;PLUGINSET11;0",@ESC||OSKTOCMD;PLUG11;OPENPLUGINMENU||OSKTEXT;$PLUG11$@
    B,429,123,199,44,"BYVAR;PLUGINSET12;SETVAR;PLUGINSET12;1<<SETVAR;PLUGINSET12;0",@ESC||OSKTOCMD;PLUG12;OPENPLUGINMENU||OSKTEXT;$PLUG12$@
    B,429,173,199,44,"BYVAR;PLUGINSET13;SETVAR;PLUGINSET13;1<<SETVAR;PLUGINSET13;0",@ESC||OSKTOCMD;PLUG13;OPENPLUGINMENU||OSKTEXT;$PLUG13$@
    B,429,224,199,44,"BYVAR;PLUGINSET14;SETVAR;PLUGINSET14;1<<SETVAR;PLUGINSET14;0",@ESC||OSKTOCMD;PLUG14;OPENPLUGINMENU||OSKTEXT;$PLUG14$@
    B,429,274,199,44,"BYVAR;PLUGINSET15;SETVAR;PLUGINSET15;1<<SETVAR;PLUGINSET15;0",@ESC||OSKTOCMD;PLUG15;OPENPLUGINMENU||OSKTEXT;$PLUG15$@
    B,99,340,148,36,"EXIT",""
    
    END
    
    
    /,ExecTBL.ini - File
    /,1C---------------------Chucks Plugin Sittings--------------------------------------------------------------------------------------------------------------------
    "PLUGINLIST","MENU;PLUGIN_MENU.Skin||LOADPLUGINLIST"
    "OPENPLUGINMENU","MENU;PLUGIN_MENU.Skin"
    "PLUNGINSAVERELOAD","SETPLUGINLIST||MAKEPLUNGINLIST||SAVETOSKIN;PLUGINSLIST;$PLUGINSLIST$||RELOADSKIN||OPENPLUGINMENU"
    "MAKEPLUNGINLIST","WRITETOFILE;$SKINPATH$Plugins.txt;||BYVAR;PLUGINSET01;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG01$||BYVAR;PLUGINSET02;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG02$||BYVAR;PLUGINSET03;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG03$||BYVAR;PLUGINSET04;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG04$||BYVAR;PLUGINSET05;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG05$||BYVAR;PLUGINSET06;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG06$||BYVAR;PLUGINSET07;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG07$||BYVAR;PLUGINSET08;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG08$||BYVAR;PLUGINSET09;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG09$||BYVAR;PLUGINSET10;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG10$||BYVAR;PLUGINSET11;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG11$||BYVAR;PLUGINSET12;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG12$||BYVAR;PLUGINSET13;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG13$||BYVAR;PLUGINSET14;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG14$||BYVAR;PLUGINSET15;ADDTOFILE;$SKINPATH$Plugins.txt;=X $PLUG15$"
    "LOADPLUGINLIST","SETVARFROM;PLUGINSLIST;<<PLUGINSET01<<PLUG01<<PLUGINSET02<<PLUG02<<PLUGINSET03<<PLUG03<<PLUGINSET04<<PLUG04<<PLUGINSET05<<PLUG05<<PLUGINSET06<<PLUG06<<PLUGINSET07<<PLUG07<<PLUGINSET08<<PLUG08<<PLUGINSET09<<PLUG09<<PLUGINSET10<<PLUG10<<PLUGINSET11<<PLUG11<<PLUGINSET12<<PLUG12<<PLUGINSET13<<PLUG13<<PLUGINSET14<<PLUG14<<PLUGINSET15<<PLUG15<<"
    "SETPLUGINLIST","SETVAR;PLUGINSLIST;<<$PLUGINSET01$<<$PLUG01$<<$PLUGINSET02$<<$PLUG02$<<$PLUGINSET03$<<$PLUG03$<<$PLUGINSET04$<<$PLUG04$<<$PLUGINSET05$<<$PLUG05$<<$PLUGINSET06$<<$PLUG06$<<$PLUGINSET07$<<$PLUG07$<<$PLUGINSET08$<<$PLUG08$<<$PLUGINSET09$<<$PLUG09$<<$PLUGINSET10$<<$PLUG10$<<$PLUGINSET11$<<$PLUG11$<<$PLUGINSET12$<<$PLUG12$<<$PLUGINSET13$<<$PLUG13$<<$PLUGINSET14$<<$PLUG14$<<$PLUGINSET15$<<$PLUG15$<<"
    Hi Chuck,

    I love your skin and try to understand how it run .

    I tried the plugin manager and i have not the same screen than you .

    And is the good file format for Plugins.txt (after a Save and Reload)

    X
    X TimeExecChuck
    X Milage
    X PLUG03
    X PLUG04
    X PLUG05
    X PLUG06
    X PLUG07
    X PLUG08
    X PLUG09
    X PLUG10
    X PLUG11
    X PLUG12
    X PLUG13
    X PLUG14




    Can you help me please ?
    Attached Images Attached Images  

  10. #10
    FLAC Chuck's Avatar
    Join Date
    Sep 2003
    Location
    Ellicott City, MD
    Posts
    1,671
    This is my old skin and it will not run right with the newest RR

    The plugin list will not work with the newest RR either you need the rr version just before the one released yesterday.

    I do have a menu that will work with newest RR and will post in a new thread
    2001 S10 ZR2

    Chucks Skin - to old

Page 1 of 2 12 LastLast

Similar Threads

  1. Chuck's Skins lots of pics Update 7-16-07
    By Chuck in forum RR Released Skins
    Replies: 297
    Last Post: 11-10-2011, 07:22 PM
  2. Cannot access settings menu
    By doublet in forum FrodoPlayer
    Replies: 2
    Last Post: 06-23-2007, 01:09 AM
  3. Replies: 5
    Last Post: 03-25-2004, 04:22 PM
  4. Enhancements to Winamp LCD Plugin
    By TiTi in forum Software & Software Development
    Replies: 3
    Last Post: 11-11-2002, 01:24 PM
  5. Winamp LCD display plugin / IRMan plugin - together?
    By Jarrod in forum Software & Software Development
    Replies: 9
    Last Post: 06-03-2002, 05:39 AM

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
  •