Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > MacCar


Reply
 
Share Thread Tools Display Modes
Old 03-08-2006, 02:59 PM   #16
Constant Bitrate
 
Join Date: Apr 2005
Location: monroe/louisiana
Posts: 168
CArringt is on a distinguished road
Quote: Originally Posted by Mahalis
Front Row isn't scriptable, unfortunately, but the sending-key-codes route would probably work. I think the only problem would be getting a window to sit on top of Front Row - AFAIK, it makes itself frontmost when it appears, and the code to put something on top of a frontmost application is probably icky. Hiding the menu bar is muchly easy though.

This is gorgeous! i'm so excited. i'm at work right now but how is the picture layered? meaning what are or would be the boundries of each button?
Attached Images
 
CArringt is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 03-08-2006, 05:08 PM   #17
Low Bitrate
 
Join Date: Jul 2005
Location: Atlanta
Posts: 68
Mahalis is on a distinguished road
Yeah, it's layered... I've just been posting merged versions of the .psd.
I'm not sure how the actual click regions can be set up... non-square buttons are not something I've encountered before. Anyone know how to handle them?

Last edited by Mahalis; 03-08-2006 at 05:21 PM.
Mahalis is offline   Reply With Quote
Old 03-08-2006, 05:10 PM   #18
Constant Bitrate
 
MacMobile's Avatar
 
Join Date: Sep 2005
Location: Trois-Rivieres, Qc, Canada
Posts: 123
MacMobile is on a distinguished road
Quote: Originally Posted by CArringt
Can anyone test and make sure we are able to run a program on top of front row, with an invisible menu. i understand it is possible on the dashboard. but i'm worried about being able to do it with front row

Yes, I have tried CCarProject and it stays on top of FrontRow. I am still looking for the source code of CCar 0.7. I have all code from 0.8 but I wanted to take a look at 0.7
__________________
Help me keep my web site up to date.
Mac-Mini in Passat
MacMobile is offline   Reply With Quote
Old 03-08-2006, 05:17 PM   #19
Low Bitrate
 
Join Date: Jul 2005
Location: Atlanta
Posts: 68
Mahalis is on a distinguished road
Yeah, just tested it. Setting the window's level to NSScreenSaverWindowLevel keeps it on top of Front Row, though the cursor does, conveniently, stay hidden.
This should be really really simple to set up... I'll try my hand at it tonight or tomorrow, if someone else doesn't finish it first.

Last edited by Mahalis; 03-08-2006 at 05:19 PM.
Mahalis is offline   Reply With Quote
Old 03-08-2006, 05:18 PM   #20
Constant Bitrate
 
Join Date: Apr 2005
Location: monroe/louisiana
Posts: 168
CArringt is on a distinguished road
Quote: Originally Posted by MacMobile
Yes, I have tried CCarProject and it stays on top of FrontRow. I am still looking for the source code of CCar 0.7. I have all code from 0.8 but I wanted to take a look at 0.7

I'm not 100% but i know i have a version of that on my mac at the house. i'll check it out when i get home.

Do you know what part of the code controls that?

And CCarProject was written in Cocoa, right? That's what i want to write this in
CArringt is offline   Reply With Quote
Old 03-08-2006, 05:28 PM   #21
Low Bitrate
 
Join Date: Jul 2005
Location: Atlanta
Posts: 68
Mahalis is on a distinguished road
[window setLevel:NSScreenSaverWindowLevel];
window.setLevel(NSScreenSaverWindowLevel);
set window level to NSScreenSaverWindowLevel

Obj-C, Java, and Applescript.
I think in any of those languages the best way to make sure it'll get on top instantly is to set the window controller class as the application's delegate in IB and use the applicationWillFinishLaunching notification to call the code above.
Mahalis is offline   Reply With Quote
Old 03-08-2006, 06:04 PM   #22
Constant Bitrate
 
Join Date: Apr 2005
Location: monroe/louisiana
Posts: 168
CArringt is on a distinguished road
Quote: Originally Posted by Mahalis
Yeah, it's layered... I've just been posting merged versions of the .psd.
I'm not sure how the actual click regions can be set up... non-square buttons are not something I've encountered before. Anyone know how to handle them?

