home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Shopping List Pluggin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Anthrax" data-source="post: 635596" data-attributes="member: 46494"><p><strong>AW: Re: Shopping List Pluggin</strong></p><p></p><p>Alright,</p><p></p><p>maybe a few things to get you started...</p><p></p><p>- have a look here: <a href="http://wiki.team-mediaportal.com/MediaPortal1_Development/SkinArchitecture/checklistcontrol" target="_blank">MediaPortal1_Development/SkinArchitecture/checklistcontrol - MediaPortal Manual Documentation</a></p><p>- you should try to seperate data from presentation (your approach to put the shopping list items right into the skin files might be suboptimal)</p><p>- try an internal List<string> for instance to store your list items (can be easily read/written to xml as well) (or dictionary or any linear collection really)</p><p>- put a <a href="http://wiki.team-mediaportal.com/MediaPortal1_Development/SkinArchitecture/checklistcontrol" target="_blank">GUICheckListControl</a> in your skin/plugin</p><p>and fill it with (checkbox)items created from the internal list items (GUIControlsDemo)</p><p>- add a button</p><p>- inside the button handler iterate over the checklistcontrol and remember all selected</p><p>- find a way to print these! </p><p>- or even better send an email with the shopping list ;-)</p><p></p><p>non optional: see other plugin sources for reference! <a href="http://code.google.com/p/mychitchat/source/browse/#svn/trunk" target="_blank">this one might get you started</a> ;-)</p><p></p><p>EDIT: <a href="https://sources.team-mediaportal.com/svn/public/tags/Release%201.0.2/TvEngine3/TVLibrary/TvPlugin/TvPlugin/TvEpgSettings.cs" target="_blank">https://sources.team-mediaportal.com/svn/public/tags/Release 1.0.2/TvEngine3/TVLibrary/TvPlugin/TvPlugin/TvEpgSettings.cs</a> (look for the use of the checklist control "listChannels" there)</p><p></p><p>Feature suggestions:</p><p></p><p>1. Do it right for EVERYBODY: <a href="http://www.grocerylists.org/wp-content/uploads/2009/09/GrocerylistsDOTorg_Deluxe_v3_0.pdf" target="_blank">http://www.grocerylists.org/wp-content/uploads/2009/09/GrocerylistsDOTorg_Deluxe_v3_0.pdf</a></p><p>2. Add category list -> item list navigation to choose items even faster</p><p>3. Add custom item support (virtual keyboard isn't hard either!)</p><p>4. Add email funtionality!</p><p>5. Print with templates (checkboxes or the like, categories, whatever...)</p><p></p><p>thx in advance</p><p>Anthrax</p></blockquote><p></p>
[QUOTE="Anthrax, post: 635596, member: 46494"] [b]AW: Re: Shopping List Pluggin[/b] Alright, maybe a few things to get you started... - have a look here: [url=http://wiki.team-mediaportal.com/MediaPortal1_Development/SkinArchitecture/checklistcontrol]MediaPortal1_Development/SkinArchitecture/checklistcontrol - MediaPortal Manual Documentation[/url] - you should try to seperate data from presentation (your approach to put the shopping list items right into the skin files might be suboptimal) - try an internal List<string> for instance to store your list items (can be easily read/written to xml as well) (or dictionary or any linear collection really) - put a [URL="http://wiki.team-mediaportal.com/MediaPortal1_Development/SkinArchitecture/checklistcontrol"]GUICheckListControl[/URL] in your skin/plugin and fill it with (checkbox)items created from the internal list items (GUIControlsDemo) - add a button - inside the button handler iterate over the checklistcontrol and remember all selected - find a way to print these! - or even better send an email with the shopping list ;-) non optional: see other plugin sources for reference! [URL="http://code.google.com/p/mychitchat/source/browse/#svn/trunk"]this one might get you started[/URL] ;-) EDIT: [url]https://sources.team-mediaportal.com/svn/public/tags/Release%201.0.2/TvEngine3/TVLibrary/TvPlugin/TvPlugin/TvEpgSettings.cs[/url] (look for the use of the checklist control "listChannels" there) Feature suggestions: 1. Do it right for EVERYBODY: [url]http://www.grocerylists.org/wp-content/uploads/2009/09/GrocerylistsDOTorg_Deluxe_v3_0.pdf[/url] 2. Add category list -> item list navigation to choose items even faster 3. Add custom item support (virtual keyboard isn't hard either!) 4. Add email funtionality! 5. Print with templates (checkboxes or the like, categories, whatever...) thx in advance Anthrax [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Shopping List Pluggin
Contact us
RSS
Top
Bottom