Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 07-24-2006, 08:02 AM   #1
Newbie
 
Join Date: May 2005
Location: Perth, West Oz
Posts: 10
Subsonic is on a distinguished road
Oziexplorer

I've seen a few people having probs with Ozi and Skinbedder and was wondering if anyone has found a solution?

With 2.9999 I can get the app to embed, but can't load any buttons, the same issue posted in http://www.mp3car.com/vbulletin/skinbedder/60018-v3-questions.html

With V3 & Oziexp3962a.exe I can't even get the app to embed

Would be great to get Ozi skinned as it is really useful for those of us who venture off the main roads
Subsonic is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 07-28-2006, 07:53 PM   #2
Low Bitrate
 
Join Date: Jun 2005
Location: Crazyburn, Melbourne, Vic, Australia
Posts: 95
Bugger is on a distinguished road
Some Success

Here's the files which I have had some success with so far... It's a bit messy as I haven't renamed anything from GooPs, but Ozi embeds ok and the zoom buttons and play button work. [EDIT] I am using V3 Prerelease 2 [/EDIT]

Still workin on it...

Is SB able to embed a window component? I'm trying to work out how to get rid of the tool bars...Attachment 32287
__________________
'89 GQ Patrol
TD42 (go the Diesel!) NEW: Now with DTS Turbo - woot!!!
"It's times like these you go BUGGER!!!"

Last edited by Bugger; 08-09-2006 at 08:37 AM.
Bugger is offline   Reply With Quote
Old 07-28-2006, 09:14 PM   #3
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
Yep, just get the window title and class from the AutoIt window tool, and Sb can embed it.
RPM_VR4 is offline   Reply With Quote
Old 07-29-2006, 03:23 AM   #4
Low Bitrate
 
Join Date: Jun 2005
Location: Crazyburn, Melbourne, Vic, Australia
Posts: 95
Bugger is on a distinguished road
This is the info from AutoIt tool:

Press CTRL-ALT-F to pause the display.

>>>>>>>>>>>> Window Details <<<<<<<<<<<<<
Title: OziExplorer - Blank Map
Class: TfmMainForm
Size: X: 110 Y: 120 W: 1440 H: 858

>>>>>>>>>>> Mouse Details <<<<<<<<<<<
Screen: X: 1330 Y: 526
Cursor ID: 2

>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<
RGB: Hex: 0xFFFFFF Dec: 16777215

>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<
Size: X: 0 Y: 89 W: 1432 H: 701
Control ID: 1311794
ClassNameNN: TScrollBox11
Text:

>>>>>>>>>>> Status Bar Text <<<<<<<<<<<


>>>>>>>>>>> Visible Window Text <<<<<<<<<<<
100
100
149° 02.400´ E
UTM 55U 6 50 184E 53 93 003N
48° 40.320´ N
WGS 84

>>>>>>>>>>> Hidden Window Text <<<<<<<<<<<
Zoom


Does that mean that I just put "WindowClass=TScrollBox11" ?

Is this what is done to the other apps that are embedded without their normal toolbars?
__________________
'89 GQ Patrol
TD42 (go the Diesel!) NEW: Now with DTS Turbo - woot!!!
"It's times like these you go BUGGER!!!"
Bugger is offline   Reply With Quote
Old 07-29-2006, 04:37 AM   #5
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
WindowClass=TfmMainForm

...at the top!
RPM_VR4 is offline   Reply With Quote
Old 07-29-2006, 06:31 PM   #6
Low Bitrate
 
Join Date: Jun 2005
Location: Crazyburn, Melbourne, Vic, Australia
Posts: 95
Bugger is on a distinguished road
I get this bit... that gets the whole program embedded, but if I only want to see the map section (ie remove the button toolbars etc), do I use WindowClass=TScrollBox11 which is what I had the mouse on when I took the autoit info.
__________________
'89 GQ Patrol
TD42 (go the Diesel!) NEW: Now with DTS Turbo - woot!!!
"It's times like these you go BUGGER!!!"

Last edited by RPM_VR4; 07-29-2006 at 07:42 PM.
Bugger is offline   Reply With Quote
Old 07-29-2006, 07:41 PM   #7
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
Q: How do you embed just the map, not the whole window?
A: You embed the entire program, then you "crop" the embedded window down to the map size using the four "Nudge" values. Sb can only grab "Forms" with a desktop-level WindowHandle. It cannot grab individual parts of windows. It can grab most popup-windows as these are their own form. It may be able to grab MDI sub-windows, but I am not sure.


Q: Does Sb have a time-stamp function for saving filenames?
A: No.
RPM_VR4 is offline   Reply With Quote
Old 07-29-2006, 11:44 PM   #8
Low Bitrate
 
Join Date: Jun 2005
Location: Crazyburn, Melbourne, Vic, Australia
Posts: 95
Bugger is on a distinguished road
Red face Thanks

