Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Support Software > SkinBedder


Closed Thread
 
Share Thread Tools Display Modes
Old 07-12-2005, 01:52 PM   #76
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by Blue ZX3
any closer to any updates..speaking of updates...I severly messed with SB ini file and finally got it to embed in RR every time...YAHOOOO

Just waiting for that reconnect fix...works great other wise now..thanks for all the help!

RPM_VR4 is working on the next version. That one will have the ability to execute autoit scripts on resume
0l33l is offline  
Sponsored links
Advertisement
 
Advertisement
Old 07-12-2005, 02:06 PM   #77
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Great...can't wait....
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline  
Old 07-12-2005, 02:29 PM   #78
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
Um, unless you already had it in the source code for "skinbedder4", your gonna have to teach me how to detect a resume . I have no clue. Also, I previously added a shutdown script but it never worked. I put it in the OnFormClose handler but I guess it won't let me ShellEx while I am already shutting down. Do you know how to fix that? Also, is it possible to run a script just before entering hibernate (might be usful someday)?
RPM_VR4 is offline  
Old 07-12-2005, 02:34 PM   #79
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by RPM_VR4
Um, unless you already had it in the source code for "skinbedder4", your gonna have to teach me how to detect a resume . I have no clue. Also, I previously added a shutdown script but it never worked. I put it in the OnFormClose handler but I guess it won't let me ShellEx while I am already shutting down. Do you know how to fix that? Also, is it possible to run a script just before entering hibernate (might be usful someday)?

Well, I was able to pause recognition before hibernation in NaviVoice, so MAYBE we'll be able to run a script on coming into hibernation. But we should be able to run it when coming out for sure.

Code:
//--- WMPowerBroadcast -------------------------------------------------------\\ procedure TfrmCommandAndControl.WMPowerBroadcast(var message: TMessage); var I : Integer; begin case message.WParam of $0004 : begin log('PBT_APMSUSPEND'); //PBT_APMSUSPEND spsharedrecocontext.State := SRSInactive; end; $0005 : log('PBT_APMSTANDBY'); //PBT_APMSTANDBY $0006 : log('PBT_APMRESUMECRITICAL'); //PBT_APMRESUMECRITICAL $0007 : begin log('PBT_APMRESUMESUSPEND'); //PBT_APMRESUMESUSPEND spsharedrecocontext.State := SRSActive; if Title <> 'MapMonkey' then if EXE_Running( LoadString('programs', 'program_name400', 'NaviVoice.ini'), True) then begin log('navigation was running'); bringformtofront(FindWindow(PChar('#32770'), nil)); SendKeysToTitle(Title,SK_ENTER); BringFormToFront(GetHandleFromWindowTitle(Title)); SendKeysToTitle(Title,SK_Alt_DN + 'T' + SK_ALT_UP); SendKeysToTitle(Title,'G'); SendKeysToTitle(Title,SK_RIGHT); SendKeysToTitle(Title,SK_DOWN); SendKeysToTitle(Title,SK_RIGHT); for i := 1 to (LoadInteger('settings','commport', 'NaviVoice.ini') - 1) do SendKeysToTitle(Title,SK_DOWN); SendKeysToTitle(Title,SK_ENTER); end end; $0008 : log('PBT_APMRESUMESTANDBY'); //PBT_APMRESUMESTANDBY end; end; //--- WMPowerBroadcast -------------------------------------------------------//

Add procedure WMPowerBroadcast(var message: TMessage); to private.

That code is from NaviVoice.
0l33l is offline  
Old 07-12-2005, 02:44 PM   #80
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
Ok... so WMPowerBroadcast is automatically triggered when the OS sends a broadcast message? How do it know?

(I tink du most impotant invention of the 21st century is d turmus, cause it keep hot stuff hot, and cold stuff cold... only question I got is: How do it know?)
RPM_VR4 is offline  
Old 07-12-2005, 02:46 PM   #81
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by RPM_VR4
Ok... so WMPowerBroadcast is automatically triggered when the OS sends a broadcast message? How do it know?

