B4J Question How to disable the maximize button on the Main form? - ranul    Oct 19, 2017 Hi Guys,
How can I disable only the maximize button on the main form?
I want to still have the minimize button and I want the form to be visible also on the taskbar.
Thanks.... B4J Question Disable Window Maximize - mangojack (first post)    Apr 23, 2019   (3 reactions) https://www.b4x.com/android/forum/threads/how-to-disable-the-maximize-button-on-the-main-form.85193/
ps: see the results of a Search for "b4j Disable maximize button"
https://www.b4x.com/android/forum/pages/results/?query=b4j+Disable+maximize+button... B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline - Alexander Stolte    Aug 25, 2025   (63 reactions) text. Additionally you can make the TextField a button, so that you can open menus, but still keep... Initializes the fields to their default value. AS_TextFieldAdvanced Events: ButtonClick ClearButtonClick EnterPressed FocusChanged (HasFocus As Boolean) LeadingIconClick PasswordRevealChanged (Revealed... Call Refresh if you change something getButtonTextLabel As B4XView getClearAndRevealButtonColor As Int Call Refresh if you change something getClearButtonLabel As B4XView getCounter... B4J Question Windows - Erel (first post)    Nov 18, 2015 You can disable the maximize button by setting Form.Resizable to false. However you cannot hide these buttons without using the UTILITY style.... B4J Question How to programmatically disable and re-enable form 'Restore' button? - m4.s (first post)    Mar 10, 2024 Thank you @teddybear for your quick response.
That code does indeed prevent all form resizing, but does not disable the restore button when a form is maximized. Apologies for not being clearer re: what I needed.
But after further research and testing, I found that I could simply change the main... B4J Code Snippet Form Events: form_minimized, form_maximized - jkhazraji    Jan 8, 2024   (6 reactions) ).RunMethod("ifStageIsMaximized",Array(joStage))
End Sub
Private Sub form_minimized... form_maximized(isMaximized As Boolean)
Log($"Form maximized: ${isMaximized}"$)
End Sub... B4A Library [B4X] [XUI] AS FloatingActionButton [Payware] - Alexander Stolte    Dec 16, 2024   (29 reactions) HeyHo, this is a cross platform Floating Action Button. This library is not free, because, it cost... understanding. :) 104554104555104556104653104654107552 Sub ASFloatingActionButton1_ButtonClicked(open As Boolean) If open = True Then ASFloatingActionButton1.Base.GetView(1).SetRotationAnimated(250,135) Else ASFloatingActionButton1.Base.GetView(1).SetRotationAnimated(250,0.... ASFloatingActionButton1.Orientation = ASFloatingActionButton1.Orientation_BottomRight The menu opens from bottom... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Mar 19, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views - Fixes a bug in B4i where disabled B4XDialog buttons can be clicked. V2.23 - RoundSlider - New... that it only exists in B4J and B4A. V1.84 - SwiftButton - New Enabled property. Set to False to disable the button. It will change the button color to the "disabled color", make it flat and... is a zip file. Views: - B4XRadioButton - Cross platform radio button. - B4XComboBox - Cross platform... animated loading indicators. - RoundSlider - A round slider. - SwiftButton - 3d button - AnimatedCounter... B4A Library [B4X] [XUI] AS Radio Button - Alexander Stolte    Feb 6, 2025   (27 reactions) This is a simple cross platform RadioButton. I spend a lot of time in creating views, like... ASRadioButton Events: CheckedChange (Checked As Boolean) Fields: g_Haptic As Boolean mBase As B4XView... getDisabledCheckedBackgroundColor As Int getDisabledUncheckedBackgroundColor As Int getEnabled As Boolean... setDisabledCheckedBackgroundColor (crl As Int) As String setDisabledUncheckedBackgroundColor (crl As Int) As String setEnabled... As B4XView BorderWidth Checked As Boolean CheckedBackgroundColor DisabledCheckedBackgroundColor As Int... B4J Question Replacement TitleBar. Disable double click - aminoacid (first post)    Dec 17, 2024
Hi!
How can I disable doble click on title to avoid maximize?
Thx in advance
Wow... I just... on the title bar to maximize it. 😮
Anyway.... you can use this line to remove the maximize button... Page: 1   2   3   4   5   6   7   |