Sponsored links

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


Closed Thread
 
Share Thread Tools Display Modes
Old 07-05-2005, 03:21 PM   #16
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
Great...now just need that usb radio and the light upgrade kit...then i can get closer ot finishing my install

So RR embeds it perfectly now? Sweet
0l33l is offline  
Sponsored links
Advertisement
 
Advertisement
Old 07-05-2005, 04:02 PM   #17
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
I didn't say that yet...I'm still at work...
__________________
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-05-2005, 09:54 PM   #18
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
I didn't say that yet...I'm still at work...

Oooh... ok.
0l33l is offline  
Old 07-05-2005, 10:08 PM   #19
Maximum Bitrate
 
psyrex's Avatar
 
Join Date: Jun 2005
Location: Oakland, CA
Posts: 531
psyrex is on a distinguished road
Yay, new version!... but I'm still seeing a similar behavior as before, 0l33l

Let me know if the following produces the same effect for you. I'm only going to mention the height and top of Sb and the rest of the settings in the ini shouldn't matter:
First move the taskbar so you can see the entire vertical space. Hide it or just reposition it to the side.

Test 1: Set "FormTop" to be 0 and the "FormHeight" to be larger than your vertical resolution (I set mine to 2000). The result is as expected, that you can see Sb's title bar but the bottom drops past the screen.

Test 2: Start nudging the "FormTop" into the negatives and leave "FormHeight" as is. You should start to see the bottom border of Sb by -10 and the whole bottom border at -12.

Thus it seems like the FormHeight is not 2000 (or whatever you set it to), but rather that FormHeight is limited to vertical resolution plus 12.


So... is this a bug with the code or a limitation of programming for windows? It seems like most people will embed Sb into another front end, so this issue probably doesn't matter to them. If this is an issue that cannot be resolved, I'll probably just change the title bar color to black and suck up the 13 lines of black pixels.

-psyrex
psyrex is offline  
Old 07-05-2005, 10:13 PM   #20
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by 0l33l
Oooh... ok.

Dude, what is with all the new fields in the INI.

I can't figure out what is what.

What the heck is [panel] and all the [ig....] fields for. Where are the nudge settings for the IG screen.

What is all that stuff, and what does it do. What should/could I change?

Also, I don't see any [programs] or [WindowsDisplaySettings] in the ini.



Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.

Last edited by Wiredwrx; 07-05-2005 at 10:20 PM.
Wiredwrx is offline  
Old 07-05-2005, 10:15 PM   #21
Maximum Bitrate
 
psyrex's Avatar
 
Join Date: Jun 2005
Location: Oakland, CA
Posts: 531
psyrex is on a distinguished road
Hmm, actually, I just realized I could change the size of the title bar by making it use a smaller font... so I have my solution, but I guess the issue still exists but is not as serious.

-psyrex
psyrex is offline  
Old 07-05-2005, 10:39 PM   #22
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 psyrex
Yay, new version!... but I'm still seeing a similar behavior as before, 0l33l

Let me know if the following produces the same effect for you. I'm only going to mention the height and top of Sb and the rest of the settings in the ini shouldn't matter:
First move the taskbar so you can see the entire vertical space. Hide it or just reposition it to the side.

Test 1: Set "FormTop" to be 0 and the "FormHeight" to be larger than your vertical resolution (I set mine to 2000). The result is as expected, that you can see Sb's title bar but the bottom drops past the screen.

Test 2: Start nudging the "FormTop" into the negatives and leave "FormHeight" as is. You should start to see the bottom border of Sb by -10 and the whole bottom border at -12.

Thus it seems like the FormHeight is not 2000 (or whatever you set it to), but rather that FormHeight is limited to vertical resolution plus 12.


So... is this a bug with the code or a limitation of programming for windows? It seems like most people will embed Sb into another front end, so this issue probably doesn't matter to them. If this is an issue that cannot be resolved, I'll probably just change the title bar color to black and suck up the 13 lines of black pixels.

-psyrex

Huh? Why are you increasing its size? You test it out by just running it, and to test it out fullscreen maximize it. No need to set anything to greather than your resolution.

Basically, we stretch the window, but also keep the same dimentions off the screen.
0l33l is offline  
Old 07-05-2005, 10:43 PM   #23
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 Wiredwrx
Dude, what is with all the new fields in the INI.

I can't figure out what is what.

What the heck is [panel] and all the [ig....] fields for. Where are the nudge settings for the IG screen.

What is all that stuff, and what does it do. What should/could I change?

Also, I don't see any [programs] or [WindowsDisplaySettings] in the ini.



Michael

[panels] is all the panels that can be embedded. So say we're looking at
iGGPS=MyToolWndClass, GPS Info

iGGPS is the name... look for it a bit down. MyToolWndClass is its class name. GPS Info is its title.

Now look for [iGGPS]. Its self explanitory from then on.
0l33l is offline  
Sponsored links
Advertisement
 