If you can please post a versionof the psd project. one that is not merged. that way if we do need it for anything we'll have it.
CArringt is offline   Reply With Quote
Old 03-08-2006, 06:10 PM   #23
Low Bitrate
 
Join Date: Jul 2005
Location: Atlanta
Posts: 68
Mahalis is on a distinguished road
Most recent version of the psd attached. The Glows layer set is what I was thinking of using for the "clicked" effect... thoughts?
Attached Images
File Type: psd interface.psd (114.7 KB, 255 views)
Mahalis is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 03-08-2006, 06:37 PM   #24
Constant Bitrate
 
Join Date: Apr 2005
Location: monroe/louisiana
Posts: 168
CArringt is on a distinguished road
Quote: Originally Posted by Mahalis
Most recent version of the psd attached. The Glows layer set is what I was thinking of using for the "clicked" effect... thoughts?

I can't see it till i get home. cingular's computer systems suck. lol

if you write a version tonight can you do it in Cocoa. using that as a fondation would allow us to always add to it. Also have you thought of an idea for the "menu" button? that's a major part of the integration and controls.
CArringt is offline   Reply With Quote
Old 03-09-2006, 12:18 PM   #25
Constant Bitrate
 
Join Date: Apr 2005
Location: monroe/louisiana
Posts: 168
CArringt is on a distinguished road
I get my new mini tomorrow!!! whoop!!! (hopefully)
CArringt is offline   Reply With Quote
Old 03-09-2006, 12:43 PM   #26
Newbie
 
Join Date: Mar 2006
Location: West Coast
Posts: 49
JP@CL is on a distinguished road
Quote: Originally Posted by CArringt
I get my new mini tomorrow!!! whoop!!! (hopefully)

solo or duo? and did you upgrade to 1 gig of memory?

JP@CL
JP@CL is offline   Reply With Quote
Old 03-09-2006, 01:12 PM   #27
Constant Bitrate
 
Join Date: Apr 2005
Location: monroe/louisiana
Posts: 168
CArringt is on a distinguished road
duo and i'm going to upgrade the memory to 1 gig when it gets here.
CArringt is offline   Reply With Quote
Old 03-09-2006, 01:51 PM   #28
Newbie
 
Join Date: Jan 2005
Posts: 36
maded is on a distinguished road
just a short q: would the solo/duo thing make like a heck of a difference?
maded is offline   Reply With Quote
Old 03-09-2006, 02:11 PM   #29
Constant Bitrate
 
Join Date: Apr 2005
Location: monroe/louisiana
Posts: 168
CArringt is on a distinguished road
Quote: Originally Posted by maded
just a short q: would the solo/duo thing make like a heck of a difference?

I chose the duo for three reasons:

3. i read a review of the solo at TUAW.com that stated the front row usage was sluggish (mainly while using bonjour) and that HD playback through VLC was like watching still shots.

2. i plan on having a 3d type environment with animations and motion so i would like as much speed as possible.

and the number 1 reason is i'm a big geek =-) and the idea of being able to burn a dvd in my car. (the idea in it's self is just bad to the bone) lol
CArringt is offline   Reply With Quote
Old 03-09-2006, 07:18 PM   #30
Low Bitrate
 
Join Date: Jul 2005
Location: Atlanta
Posts: 68
Mahalis is on a distinguished road
So yeah... does anyone know how to handle non-rectangular click regions? I'm thinking of just using a mouseDown event and checking the coordinates manually but there must be a better way.
Mahalis 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
Remote that has drivers built for Frontrow, would would great in a car hookid MacCar 1 02-07-2006 10:55 PM
New remote solution for FrontRow gmed MacCar 1 11-18-2005 12:06 AM
Automotive Security Maeveth General MP3Car Discussion 18 04-07-2004 02:33 AM
ME 2.0 Official Bug Reports phat_bastard ME Archive 67 01-31-2004 07:27 PM
ps2 pelican remote w/ creative reciever & girder ShinkunoNamida Input Devices 0 04-26-2003 03:00 PM



All times are GMT -5. The time now is 03:34 AM.


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