Ahh.. OK

Thanks for your help RPM.
__________________
'89 GQ Patrol
TD42 (go the Diesel!) NEW: Now with DTS Turbo - woot!!!
"It's times like these you go BUGGER!!!"
Bugger is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 07-30-2006, 07:17 AM   #9
Low Bitrate
 
Join Date: Jun 2005
Location: Crazyburn, Melbourne, Vic, Australia
Posts: 95
Bugger is on a distinguished road
Hey RPM

I keep getting this error:
Access violation at address 004615E8 in module 'SKINbedder.exe'. Read of address 00000000.

It's when I'm loading up some new png's that I've just created... Is it something to do with incorrect png format? I've createded them in MS Paint for a quick trial.
__________________
'89 GQ Patrol
TD42 (go the Diesel!) NEW: Now with DTS Turbo - woot!!!
"It's times like these you go BUGGER!!!"
Bugger is offline   Reply With Quote
Old 07-30-2006, 04:13 PM   #10
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
? Don't know. I use PhotoShop for all my PNGs, but any app should work.

The only time I have ever gotten access violations is when exiting skinbedder (something was wrong with my code that free's all arrays in memory before exit), but that has been fixed for a while now too.

Try a different .png (or running it with a downloaded SKIN) and see if that fixes it.
RPM_VR4 is offline   Reply With Quote
Old 08-01-2006, 07:23 AM   #11
Low Bitrate
 
Join Date: Jun 2005
Location: Crazyburn, Melbourne, Vic, Australia
Posts: 95
Bugger is on a distinguished road
Talking Success

Well.. For everyone who has helped me out, at last there's some results...

Name:  oziEmbedded1.JPG
Views: 1252
Size:  136.1 KB

I'll clean things up a bit then post the skin files later this week.
__________________
'89 GQ Patrol
TD42 (go the Diesel!) NEW: Now with DTS Turbo - woot!!!
"It's times like these you go BUGGER!!!"
Bugger is offline   Reply With Quote
Old 08-03-2006, 12:11 AM   #12
Constant Bitrate
 
soundoff's Avatar
 
Join Date: Jul 2004
Location: AUSTRALIA
Posts: 192
soundoff is on a distinguished road
nice!! finaly someone has skinned ozi

keen to test the release - looks good
soundoff is offline   Reply With Quote
Old 08-05-2006, 04:16 AM   #13
Low Bitrate
 
Join Date: Jun 2005
Location: Crazyburn, Melbourne, Vic, Australia
Posts: 95
Bugger is on a distinguished road
Post Help

Hey Guys

I need some help from some existing OziExplorer users...

What features are people wanting skinned?

So far, I'm doing basic Zoom In, Zoom Out, GPS Data (not fully skinned), Load Map, Save Track.
__________________
'89 GQ Patrol
TD42 (go the Diesel!) NEW: Now with DTS Turbo - woot!!!
"It's times like these you go BUGGER!!!"
Bugger is offline   Reply With Quote
Old 08-05-2006, 07:01 PM   #14
Low Bitrate
 
Join Date: Jun 2005
Location: Crazyburn, Melbourne, Vic, Australia
Posts: 95
Bugger is on a distinguished road
Thumbs up Ozi

Here's another screenie of saving track data to a new file...

If anyone wants a copy of the skin so far, drop me a PM with an email address which will take 1.2Mb

Cheers
Justin.

Name:  oziEmbedded2.JPG
Views: 1295
Size:  69.7 KB
__________________
'89 GQ Patrol
TD42 (go the Diesel!) NEW: Now with DTS Turbo - woot!!!
"It's times like these you go BUGGER!!!"
Bugger is offline   Reply With Quote
Old 08-07-2006, 02:43 AM   #15
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
You may want to cover up the Save/Cancel buttons in that dialog so people don't hit them by mistake. I'm sure you already know that you have to use your skin buttons for Save/Cancel in order to issue the Close([Window]) command or the window container will remain open even after the save dialog exits.

Actually you could make a PNG that overlays the entire dialog box and is just transparent for the save in box, main box, and filename box. Then you can get rid of the gray background, make your own text, and make your own buttons for back, up dir, new folder, etc.
RPM_VR4 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

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
Victoria (Australia) Maps with Oziexplorer? NiN^_^NiN GPS 12 08-26-2008 07:37 AM
4WD Skin ashgrovered RR Skins 30 03-25-2007 09:03 PM
Anybody tried to use this for carputer nav in Australia? DrkStormTrooper GPS 64 06-19-2005 11:48 AM
Mapsource and oziexplorer reactbob GPS 0 05-14-2005 09:09 PM
hi, why not consider OziExplorer as our default GPS software? yeung MediaCar 0 01-05-2004 04:04 AM



All times are GMT -5. The time now is 03:35 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