Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/10/20 in all areas

  1. An update for Theme Pack 1 is almost ready. This will include theming for the Pivot grid, the Navigation Tree as well as a few small UI consistency fixes. Regards, Gerhard
    1 point
  2. Hi, I use unigui for mobiles for a similar process. On the screen there is a tunimedit component that has the on exit event (the reader reads the barcode and adds a tab to the end of the string). in the exit I add the whole process, then and remember this, focus on the input field and then delete the content of the input field, if you do it the other way around, it doesn't work (I don't know why) to enter the next barcode (I use pda zebra with bar reader for this job)
    1 point
  3. The above sets the inputType, which is not the same attribute you need to set to control the virtual keyboard. That is controlled by the InputMode attribute. This is not published through uniGui. But what you can do is the following. 1. In your uniedit control choose - ClientEvents - ExtEvents - afterrender 2. function afterrender(sender, eOpts) { var me=sender.inputEl; me.set({ inputmode: "none" }); }
    1 point
  4. 1 point
  5. I can almost guarantee that when uniGUI provides support for Lazarus/FPC, we will renew our subscription. We really would like to hear some positive news about this topic.
    1 point
  6. I only wanted start grid with the grouping collapse. Workaround with: UniSession.AddJS(unidbgrid1.JSName + '.view.features[0].startCollapsed=true;') ;
    1 point
×
×
  • Create New...