Page 3 of 6 FirstFirst 123456 LastLast
Results 21 to 30 of 60

Thread: PowerMon plugin - for laptop carpcs

  1. #21
    Wants to make it harder monkeyracer's Avatar
    Join Date
    May 2007
    Location
    Lakehood, CO
    Posts
    1,460
    it seems any issues with this and other plugins are related to recent RR releases rather than the individual plugins. to test whether it's RR or the plug-in, remove all other X,plugin codes and if it works, it's RR, if it still doesn't, it's the plug-in.

    There's talk amongst those who help code the source that this may be something since the 10/06 release, and it's being looked at. Soon there will be a new RR release and this will be fixed.

    Also, the old powermon version had different labels than the new one which adds powermon_ to most of the labels.
    2007 Chrysler PT Cruiser TE
    Car PC Progress:
    Planning.......[---------X-] 95%
    Parts...........[---------X-] 90%
    Fabrication...[---------X-] 90%
    RR Skin........[---------X-] 95%
    View my
    Worklog
    Road Runner Skins
    Website
    Favorite thread EVER!

  2. #22
    Maximum Bitrate jonessc's Avatar
    Join Date
    Nov 2006
    Location
    Wales, UK
    Posts
    787
    Festy,

    The only other thing that would complete this great plugin

    Would be to add the ability to hibernate the machine after a set time limit (maybe read from an ini file) and ability to launch applications on resume (again from an ini file)

    This would mean we wouldnt have to use shutdown software any more

    Not sure if this is possible, but seen as the plugin already knows the power state anyway it seems do-able

    CarPuter Progress:
    Planning:-----> [||||||||||] 100%
    Hardware Buying:-> [||||||||||] 100%
    Software:-----> [||||||||||] 100%
    Installing:-----> [||||||||||] 100%
    Current Project= Making skins in photoshop...

  3. #23
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    Request: Change slider graphics to be relative to $skinpath$ folder instead of powermon folder to follow RR's standard slider conventions?
    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

  4. #24
    Wants to make it harder monkeyracer's Avatar
    Join Date
    May 2007
    Location
    Lakehood, CO
    Posts
    1,460
    I did it a little differently:



    (.gifs above are only 10 of the 20 images each.)

    I basically took the label for the charge percentage, stripped the percent sign, and evaluated that into a slider. For the charging symbol, I used the RRStrings plugin to evaluate the length of the label, if it's 8 (Charging) it displays a charge symbol, if it's 11 (Discharging) or anything else, it displays nothing. I did it this way so that I could use one set of images for the battery whether it were charging or not.

    A normal indicator would be nice. A simple true/false kind of thing...
    2007 Chrysler PT Cruiser TE
    Car PC Progress:
    Planning.......[---------X-] 95%
    Parts...........[---------X-] 90%
    Fabrication...[---------X-] 90%
    RR Skin........[---------X-] 95%
    View my
    Worklog
    Road Runner Skins
    Website
    Favorite thread EVER!

  5. #25
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    Quote Originally Posted by monkeyracer View Post
    I did it a little differently:



    (.gifs above are only 10 of the 20 images each.)

    I basically took the label for the charge percentage, stripped the percent sign, and evaluated that into a slider. For the charging symbol, I used the RRStrings plugin to evaluate the length of the label, if it's 8 (Charging) it displays a charge symbol, if it's 11 (Discharging) or anything else, it displays nothing. I did it this way so that I could use one set of images for the battery whether it were charging or not.

    A normal indicator would be nice. A simple true/false kind of thing...
    I did it the same way, as well, but it's rather round-a-bout. Took a look at the source code and looks to be a quick fix.

    I just didn't like defining a TMR function to check batt states...
    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

  6. #26
    Wants to make it harder monkeyracer's Avatar
    Join Date
    May 2007
    Location
    Lakehood, CO
    Posts
    1,460
    Quote Originally Posted by Sal R. View Post
    I just didn't like defining a TMR function to check batt states...
    I know, with the timer, every interval, the skin has to perform the calculation, where it would be nice to have a normal slider (0-65535) that can be used without that round about manner, along with an indicator that can be used with byind rather than having to check the length of the label string.
    2007 Chrysler PT Cruiser TE
    Car PC Progress:
    Planning.......[---------X-] 95%
    Parts...........[---------X-] 90%
    Fabrication...[---------X-] 90%
    RR Skin........[---------X-] 95%
    View my
    Worklog
    Road Runner Skins
    Website
    Favorite thread EVER!

  7. #27
    Newbie
    Join Date
    Jan 2007
    Location
    Indiana
    Posts
    24
    Quote Originally Posted by jonessc View Post
    Festy,

    The only other thing that would complete this great plugin

    Would be to add the ability to hibernate the machine after a set time limit (maybe read from an ini file) and ability to launch applications on resume (again from an ini file)

    This would mean we wouldnt have to use shutdown software any more

    Not sure if this is possible, but seen as the plugin already knows the power state anyway it seems do-able


    ......I would like this feature also.

    Reason being, if I use Roadrunner to hibernate, everything comes back up just awesome, music plays, screen updates, steering wheel controls work.

    If I use Shut Control to hibernate my system, I have to close and restart Roadrunner (or else restart my music), and I have to restart my steering wheel controls. Little things, but annoying nonetheless. And slower.

  8. #28
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    Hope you don't mind festy, but I updated it to the new RR plugin standards and made the images skin-based.

    This plugin is just too useful to let it get out-of-date.

    No changes to the original commands.

    Only change:
    WAS: $rrpath$\image

    IS: $skinpath$\pm_image

    for battery images.
    Attached Files Attached Files
    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

  9. #29
    The Last Good Gremlin GizmoQ's Avatar
    Join Date
    Nov 2004
    Location
    St Louis
    Posts
    2,275
    Thank you, Thank you, Thank you SAL. I was really worried that this outstanding plugin for laptop/tablets was dead and I use it in all my skin.

    Thanx again
    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

  10. #30
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    ur welcome
    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

Page 3 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. Garo's Extra POI Plugin 1.0 beta 1
    By garo in forum Map Monkey
    Replies: 63
    Last Post: 01-18-2007, 01:32 PM
  2. XMLTraffic Plugin
    By 307SW_NLD in forum RR Plugins
    Replies: 20
    Last Post: 09-14-2006, 06:20 PM
  3. Hello World plugin
    By paulpv in forum CF Plugins
    Replies: 5
    Last Post: 06-08-2006, 11:07 PM
  4. How do I use the Base plugin sources ?
    By guino in forum RR FAQ
    Replies: 1
    Last Post: 04-24-2006, 04:43 PM
  5. Winamp LCD display plugin / IRMan plugin - together?
    By Jarrod in forum Software & Software Development
    Replies: 9
    Last Post: 06-03-2002, 06: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
  •