2008-04-07, 10:03 AM
Hi JW,
Do you have any plans to add lists with images/icon support to wizuihelper?
Thanks
Do you have any plans to add lists with images/icon support to wizuihelper?
Thanks
2008-04-07, 10:03 AM
Hi JW,
Do you have any plans to add lists with images/icon support to wizuihelper? Thanks
2008-04-07, 10:47 AM
Isn't this already possible with the use of image args and a DrawImage tag in the skin file?
My Projects
Programs Plugin [SIZE=2](retired) | Volume OSD Plugin (retired) | Documentation Wiki (retired)[/SIZE]
2008-04-07, 02:30 PM
As McBain states, you should already be able to place images in lists utilizing an image callback and a DrawImage tag in the skin. I'll provide an example if you'd like tonight.
2008-04-07, 03:53 PM
First you need to create an object that implements the SkinHelper2.GetImageCallback. This object will probably also store info that will display in the list.
In this example, the ShowInfo object exposes the title, episode and show image (jpg) Code: public class ShowInfo SkinHelper2.GetImageCallback In your main program, you will create an ArrayList of WizUiList.WizListItem objects. Code: ArrayList list = new ArrayList(); Now the skin should reflect those entries as follows: Code: <CompositeImage name="ProgramsListNormal" size="70,4.0">
2008-04-09, 09:55 AM
Thanks for the code and the respose.
After speaking with McBainUK my inexperience with the correct term has got it the way once more, what I was actually after was a grid with images which I believe is not supported by GBPVR :-( never mind I will try using a list with images not quite as cosmetically pleasing.... Thanks
2008-04-09, 10:04 AM
grid with image is supported....if you create a UiSimpleList (in the pvrx2 libraries) and set the mode to ICON you should be able to get a grid of images..
2008-04-09, 10:15 AM
Well I'll be damned, is that a new thing? I'm sure a few months back the simple list was just that, a simple list only.
My Projects
Programs Plugin [SIZE=2](retired) | Volume OSD Plugin (retired) | Documentation Wiki (retired)[/SIZE]
2008-04-09, 10:17 AM
no I think it's always been there... That picture was quite old - august 2007 - just when version 1 was coming out with the new UI
2008-04-25, 04:03 AM
I feel a lot of rewriting of code coming on :-D
Thanks Psycik!
2008-04-25, 04:11 AM
ha ha you're welcome...
Have you seen ML3 yet (since pvrx2 has been out almost a year now)......no? that cos i ain't finished re-writing it yet.....just sharing the love!! ![]() |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
WizTools - 1.x Plugin Development Toolkit | JavaWiz | 308 | 72,944 |
2010-03-27, 09:55 PM Last Post: Ommina |
|
The Future of WizTools | Ommina | 7 | 2,360 |
2009-01-03, 01:53 AM Last Post: reven |