NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 20 21 22 23 24 … 93 Next »
WizTools - 1.x Plugin Development Toolkit

 
  • 0 Vote(s) - 0 Average
WizTools - 1.x Plugin Development Toolkit
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#201
2008-04-21, 03:01 PM
Thanks Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#202
2008-04-24, 01:19 PM
Is there built in support for more Up/Down indicators for lists? I can't see anything obvious.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#203
2008-04-24, 06:22 PM
McBainUK Wrote:Is there built in support for more Up/Down indicators for lists? I can't see anything obvious.
Not sure what you mean exactly. For each item in the list there is a @moreUp and @moreDown property indicating if there are list items above and/or below the item.

What other types of indicators are you looking for?
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#204
2008-04-24, 06:38 PM
OK, I will use those properties then.

Sub's UiList looks for MoreUp, MoreDown and PositionInfo skin elements automatically.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#205
2008-04-24, 07:09 PM
McBainUK Wrote:OK, I will use those properties then.

Sub's UiList looks for MoreUp, MoreDown and PositionInfo skin elements automatically.
I have not looked at sub's base lists in awhile.
  • Does it publish MoreUp/Down/PositionInfo at the list level, or at the item level?
  • What exactly does PositionInfo mean? Index within the list, percentage position within the list???
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#206
2008-04-24, 07:14 PM
JavaWiz Wrote:I have not looked at sub's base lists in awhile.
  • Does it publish MoreUp/Down/PositionInfo at the list level, or at the item level?
  • What exactly does PositionInfo mean? Index within the list, percentage position within the list???
If you look at the Video Library screen you'll see these things at the bottom of the list control as page up/down buttons, and textual indicator of where in the list the user is.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#207
2008-04-25, 04:10 AM
McBainUK Wrote:OK, I will use those properties then.

Sub's UiList looks for MoreUp, MoreDown and PositionInfo skin elements automatically.
I am changing the next version of WizUiList to publish a couple new properties for skinning as follows..

At the list level:
  • @moreUp - if there are more elements above the 1st visible element, this value is true else false
  • @moreDown - if ther are more elements below the last visible element, this value is true else false
  • @positionText - position of the selected element within the list in format 99/999, where 99 is the element position, 999 is the number of elements in the list.
If any of these elements exist in any of the elements for the List background, the list background allocates 1 extra row so these data elements have room to render below the list.

At the ListItem level:
  • @moreUp - if there are more elements above this item, returns true else false (ie 1st item in the list). Note: if AutoScroll is on, this item always return true as long as there is at least 1 item in the list.
  • @moreDown - if there are more elements below this item, returns true else false (ie last item in the list). Note: if AutoScroll is on, this item always return true as long as there is at least 1 item in the list.
Ommina
Offline

Senior Member

Posts: 330
Threads: 39
Joined: Feb 2006
#208
2008-04-25, 04:46 AM
JW -- if you have a moment and don't mind, can I beg you to take a look at the word wrapping for the nifty little scrolling textbox?

Everything works great, except for the last line displayed (the last line displayed in the window, not necessarily the last line of text in the string. So, last visible line). Instead of wrapping to the next line, it is being displayed over top the down arrow.

Meh, I hope I'm making sense.

Or maybe I'm doing something wrong in the skin? Hmm.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#209
2008-04-25, 04:34 PM
Ommina Wrote:JW -- if you have a moment and don't mind, can I beg you to take a look at the word wrapping for the nifty little scrolling textbox?

Everything works great, except for the last line displayed (the last line displayed in the window, not necessarily the last line of text in the string. So, last visible line). Instead of wrapping to the next line, it is being displayed over top the down arrow.

Meh, I hope I'm making sense.

Or maybe I'm doing something wrong in the skin? Hmm.
I'll take a look, but I thought this was mostly controlled by the skin. I'll get back to you after I've had a look.
Ommina
Offline

Senior Member

Posts: 330
Threads: 39
Joined: Feb 2006
#210
2008-04-25, 07:07 PM
Thank you for checking. I did some playing with the skin values last night, but couldn't come up with anything that made a difference.

But I admit I only vaguely understand how many of the spam values work together, so could very well be me.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (31): « Previous 1 … 19 20 21 22 23 … 31 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 3,109 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,578 2020-11-14, 08:01 PM
Last Post: sub
  Test/Development environment for npvr.db3 scJohn 10 4,617 2020-09-04, 09:14 PM
Last Post: scJohn
  VIdeo playback from plugin mvallevand 5 3,656 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 3,023 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,897 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,345 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 2,036 2013-03-12, 06:48 AM
Last Post: psycik
  Integrated Development Environment (IDE) for plugins osx-addict 5 2,879 2012-10-18, 08:35 PM
Last Post: osx-addict
  Plugin problems with started from the command line mvallevand 11 5,275 2012-08-12, 07:56 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode