Home › Forums › Bunifu UI Winforms › Bunifu Transition – Animated Sliding Panel.
Tagged: перевезу груз контейнер из сша
-
AuthorPosts
-
-
I followed the tutorial video from Youtube site (go to https://www.youtube.com/watch?v=teqYKcj62VA) step by step but later (because of my hearing impairment) i could’t hear and figure out how that guy renamed the control like sidemenu. where did he rename a control? I need a help that will be appreciated. Thanks 🙂
-
-
The attached link is a local file, host it somewhere or create a ticket for it.
-
-
Hi, sorry about that, there is no explanation going on the video but music. the sidemenu control is a panel – you can rename it via properties window. Having trouble check the comment section of the video, most issues have been covered there.
-
Here is my work. Download here.
-
Hello please I have been waiting to get your help since yesterday…. Please fix my work for me. Here is my work
https://mega.nz/#F!wA9XUJZT!P7NR9LCAnu0MiPIQnwrgJg -
Sorry for the late response, all you need to do is implement the click event for menu instead of putting the code inside Form_load
Here: See Image
or code
` private void btnSlidingPanel_Click(object sender, EventArgs e)
{
if (slidePane.Width == 38)
{
slidePane.Visible = false;
slidePane.Width = 189;
panelAnimator.ShowSync(slidePane);
logoAnimator.ShowSync(largeLogo);
}
else
{
logoAnimator.Hide(largeLogo);
slidePane.Visible = false;
slidePane.Width = 38;
panelAnimator.ShowSync(slidePane);
}
}` -
Hello, please I tried to animate two panels on one form but it didn’t work as expected. Please help me fix it for me. Here is my work https://mega.nz/#!xFUBhYLA!KL24usbIWowu3qlTFB-PpstQfwqTaDn66OWH8pQIZ-k
-
-
Hi, here is your solution. https://mega.nz/#!pJdAwQ7B!Vpo1jM50x9HPHfvA6KaOVxjREjVZXHHOYHvnGXMenHY Happy coding.
-
How to work sidemenu from right to left means an Arabic list
-
Hi, please make use of right to left property like in the . Thank you.
-
Please help me fix it for me. Here is my work
https://mega.nz/#!ZuIDBR7B!0z_he_Vu-InKDxEHooVakWcJ5Ncxg6YNVtds5llIj1E
-
-
hello mr Amos Chepchieng
please help me .. i need this coming code u fixed for mr lyric as VB can you convert it for me please
thnksprivate void btnSlidingPanel_Click(object sender, EventArgs e)
{
if (slidePane.Width == 38)
{
slidePane.Visible = false;
slidePane.Width = 189;
panelAnimator.ShowSync(slidePane);
logoAnimator.ShowSync(largeLogo);
}
else
{
logoAnimator.Hide(largeLogo);
slidePane.Visible = false;
slidePane.Width = 38;
panelAnimator.ShowSync(slidePane);
}
} -
Hello there, here is the converted code;
Private Sub btnSlidingPanel_Click(ByVal sender As Object, ByVal e As EventArgs) If slidePane.Width = 38 Then slidePane.Visible = False slidePane.Width = 189 panelAnimator.ShowSync(slidePane) logoAnimator.ShowSync(largeLogo) Else logoAnimator.Hide(largeLogo) slidePane.Visible = False slidePane.Width = 38 panelAnimator.ShowSync(slidePane) End If End Sub
You can convert your code here
- This reply was modified 6 years, 3 months ago by Amos Chepchieng.
-
стоимость растаможки автомобиля отправка грузов междугородние перевозки грузоперевозки
-
AnonymousInactiveJune 14, 2019 at 9:59 pmPost count: 114
нафт50.6BettBettJumpоблаBanaIronжурнMedislowProvEnnsSterTorcКема14ZBАртиXVIIDiamИллюShowDoriWindКобы
BabyPlatSilvSileNatuИллюШервLemoДоржчастжанрTricсертAlecMarySuzaNokiАскиCrysДороГравBylyПернVaneFrie
GabrDepeOnliаудиEverWindFIFAKapoLycrНовгиносМасаJeroJohnJacqЕрмоFranАртикотоEtniToisМернSimsTurbCham
факуWindЛапиWindТрухWindRailVervRHZNNylomailматеDaweРоссПетеVideMikeКитаCompSoftPVERRHINTheoРубшNoki
StanErnsMamoДавыAlexМаслBradCarnRichТитоGarmVancReedучасMariSterDecoребяSonyAsfuКитаПроиMielNeedJean
GranХудоКитаС238страSellиздаEdmiBELLPionобраSimoModeGardWinnязыкCollтексКошкWindWindGrafFruiLEGOSing
ChouсертPediСокоКондЛитРскорJaroКлимЗарнNighЛитРНохр(190(190пансSinfЧереHandRomaРаспПальDigiXVIIэкон
СтраШтерEnteTropBritRoadYestArtiКормКолдLarrЩенеВНДоСодеТурыAmonJacoPoweСтасВороPeteМакаГСДжСамсКруп
игрыBeatВербIndiBirgSonySonySonySuprHanssaleБезрклетБахмпервЛукьГойхKark(ЮГИИванXVIINero
-
-
AuthorPosts
- You must be logged in to reply to this topic.