Page 10 of 15 FirstFirst 123456789101112131415 LastLast
Results 91 to 100 of 150

Thread: Check Here For Updates!

  1. #91
    Variable Bitrate super-fly's Avatar
    Join Date
    Feb 2006
    Location
    NJ
    Posts
    256
    Here is the iGuidance thing. All it does is launch iGuidance for you, but I think fusion remembers screen size and placement. You have to call the guest "Windows XP" or change the script to whatever your guest is called. I tried like crazy to try and figurte out what the window was called in order to manipulate it or whatever to no avail. I tried front window, window 1, window 2 etc. I used the element inspector to try and get it to but that didnt work.

    Script

  2. #92
    Admin. Linux loser.
    Auto Apps:loading...
    Bugbyte's Avatar
    Join Date
    Sep 2004
    Location
    Corning, NY
    Posts
    7,364
    Blog Entries
    2
    Quote Originally Posted by NeonDev View Post
    I had no idea you had/have an apple script FE. what happened with that? if you don't mind my asking.
    It worked, but I eventually ran into issues that are related to limitations in Applescript. For example, often clicking a button would not have an effect until you clicked it again. Related to the function of the On Idle command. Worklog on it is here.

    Oh yeah, it was ugly, too.

    Also, debugging became problematic because of the modular nature of the app. I was calling different scripts to handle different functions like music or handling button actions. You can't easily trace the execution of the scripts when it gets big because of the way the idle handler works.

    Quote Originally Posted by NeonDev View Post
    also have you had a chance to try your radio with NBB yet? i'm anxious to see if it will work
    I built my cable but it doesn't work. It isn't showing up in the Network control panel as a port. I've tried both the FTDI virtual serial port and the Kensington device. The FTDI shows lots of activity but when I open the Network control panel, while the port is there, it says it is disconnected. Usually, you are asked to connect it.

    I have to diagnose it and figure out what is wrong with the cable. Haven't had time.
    Attached Images Attached Images  
    Quote Originally Posted by ghettocruzer View Post
    I was gung ho on building a PC [until] just recently. However, between my new phone having internet and GPS and all...and this kit...Im starting to have trouble justfiying it haha.
    Want to:
    -Find out about the new iBug iPad install?
    -Find out about carPC's in just 5 minutes? View the Car PC 101 video

  3. #93
    Variable Bitrate NeonDev's Avatar
    Join Date
    Feb 2008
    Posts
    431
    I have seen way uglier interfaces! I'm quite impressed that you were able to do all that with apple script. I would think with that kind of scripting ability you would have given a try at obj-c...

    hope you can get the radio working

    @superfly
    I will start work on NBB launch scripts tomorrow. shouldn't take long to get it working but I actually want to try and use the SDK to build a blank module from scratch and use it a an open source demo project for building NBB modules which may add some time to the project.

    After I do that you/somebody else can download the project and simply edit the script in order to make more "modules" that will simply overlay an NBB frame over a background app. that hopefully will make up for lack of features NBB has at the moment
    check us out at: www.neonboombox.com

  4. #94
    Variable Bitrate NeonDev's Avatar
    Join Date
    Feb 2008
    Posts
    431
    superfly- I downloaded your iguidance app above and it says it requires the classic environment. which of course is not supported in leopard which NBB requires. I was hopping for an applescript so that others might modify the project to get other apps embedded. either way it doesn't seem like it will work as is.
    check us out at: www.neonboombox.com

  5. #95
    Variable Bitrate super-fly's Avatar
    Join Date
    Feb 2006
    Location
    NJ
    Posts
    256
    I have leopard and it works for me....i dunno...i used leopard when i wrote it too

  6. #96
    Variable Bitrate NeonDev's Avatar
    Join Date
    Feb 2008
    Posts
    431
    that is interesting. Nevertheless I have extended the the NBB module class to execute script files on create/launch/exit. If you compiled that app from a script all you will need to do is save the script (save as a scpt file, that app from above won't work) to Neonboombox/contents/resources/modules/XXXX/contents/resources/scripts

    save it as launch.scpt if you want it to be executed on launch.

    all NBB does at this point is execute the script. I still need to figure out/be told what size/position to make the frame/button/whatever

    basically there is no interface yet.
    check us out at: www.neonboombox.com

  7. #97
    Admin. Linux loser.
    Auto Apps:loading...
    Bugbyte's Avatar
    Join Date
    Sep 2004
    Location
    Corning, NY
    Posts
    7,364
    Blog Entries
    2
    Quote Originally Posted by NeonDev View Post
    all NBB does at this point is execute the script. I still need to figure out/be told what size/position to make the frame/button/whatever

    basically there is no interface yet.
    Put the parameters in the plist file and let the user edit them - for now.

    Also, the script wouldn't run on my version of Leopard either. Maybe it needs to be compiled as universal binary? I pulled it down on my PPC machine.
    Quote Originally Posted by ghettocruzer View Post
    I was gung ho on building a PC [until] just recently. However, between my new phone having internet and GPS and all...and this kit...Im starting to have trouble justfiying it haha.
    Want to:
    -Find out about the new iBug iPad install?
    -Find out about carPC's in just 5 minutes? View the Car PC 101 video

  8. #98
    Variable Bitrate NeonDev's Avatar
    Join Date
    Feb 2008
    Posts
    431
    and I have an intel machine... I don't understand, but it doesn't matter since NBB requires the actual script file.

    that is a wonderful idea for determining orientation and size of things but I still need a list of what you guys need. just a button to take you back? what about the menu bar? right now it is hidden. will need it?

    EDIT: I have decided to make menu-bar visibility an option. that means the module will need an options button somewhere unless you all feel like manually editing the plist when you are embedding an app that needs the menu bar

    the main reason why I don't particularly feel like simply pulling values from a plist is that different embedded apps may want additional controls/frames. I will be open sourcing the code for this module so that others can take it and modify it to embed other applications.

    I do want the best solution but I also really don't want to take a whole lot of time on this since I am making it open for the community to alter it as they see fit.
    check us out at: www.neonboombox.com

  9. #99
    Variable Bitrate NeonDev's Avatar
    Join Date
    Feb 2008
    Posts
    431

    test build for embeding 3rd party apps

    @super fly - try testing your script with this build

    this build adds the ability for NBB modules to execute apple scripts on launch and exit. you will need to visit the SDK thread for directions and maybe download the sample project edit the launch script in it and compile it; then of course install it.

    If you need help PM me.
    Attached Files Attached Files
    check us out at: www.neonboombox.com

  10. #100
    Variable Bitrate super-fly's Avatar
    Join Date
    Feb 2006
    Location
    NJ
    Posts
    256
    ok...I'll give it a try thanks. Probably won't be till next week as I have finals this week.

Similar Threads

  1. Bloomin' alternator whine
    By Vodkapete in forum Car Audio
    Replies: 4
    Last Post: 05-03-2007, 06:25 PM
  2. Just an FYI: CHECK THE VOLTAGES!
    By dbzeag in forum Power Supplies
    Replies: 6
    Last Post: 06-13-2006, 04:22 PM
  3. C.A.M.P. Project revealed! please check it out
    By crazyshaxs in forum General Hardware Discussion
    Replies: 10
    Last Post: 04-12-2001, 08:52 PM

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
  •