-
Posts
1,469 -
Joined
-
Last visited
-
Days Won
36
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by y2guru
-
PASC CE (wip) Theme Editor - Getting close! and 1 more thing
y2guru replied to y2guru's topic in Big Box Custom Themes
- 25 replies
-
- 6
-
-
- bigbox
- custom themes
-
(and 1 more)
Tagged with:
-
@Jason Carr Is it just me or does the coverFlow:Flow control for the games views not work correctly under 9.6-beta9 ? meaning they no longer scroll and no longer have the scaling effect as you scroll left/right. I just booted up my desktop which is running bigbox 9.5 with my last generated theme and the horizontal wheel (games view) still performs the smooth scrolling and scaling. for reference here is my horizontal wheel code ( game view ) which no longer visually works the way it does under 9.5 <coverFlow:FlowControl x:Name="FlowControl" Grid.Row="0" Grid.Column="0" Opacity="1.0" ImageType="Boxes" CurveAmount="0" VisibleCount="7" PageSize="14" CameraZPosition="6" ItemZPosition="1" SelectedItemZPosition="3" Spacing="2.4" > <coverFlow:FlowControl.CoverFactory> <coverFlow:HorizontalWheelCoverFactory /> </coverFlow:FlowControl.CoverFactory> </coverFlow:FlowControl> and for platform view (which works fine) <coverFlow:FlowControl x:Name="FlowControl" Grid.Row="0" Grid.Column="0" Opacity="1.0" ImageType="Device" CurveAmount="0" VisibleCount="3" PageSize="3" CameraZPosition="8" ItemZPosition="3.7" SelectedItemZPosition="6.1" Spacing="3.9" > <coverFlow:FlowControl.CoverFactory> <coverFlow:HorizontalWheelCoverFactory /> </coverFlow:FlowControl.CoverFactory> </coverFlow:FlowControl>
-
Including Custom Fonts without Custom DLLs
y2guru replied to Jason Carr's topic in Custom Theme Tutorials
I second that! a very elegant solution! -
Including Custom Fonts without Custom DLLs
y2guru replied to Jason Carr's topic in Custom Theme Tutorials
Works like a charm Jason!! one question though... currently i generate the code in the same way as @wallmachine for example.. Value="LAUNCHBOX_ROOT_FOLDER/Themes/PASC/Fonts/Let_s_go_Digital.ttf#Let's go Digital" and this works great when in BigBox, but when the Theme is ready for submission/review, should the code look like the following ? Value="LAUNCHBOX_ROOT_FOLDER/Startup Themes/PASC/Let_s_go_Digital.ttf#Let's go Digital" -
Thanks Jason for the quick reply (you burn the candle at both ends too I see) I've just changed the code generator to incorporate your fonts solution and I'll test it later (once I get some shut eye), plus I have the text list views as mandatory but I wasn't aware of the Game View, so I have included that. I have a few more items on my To-Do list before a generated theme will hit your theme review process, but I figured it was time to incorporate some of your latest changes so that they will comply. 1 more question and I apologize as I can hunt for this topic, but the Device/playlist specific views...….. is this feature only for Game related Views ?
-
One more thing.... "Themes must not be missing required views (such as the game details view for Big Box themes) " is this the only view required for BigBox (other than textfilter) ? From my end (Theme Editor/Generator) I will be addressing "Themes must be developed by yourself and must be significantly different from other themes " Themes created via the editor can only be edited and re-generated via the original user.
-
PASC CE (wip) Theme Editor - Getting close! and 1 more thing
y2guru replied to y2guru's topic in Big Box Custom Themes
As I was still playing with the embedded code feature, I decided to further refine the analog clock design and code, the Hour hand now transitions from hour to hour as the minute hand advances- 25 replies
-
- 5
-
-
-
-
- bigbox
- custom themes
-
(and 1 more)
Tagged with:
-
PASC CE (wip) Theme Editor - Getting close! and 1 more thing
y2guru replied to y2guru's topic in Big Box Custom Themes
Thanks a lot Rince! embedding your own XAML code was a much needed addition as I cannot possibly code for every possible UI combination ?- 25 replies
-
- bigbox
- custom themes
-
(and 1 more)
Tagged with:
-
PASC CE (wip) Theme Editor - Getting close! and 1 more thing
y2guru replied to y2guru's topic in Big Box Custom Themes
I agree whole heartedly, I love the harryoke startup videos, plus.... they are optional downloads after all- 25 replies
-
- bigbox
- custom themes
-
(and 1 more)
Tagged with:
-
PASC CE (wip) Theme Editor - Getting close! and 1 more thing
y2guru replied to y2guru's topic in Big Box Custom Themes
its a valid concern and you are not alone in that regard ?- 25 replies
-
- bigbox
- custom themes
-
(and 1 more)
Tagged with:
-
PASC CE (wip) Theme Editor - Getting close! and 1 more thing
y2guru replied to y2guru's topic in Big Box Custom Themes
If I understand correctly ... you are more concerned about the edited, re-published theme finding its way back on the downloads section, right ? from the looks of things with the latest bigbox beta and the new Theme Manager it looks like there's going to be a review process in place before a theme is deemed allowed for download. I'm all about fairplay, if I see a theme I like but I want to change it slightly for my own personal use then I should be able to do so, wouldn't you agree ?- 25 replies
-
- bigbox
- custom themes
-
(and 1 more)
Tagged with:
-
PASC CE (wip) Theme Editor - Getting close! and 1 more thing
y2guru replied to y2guru's topic in Big Box Custom Themes
You will not be able to open/import any Theme with this editor, but yes... if a Theme was created using this editor then you can import, manipulate it and re-publish it.- 25 replies
-
- bigbox
- custom themes
-
(and 1 more)
Tagged with:
-
Sharing the latest update, my to-do list is getting shorter ? This was my 2nd video attempt this evening/tonight as the 1st attempt resulted in the YouTube video having no audio! so please forgive me if I appear tired. Added the ability to embed your own XAML code ?
- 25 replies
-
- 12
-
-
-
- bigbox
- custom themes
-
(and 1 more)
Tagged with:
-
Thank you so much for your kind words! yes the style is not to everyone's tastes, but I was shooting for something that was a little different in terms of look and user customization. it was a ton of work for sure but I learned a great deal regarding graphics creation (my weakest area) and it was an early experiment to see how much user customization could be done within a theme, that work led to the creation of the editor. Like you, I cannot wait for the editor to be completed because I would love to see what others come up with.
-
if i understand you correctly, you mean the game wheels to contain the game title even if you haven't selected them? if so, Jason would have to upgrade the wheels to support that information
-
A theme like that... yes i think something like that could be achieved, the selection wheel would not be exactly like that though unfortunately.
-
I would love to do a livestream actually Rince, it would allow people to ask for particular things to be demonstrated on the fly.