Jump to content

bgxbd

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by bgxbd

  1. 36 minutes ago, Sherzod said:

    Hello,

    \FMSoft\Framework\uniGUI\Demos\Desktop\SegmentedButton

     

    Thanks, I found the demo in the folder of unigui 1.90.0.1555, and  cls doesn't work( Layoutconfig -> cls ),can not change the color (  AllowDepress = True ). 😅  Can you teach me how to deal with it.... 

  2. Hi, Is there any way to create a button group ?   When one of the buttons is clicked, its color will change and the onclick event will be triggered。
    I also try to use speedbutton, but I don't know how to change the color of the button at runtime, and  it is not  the true button group.
    and  how can i  change checkbox style like this    https://demos.falconsistemas.com.br/?tela=tfrmtoggle , Checkbox has no attribute configuration similar to  “ type = 'switch' ” ,thank you all.

    bootstrap-5-input-group-example.jpg

  3. With regard to the multi-select of unidbgrid: 

    How to judge whether the multiple options of unidbgrid are selected ? At present, I can only judge whether any data rows have been selected, but I don't know how to get the primary key or data content of these selected rows (    Only the relevant attribute was found :UniDBGrid.SelectedRows.Count    )

    I have made a column of checkboxes in the grid. I found that if the multi-select column( check-box column ) directly adopts the  table field  in Database, the operation of checking can be completed with at least three clicks of the mouse, and this efficiency is unacceptable.
     
    In addition, if  use the multi selection column configured by the grid itself, after reloading the option record, and edit it on the basis of the old record ( bookmark according to the demo case ), the previously selected options will disappear.
    Thank you !

  4. On 3/1/2022 at 3:01 PM, irigsoft said:
        var myWindow = window.open('', '', 'width=600,height=400');
         setTimeout(function(){ myWindow.document.title = 'my new title'; }, 1000);
    
    Thanks very much.  
  5. On 9/17/2021 at 12:55 AM, irigsoft said:

    Thank You,

    In the beginning I needed help too - and I still don't know javascript, but here is a programming language that will be used in the future (and it's useful to know)

    Master Delphi - as a base

    uniGui - to group all this.

    UniGui is a very good choice ;)


    Hello irigsoft , Jrp
             How to change the title of a new browser tab when it is opened ? The title  is the same as the stored file on the server, but it is not the original file name( When uploading the file, I changed the original file name  ). I want the title to be the original filename, also when downloading and saving.

     Best Regards

×
×
  • Create New...