Jump to content
LaunchBox Community Forums

shinra358

Members
  • Posts

    501
  • Joined

  • Last visited

Posts posted by shinra358

  1. YOU DONT ANSWER PMS. WHAT DONT YOU UNDERSTAND??? Ok im tired of the threats and pompous attitudes every time i try to do something here. Youre obviously not listening to anything im saying, im sick of your mods starting crap with ppl, and i know now that it was indeed one of you that banned me from the livestreams for no reason. So with that said, i no longer want to be a part of this community. So go ahead and ban me now. This is ridiculous. There is no purpose for these forums anyway because no one ever helps anyone and you take 10 years to do simple things. And this penis measuring crap is below my age range. Delete my account and do what you gotta do. Now thats the end of the discussion asshole. Go ahead and do ya'lls usual talking crap after the ban too. I dont give a damn. Anything to fuckin' fit in, smdh. Bye and go fuck yourselves.

  2. @Jason CarrI've made about 3 help threads within the last 3 months and that have magically disappeared. One I created recently was about Eatkinola's ao plugin and when I look through my made posts in my profile, it isn't there. If it was in the wrong place I should have been told or it should have been moved to the correct one. So I'm going to say that it is safe to say that Monkus is trying to get on my nerves again by deleting any and every help thread that I create >:(

    • Haha 1
  3. "I'm not sure what you mean by adding it to the theme. "

    Like how a user created dll would be added to the theme. Adding the reference and adfing the line of code at the top of the xaml that goes with it. How would that line look (what is the line)?

     

  4. Okay. It doesn't work the normal way (putting it beside bigbox exe). So does that mean to add it to the theme like any other plugin? And what would the code line look like at the top when including it (if it'll work that way)?

  5. Can somebody remake this video so that there is no gameboy banner on the left, no labels, no lettering, 16:9 still, no bios logo intro, and nothing on the gameboy screen?

    (wasn't sure if this was the right section to ask this)

  6. I see that I misinterpreted your pic. The 'what you want' pic is 16:9 after all, it's just that it's cut off. So what you want to do is probably go back to using imagevideoview (since what you want is not really stretching) and actually add: ClipToBounds="True" (allows the image to exceed the its bounding grid but be cut off so you wont actually be able to see it in the other grid sections). HorizontalAlignment="Left"  (so that the center of the video is on it's left side so that the image can start from that middle grid line). And VerticalAlignment="Center" (so that the image can stay centered on the top/bottom plane).

    Let me know if that works. Sometimes trial and error have to be done :P

  7. 48 minutes ago, viking said:

    Hi guys !

    Is there a way to force a {Stretch = "UniformToFill"} like fonction on video ?

    I want to use PlatformVideo, with transition, in a vertical grid aera.
    Based on this code line, I think (?)
     

    
    <transitions:TransitionPresenter  TransitionSelector="{Binding ImageVideoTransitionSelector}" Content="{Binding ImageVideoView}" IsContentVideo="true"/>

     

    An illustration to be clearer:

    video_centred.thumb.jpg.d78655a781ca4dd86ebfce8a3168d9e4.jpg

    Possible? Any ideas ??
    I cant find anything with Google. Help please! :$

    If your vid is a 16:9 vid as in the first pic, you cant make it a standing rectangle like the third pic with uniform to fill unless the vid is turned sideways or unless you make the grid exactly like the third pic and do non uniform stretching. Can you make a diagram like that but with an actual image so i can get a better idea of what you are trying to achieve?

     

    If you want to do the non uniform stretching, you need to specify in the code what grids and columns the vid should occupy: grid.row, grid.rowspan, grid.column, grid.columnspan

    But you cannot do this with binding the imagevideoview because it isnt exposed like the binding background view and is hardcoded to be uniform to fill. Trust me, ive asked to be able to control the stretching options for imagevideoview for years with no dice :P

    But there is a backgroundview xaml that you can edit to suit whatever needs you need to adjust after switching to it to get your stretching video.

     

    • Like 1
  8. 45 minutes ago, Retro808 said:

    If and whenever you do get to some updates on marquee stuff you will have made my day. Been holding on for the day we can get some marquee update love :D Gif support or video support would be awesome. To be honest I am just happy LB/BB keeps getting better and better. Thanks @Jason Carr for all the hard work. 

    gifs work without memory leak but they take 1000 years to load every time xD

  9. @Jason CarrFound a new bug. Using a constant video in the marquee area while scrolling through games causes a memory leak within 2 minutes of scrolling. It then locks up bigbox and windows.

    For example:

    Clipboard01.png

    Marquee = bottom screen (touch tablet)

    Top Screen = laptop main screen

     

    The water on the bottom screen is a video. When scrolling through games at the top (with games having background images, videos, and all, when I get through the 2nd cycle, eventually bb will slow down causing windows to do the same and eventually bb will become unresponsive without an error while my cursor will lag and chop throughout windows.

  10. Those weren't in the code by default (I don't think) so I guess it's fine. I only had to remove it from only one of the codelines. But for cleanliness, probably a good idea.

     

    EDIT: As of now, this actually works (stretching) when put into a border:

    <videos:VideoControl VideoPath="pack://siteoforigin:,,,/Themes/YourTheme/Videos/Background.mp4"
    StretchVideo="true" CenterVideo="false" />

     

    Just seems like stretchvideo and centervideo crashes on the transition presenter only.

  11. This change crashes most themes. What do we change to keep this from happening if we are ready to use this yet?

    Edit: removed stretchvideos="true" and centervideos="true" from one of the transitionpresenters. Now everything is fine.

    • Like 1
  12. 39 minutes ago, Jason Carr said:

    I also added a StretchVideo property to the video transition presenters for the theme as well.

    FINALLY! After 10,000 years I'm freeeee. It's time to conquer earth xD

    How about that ability to choose to omit/allow vids or pics from that transition selector?

  13. I would like the upgrade to have settings in this xaml be immediately reflected if changed in the xaml and not bigbox itself. Currently, if you change a button in the xaml while bigbox is on, nothing happens until you change it in bigbox. This would assist me in disabling buttons when I need to on the fly and would stop certain user activity when certain things are taking place within my theme.

  14. You will be able to tell which xml holds all your path info if you look inside the folders in the main directory. But you will need notepad++ to find the paths you want to change to your new paths with the find/replace feature. Once you input part of your old path and state what you want your new path to be, it can change them all in less than a second.

  15. d:DesignHeight="562" d:DesignWidth="1000" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Style="{StaticResource UserControlStyle}" FontFamily="/BigBoxTheme;component/Fonts/#Square721 BT">

    ^removing the blue in wheelgamesview seems to have fixed the issue.

    • Like 2
×
×
  • Create New...