Bill
Got it. Will try to get to it very soon.
Bob

Bill Filler wrote:
> Bob,
> Attached is a patch file for mobile-basic-flash that adds the
> following functionality. Please let me know if you have any
> questions.  
> 
> Bill
> 
> * added support for hide/show marquee based on gconf settings:
> When enabled via the appropriate gconf setting, this feature allows
> the marquee panel to be dynamically hidden when the home plugin
> screen is shown and displayed when an application is shown. This also
> requires mods to hildon-desktop, and I will be submitting those
> patches shortly as well.    
> 
> * added support for custom flash movie name based on gconf settings:
> If a custom flash movie filename is specified via gconf, it will now
> be loaded by the flash_home.html, otherwise the default movies will
> be loaded.  
> 
> * added support for enabling specific events based on gconf settings:
> Code has been added that will read in gconf settings that specify
> events to be monitored by the home plugin and propagated to the flash
> movie. Default implementations have been provided for network state
> change events and battery events. I attempted to move the impl code
> into their own files but ran into problems, so all the code currently
> lives in the main .cpp file, but would be nice to move at some point.
> 
> * modified support for app launching by name, path, index or mobileId
> (not complete) Added support to both flash_home.html and
> mobile-basic-home- plugin.cpp to support launching applications based
> on the following   
> parameters:
> launchAppFromName(name) - find app with specified Name from .desktop
> file and launch 
> launchAppFromPath(path) - execute the specified command path
> launchAppFromIndex(index) - current method of using index to launch
> app 
> launchAppFromId(id) - this is stubbed out to support launching from
> the "MobileId" parameter that we discussed adding to the .desktop
> files  
> TODO: Bob, you'll need to modify src/gui.as to call launchAppFromIndex
> () rather than launchAppFromId(), as you guys are currently using the
> index. The flash movie will need to be regenerated as well. I tried
> to do this, but had problems with the flash movie, so that's why I
> didn't do it.   
> 
> * added start_plugin() function that gets called from flash movie to
> launch plugins Added support to launch plugins from the flash movie
> via the  
> launchPlugin(name) javascript method.
> 
> * added launching banner when launching app:
> Shows a banner in the center of the screen as soon as app launch
> starts and it sticks around until the application is shown on the
> screen  

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

Reply via email to