Advertisement
Old 07-05-2005, 10:47 PM   #24
Maximum Bitrate
 
psyrex's Avatar
 
Join Date: Jun 2005
Location: Oakland, CA
Posts: 531
psyrex is on a distinguished road
Quote: Originally Posted by 0l33l
Huh? Why are you increasing its size? You test it out by just running it, and to test it out fullscreen maximize it. No need to set anything to greather than your resolution.

Basically, we stretch the window, but also keep the same dimentions off the screen.

To try to make Sb look more OEM, I've been nudging the title bar offscreen. But when I do this, the bottom becomes visible because the total height of Sb was 1036px (1024 + 12). If Sb could maintain a height of 1049px (1024 + 25), then I could nudge the title bar off the top and still not have the bottom border visible.

-psyrex
psyrex is offline  
Old 07-05-2005, 10:51 PM   #25
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 psyrex
To try to make Sb look more OEM, I've been nudging the title bar offscreen. But when I do this, the bottom becomes visible because the total height of Sb was 1036px (1024 + 12). If Sb could maintain a height of 1049px (1024 + 25), then I could nudge the title bar off the top and still not have the bottom border visible.

-psyrex

Huh? WTF? Go back to the original values from the INI. What didn't you like about them? All the controls were off the screen.
0l33l is offline  
Old 07-05-2005, 10:53 PM   #26
Raw Wave
 
tj!2k4's Avatar
 
Join Date: Oct 2004
Posts: 3,294
tj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud of
psyrex - what are you embedding into Skinbedder?
tj!2k4 is offline  
Old 07-05-2005, 10:59 PM   #27
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
Quote: Originally Posted by psyrex
Hmm, actually, I just realized I could change the size of the title bar by making it use a smaller font... so I have my solution, but I guess the issue still exists but is not as serious.

-psyrex

I have no idea what you are talking about either. Sorry.
If you can explaine it better I will look in to it.

FYI: Nudges settings should never be negative unless you want to have part of the "panel" showing (which will be the color set by "PanelColor=" in the INI). Use only positive values to hide the edges of an embedded window.

Also, WindowsWindowTitleBarSize and WindowsBoarderSize factor in to the nudging (and they should be set to whatever you have in your Display Properties -> Appearance -> Advanced). This is we can have a button that will "un-nudge" a window revealing its menu-bar, status-bar, and button-bar, but while still hiding the window-boarder and the window title-bar.

RE 3D-View: I haven't made a "toggle" button yet, but it will be done when integrating AutoIt event scripts for each button (which is the next thing I am going to do now).
RPM_VR4 is offline  
Old 07-05-2005, 11:07 PM   #28
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
Quote: Originally Posted by psyrex
To try to make Sb look more OEM, I've been nudging the title bar offscreen. But when I do this, the bottom becomes visible because the total height of Sb was 1036px (1024 + 12). If Sb could maintain a height of 1049px (1024 + 25), then I could nudge the title bar off the top and still not have the bottom border visible.

-psyrex

Ok, I might understand now... do you want us to make it so that when you launch skinbedder, it's main form is shown in a square without the title-bar and boarder? I think I can do that. Most people embedd SKINbedder into a front-end so it dissapears anyway. I believe the problem you found with trying to make SKINbedder a full-screen app is a limitation of Microsoft Windows.

Should I make it always hide the boarders & title-bar, or should I just make a setting to launch in "full-screen" (which would ignore the Form Left,Top,Width,Height settings), or should we have both.

If we only had full-screen, I could make the title-bar maximize button also go to full-screen. Of course, if it will always just be a square then the title-bar is gone and you don't have a maximize button. Should we make it catch "Alt-Enter" for full-screen?

BTW: What are you doing psyrex? Have you made buttons for your SKINbedder "front-end"? I would like to know more.
RPM_VR4 is offline  
Old 07-05-2005, 11:26 PM   #29
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Well, this is what happens when I try to embed it.

How can I fix this.

Top toolbar is still there, and no "street" name on the bottom.



__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline  
Old 07-05-2005, 11:29 PM   #30
Maximum Bitrate
 
psyrex's Avatar
 
Join Date: Jun 2005
Location: Oakland, CA
Posts: 531
psyrex is on a distinguished road
What I was trying to do was to push Sb outside of visible area (see attached chicken scratchings) so that iG fills up the entire 800x480, no borders or title bar. The iG panel is adjusted such that its titlebar/menu/border is not visible. The entire Sb titlebar/border is adjusted so it's entirely outside of the visible area.

The dimensions for Sb shown below is off the top of my head. I believe it's 23 pixels for top border plus title bar, and 3 pixels for borders on all the other sides (thus the 800+6 by 480+26 dimensions for Sb). Top offset is -23, and left offset is -3.

-psyrex
Attached Images
 
psyrex 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 07:28 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