(I tink du most impotant invention of the 21st century is d turmus, cause it keep hot stuff hot, and cold stuff cold... only question I got is: How do it know?)

Its windows API

Windows will broadcast the message that it is doing something with power, and this will pick it up and execute some instructions. It worked in NaviVoice quite well. I was able to get around the no SAPI on resume by pausing recognition before hibernation and resuming it after. Worked real well
0l33l is offline  
Old 07-12-2005, 02:57 PM   #82
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
So I take it the procedure has to be named exactly that for the API to auto-run it right? Do you know anymore of these specially named functions that the Windows API auto-runs on certain events (sounds useful )?
RPM_VR4 is offline  
Old 07-13-2005, 11:18 AM   #83
Maximum Bitrate
 
Maņana's Avatar
 
Join Date: Jul 2004
Location: Sweden
Posts: 761
Maņana is on a distinguished road
I've tried to use this to make a ts friendly nes emulator, but it simply doesn't embedd properly, look at the attatched screenshot and SKINbedder.ini file.

I'm no programmer so mybe its just some easy thing I've missed , but I've tested all i could come up with, and none of it works
Attached Images
 
Attached Files
File Type: txt SKINbedder.txt (1.7 KB, 127 views)
__________________
My carputer

Old one
Maņana is offline  
Sponsored links
Advertisement
 
Advertisement
Old 07-13-2005, 11:32 AM   #84
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
it seams like you got rid of the winclass stuff in some of the lines...don't know if it makes that much diff...but someone will post a sol(0l33l) I'm sure....sorry
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline  
Old 07-13-2005, 11:36 AM   #85
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,705
justintime is on a distinguished road
Is v 2.5 considered too 'crude' for general use? I gave it a try, and found that it is lacking in many areas. Simply not reliable or polished enough. This looks like a VERY promising piece of software!
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline  
Old 07-13-2005, 11:45 AM   #86
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
this IS only the second ver...but the first app that it was based on was GPS and aside from a reconnect on resume it work fine for these apps...but they are working on making it more useable for almost any app...right??? Ol33l
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline  
Old 07-13-2005, 01:02 PM   #87
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by RPM_VR4
So I take it the procedure has to be named exactly that for the API to auto-run it right? Do you know anymore of these specially named functions that the Windows API auto-runs on certain events (sounds useful )?

Well, I do have some code that detects if you open or close your CD rom, but I doubt that we'll need to use it
0l33l is offline  
Old 07-13-2005, 01:04 PM   #88
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Remember... this is a BETA! We still haven't made it to v1

We're working ot making it usable with any app. But first we have to perfect the skinning part
0l33l is offline  
Old 07-13-2005, 01:18 PM   #89
Maximum Bitrate
 
Maņana's Avatar
 
Join Date: Jul 2004
Location: Sweden
Posts: 761
Maņana is on a distinguished road
Quote: Originally Posted by 0l33l
Remember... this is a BETA! We still haven't made it to v1

We're working ot making it usable with any app. But first we have to perfect the skinning part

Yeah, I know its a beta =) So my code is right?
__________________
My carputer

Old one
Maņana is offline  
Old 07-13-2005, 01:25 PM   #90
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by Maņana
Yeah, I know its a beta =) So my code is right?

Something doesn't look right. Maybe its because you don't have a class name?

How about this: use the original INI, and just replace the things with the emulator. Like don't change the panels. See what happens.
0l33l is offline  
Sponsored links
Advertisement
 
Advertisement
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SKINbedder embedding problem chuckster Road Runner 12 07-26-2005 07:49 PM
[Release] SKINbedder v2 0l33l SkinBedder 242 07-05-2005 05:01 AM
[Release] iGSkinner BETA 3.9.5 0l33l SkinBedder 631 06-26-2005 03:40 PM
[Release] SKINbedder 1.0 RPM_VR4 SkinBedder 41 06-26-2005 05:03 AM
[RELEASE] NMC 0.7 BETA 2 -> introducing ACTIONS and NCS ! netsuo NeoCar Media Center 22 05-05-2005 12:34 PM



All times are GMT -5. The time now is 09:39 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics