Tuesday, June 22, 2010

Re: List Help

0 comments
The key is generating the list quickly is doing it off screen on a
subpage and displaying the list subpage after you hit the endalbums
marker.

Set a regex to set the subpage join high when end albums is hit.

my xbmc lists are massive (literally thousands of elements) and I have
no speed issues doing it in this manner.
On Jun 22, 5:37 am, Jarrod Bell <jar...@guilink.com> wrote:
> This is expected, we are working on networking comms speed
> improvements with threading, hopefully will get it updating faster in
> coming weeks.
>
> Jarrod
>
> On Jun 22, 7:31 pm, David <da...@inteltech.co.nz> wrote:
>
>
>
> > Hi Jarred
>
> > I have the list displaying now - thanks for your assistance.  Could
> > you please advise what the expected performance should be?
>
> > Currently I am returning 260 records, the first 4 records are
> > displayed on screen within a second, then there is a pause for up to
> > 18 seconds before the others are displayed.
>
> > Sometimes (randomly) up to 8 records can be displayed for the upto 18
> > second pause?
>
> > If I telnet to the controller, and enter the commands, the reply is
> > instant...
>
> > Any ideas?
>
> > Cheers
> > David
>
> > On Jun 20, 10:23 am, David <da...@inteltech.co.nz> wrote:
>
> > > Shall do now - althought I think it might have been a memory issue - I
> > > was adding my own pages to a template file for testing - this morning
> > > I seperated my page in to its own gui file, and although it doesnt
> > > work, it also doesnt crash.
>
> > > Email to the support address on its way.
>
> > > Cheers
> > > David
>
> > > On Jun 20, 1:10 am, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > > Can you please send the file without any changes so that I can see
> > > > whats causing the crash? Use File > Export > Project Archive... and
> > > > send the zip file to support at commandfusion (sorry for the efforts
> > > > to escape spam).
> > > > I will then be able to see where you went wrong and fix a crash bug
> > > > all at once.
>
> > > > Jarrod
>
> > > > On Jun 19, 10:50 pm, David <da...@inteltech.co.nz> wrote:
>
> > > > > Thanks for that - I followed that, but can now only assume CF is
> > > > > crashing - when I try to load the list page, CF appears to close....
> > > > > I have no doubt this is due to my own doing however...
>
> > > > > Until tomorrow!
>
> > > > > Cheers
> > > > > David
>
> > > > > On Jun 19, 10:45 pm, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > > > > Hi David,
>
> > > > > > What is the end of message character for each line? I'm guessing \x0D
> > > > > > or \x0A\x0D ? Make sure you set the system EOM to match.
>
> > > > > > Then you will create two regex items, one to clear the list using the
> > > > > > 'BeginAlbums' message and one to add each item to the list.
>
> > > > > > REGEX 1 = (BeginAlbums)
> > > > > > onmatch, set list join to value 0x (use the join of your list
> > > > > > obviously)
>
> > > > > > REGEX 2 = (\d+)\."(.*)"
> > > > > > Set feedback to list join of your list (top right of properties
> > > > > > window)
> > > > > > onmatch, set list join to value c (this creates a 'content' list
> > > > > > item). You can also set to value of 't' to create a 'title' list item,
> > > > > > as per the list properties.
> > > > > > group, capture index = 1, name = itemnum, datatype = analog, target =
> > > > > > anything, join = anything, token mode = token.
> > > > > > group, capture index = 2, name = itemtext, datatype = analog, target =
> > > > > > anything, join = anything, token mode = token
> > > > > > onmatch, target = serial, join = serial join of a text field in your
> > > > > > list subpage, value = $itemnum$. $itemtext$
>
> > > > > > That should cover it.
>
> > > > > > Jarrod
>
> > > > > > On Jun 19, 7:42 am, David <da...@inteltech.co.nz> wrote:
>
> > > > > > > Hi All
>
> > > > > > > I am wondering if someone could provide me with some assistance for
> > > > > > > creating a list?
>
> > > > > > > If I submit the following command to my controller: music-albums
>
> > > > > > > It will respond with:
>
> > > > > > > BeginAlbums
> > > > > > > 0.""
> > > > > > > 1."#1's"
> > > > > > > 2."21st Century Breakdown"
> > > > > > > 3."50 Years of the Greatest Hit Singles"
> > > > > > > 4."808s & Heartbreak"
> > > > > > > 5."2001"
> > > > > > > 6."2008 Grammy Nominees"
> > > > > > > 7."Ace Of Base - Greatest Hits"
> > > > > > > 8."Adrenaline Rush 2007"
> > > > > > > ...
> > > > > > > EndAlbums
>
> > > > > > > So the question is, how do I transform that response into a list, that
> > > > > > > is usable within CommandFusion?
>
> > > > > > > Cheers
> > > > > > > David- Hide quoted text -
>
> > > > > > - Show quoted text -- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > > - Show quoted text -

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Comments

0 comments to "Re: List Help"

Post a Comment

 

Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com