width

  1. practicalsoft

    Xen-Template cXF - توضیحات گره فقط در حالت شناور

    cXF - توضیحات گره فقط در حالت شناور کد را به قالب extra.less اضافه کنید : /*** Node description only on hover ***/ @media (min-width: @xf-responsiveMedium) { .block--category .block-desc { float: right; opacity: 0; transition: all 0.5s ease-in-out; }...
  2. practicalsoft

    B4X FEED xCLV Width Remains Constant Despite Setting Random Width

    This is a hypothetical question for curiosity only. Using the below code the xCLV items height changes randomly as intended, but the item width remains the same no matter what change I make to customlistview, panel or the items: B4X: Sub CreateMyItems() As B4XView Dim p As B4XView =...
  3. practicalsoft

    B4X FEED HorizontalScrollView.Width vs HorizontalScrollView.Panel.Width

    When creating a HorizontalScrollView in the Designer, I assign a certain number to the width property. But when the HorizontalScrollView is loaded in an Activity, the HorizontalScrollView.Panel.Width size is different to the HorizontalScrollView.Width size. Why is this and what determines the...
  4. practicalsoft

    B4X FEED [SOLVED] Enlarge image without blurring.

    When I use the canvas to enlarge images, they are blurred. Would it be possible to enlarge the image without blurring? Original image (attached): Enlarged image which I want (magnifying tool - paint.net image editor) canva drawbitmap result (blurred) code: B4X: Sub Button1_Click...
  5. practicalsoft

    B4X FEED Enlarge image without blurring.

    When I use the canvas to enlarge images, they are blurred. Would it be possible to enlarge the image without blurring? Original image (attached): Enlarged image which I want (magnifying tool - paint.net image editor) canva drawbitmap result (blurred) code: B4X: Sub Button1_Click...
  6. practicalsoft

    B4X FEED {SOLVED} [B4XPages] how to resize layout

    B4XPages 1.05: how to resize layout Width and Height ? in Main: B4X: #Region Project Attributes #MainFormWidth: 600 #MainFormHeight: 600 #End Region ' #Region Delegates Sub MainForm_Resize (Width As Double, Height As Double) B4XPages.Delegate.MainForm_Resize(Width, Height) 'what is...
  7. practicalsoft

    B4X FEED JavaFX SegmentedButton - Buttons full width

    How to have JavaFX SegmentedButton - Buttons full width as indicated in the link. JavaFX SegmentedButton - Buttons full width I got a SegmentedButton which contains 3 "glyph only" ToggleButtons like this: <SegmentedButton maxWidth="Infinity" prefWidth="Infinity"> <buttons> <fx:define> ...
  8. A

    گرفتن اندازه عرض(width) متن (یا متن لیبل)

    #توابع_کاربردی #تابع_کاربردی #بیسیک4اندروید گرفتن اندازه عرض(width) متن (یا متن لیبل) ••• قبلا با کتابخانه StringUtils میومدیم height متن لیبل رو میگرفتیم حالا با روش زیر میتونیم width متن هم بگیریم و برابر با label.width قرار بدیم. ••• 1. کد جاوای زیر رو اضافه و کتابخانه javaObject رو تیک...
عقب
بالا