button

  1. practicalsoft

    welcome خوش آمدگویی به, gonza8

    @gonza8 عزیز ورودتان را به انجمن کاربردی (گروه آموزشی الغدیر), خوش آمد میگوییم. <br> <br> <br> <style> .mybutton{ background-color:#2196F3; border:none; border-radius:7px; color:#fff; <![حذف کد پدینگ]--> <![ padding:4px 20px;]--> <![حذف کد پدینگ]--> text-align:center...
  2. practicalsoft

    welcome خوش آمدگویی به, تاراز

    @تاراز عزیز ورودتان را به انجمن کاربردی (گروه آموزشی الغدیر), خوش آمد میگوییم. <br> <br> <br> <style> .mybutton{ background-color:#2196F3; border:none; border-radius:7px; color:#fff; <![حذف کد پدینگ]--> <![ padding:4px 20px;]--> <![حذف کد پدینگ]--> text-align:center...
  3. practicalsoft

    welcome خوش آمدگویی به, Alimousavi

    @Alimousavi عزیز ورودتان را به انجمن کاربردی (گروه آموزشی الغدیر), خوش آمد میگوییم. <br> <br> <br> <style> .mybutton{ background-color:#2196F3; border:none; border-radius:7px; color:#fff; <![حذف کد پدینگ]--> <![ padding:4px 20px;]--> <![حذف کد پدینگ]--> text-align:center...
  4. practicalsoft

    welcome خوش آمدگویی به, hadi1317

    @hadi1317 عزیز ورودتان را به انجمن کاربردی (گروه آموزشی الغدیر), خوش آمد میگوییم. <br> <br> <br> <style> .mybutton{ background-color:#2196F3; border:none; border-radius:7px; color:#fff; <![حذف کد پدینگ]--> <![ padding:4px 20px;]--> <![حذف کد پدینگ]--> text-align:center...
  5. practicalsoft

    welcome خوش آمدگویی به, pedram2030

    @pedram2030 عزیز ورودتان را به انجمن کاربردی (گروه آموزشی الغدیر), خوش آمد میگوییم. <br> <br> <br> <style> .mybutton{ background-color:#2196F3; border:none; border-radius:7px; color:#fff; <![حذف کد پدینگ]--> <![ padding:4px 20px;]--> <![حذف کد پدینگ]--> text-align:center...
  6. practicalsoft

    welcome خوش آمدگویی به, زهره

    @زهره عزیز ورودتان را به انجمن کاربردی (گروه آموزشی الغدیر), خوش آمد میگوییم. <br> <br> <br> <style> .mybutton{ background-color:#2196F3; border:none; border-radius:7px; color:#fff; <![حذف کد پدینگ]--> <![ padding:4px 20px;]--> <![حذف کد پدینگ]--> text-align:center...
  7. abass

    آموزش نحوه ورود به fastboot در گوشی های مختلف سونی

    آموزش نحوه ورود به fastboot در گوشی های مختلف سونی : ? نگه داشتن کلیدهای ذیل و اتصال usb : Sony Ericsson Xperia™ PLAY: Search button Sony Ericsson Xperia™ arc: Menu button Sony Ericsson Xperia™ arc S: Menu button Sony Ericsson Xperia™ neo: Menu button Sony Ericsson Xperia™ neo V: Menu button...
  8. practicalsoft

    B4X FEED Problem With Webview And Backbutton

    Hello i am newbie ;) this week installed b4a and starting . I added Webview then when i click on Back button get exit from application i tested this code's Android Question - Back button in a Webview I think I have shot myself in the knee with this one. If I have a webview, load an URL then...
  9. practicalsoft

    B4X FEED Close call button when is calling, possibile?

    Hello everyone, I would like to create an app that allows me to make a sequence of phone calls to be interrupted while it is ringing after about 5 seconds, every 5 seconds the app must call a number entered in a list of numbers and when it closes the call switch to next number, the problem lies...
  10. practicalsoft

    B4X FEED Tick-Tack-Toe: working with arrays of views

    This is an example of a Tick-Tack-Toe game. This game demonstrates two concepts. The first is an example of working with multiple views without duplicating code. In this case it is 9 buttons, however similar code can easily handle any number of views. The second concept is the handling of...
  11. practicalsoft

    B4X FEED Problems with KeyCode 66 (Enter)

    I wrote an App using the 'Activity_KeyPress' Event to react on input from a Bluetooth-Keyboard. So if you press x for example it will start a function. Everything works fine – except if you press the Enter Key (KeyCode 66) ! By pressing the enter key, a button on the screen will be pressed...
  12. practicalsoft

    B4X FEED Bluetooth Button values

    Hi, I`m connecting B4A to a BT selfie stick and monitoring the key presses (code shown below), but with several keys it returns the correct value but then followed by 5 zero`s. This is making my life hard to detect the keypress, would appreciate any idea`s to help this? Here is the log: ***...
  13. practicalsoft

    B4X FEED Real old Menu – any suggestions?

    Hello, I've got a really old B4a program that was probably written about 2012. It uses Activity.AddMenuItem(). Remember that? Ages ago, what is now the Recent Tasks button used to be the Menu button. It became the Recent Tasks button and a long click would simulate the Menu command. This...
  14. practicalsoft

    B4X FEED IconButton - Add a icon or an Picture to a button

    IconButton Version: 1.11 IconButton Events: Click() Down() HoverEnter() HoverExit() LongClick() Up() Methods: AddToParent (Parent As ViewGroup, left As Int, top As Int, width As Int, height As Int) programmatically add the view (the Button) DesignerCreateView (base As PanelWrapper, lw As...
  15. practicalsoft

    B4X FEED Get button color

    How can I get the color of the button? I can set the color with "btn1.Color = Colors.White", I can’t find out what color the button is now using the condition "If btn1.Color = Colors.White Then" How can I do this? ادامه مطلب...
  16. practicalsoft

    B4X FEED B4XPages avoid back button

    I prefer to use the Android close/back button instead, just to have more space on the top bar. So how do I get rid of this B4XPages back button? RBS ادامه مطلب...
  17. practicalsoft

    B4X FEED Why is this button breaking the law of BBCodeview/BCTextengine?

    In normal button creation on BBCodeview based on Erel these steps are needed: Step 1: Dim btnb As Button btnb.Initialize ("btnb") btnb.Text = "View Answer" btnb.SetLayoutAnimated(0, 0, 0, 100dip, 80dip) Step 2: follow by this: BBCodeView1.Views.Put("btnb", btnb) Step 3: place button view...
  18. practicalsoft

    B4X FEED [B4X] B4XPages - invoking CloseRequest

    How to programmatically invoke CloseRequest, as the user clicked the back button? Calling ClosePage seems to bypass that Use case is a "quit" button that should follow the same codepath as a back button on the MainPage and thus exiting the app The "old way", invoking Activity.Finish would call...
  19. practicalsoft

    B4X FEED B4XFloatTextField password mode

    in B4XFloatTextField when you check password mode, then if you click on reveal button, the text alignment will be changed (to left) even if you set that to for example center. How is it possible to prevent that? before clicking on reveal button after clicking on reveal button ادامه مطلب...
  20. practicalsoft

    B4X FEED B4XFloatTextField reveal password problem

    Hi, Guys I am using the B4XFloatTextField and have a strange problem when I select reveal passwords. 1. The B4XFloatTextField view is setup in Designer with password property checked. 2. This view (in the code) is attached to the keyboard along with a hide button by calling. B4X: Sub...
عقب
بالا