Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ario.Paxaz

  1. Hello Can UnimDatePicker be converted into Jalali calendar? Regards.
  2. Thank you, done. Is it possible to change the font for TitleButtons caption? Regards.
  3. Hi The font of the UnimForm components can be changed to Persian language fonts. But I put the font of the caption of the UnimForm, from the same font that I use in the components, but it does not change. Is it possible to change the caption font in UnimForm? Regards.
  4. http://forums.unigui.com/index.php?/topic/7423-can-barcode-read-from-mobiles-camera/&do=findComment&comment=139389 Hi, The problem here was solved by clearing the browser cache on Android. I wrote this app for a supermarket, where I didn't have access to valid IP and couldn't set up SSL, otherwise I would have used Marlon's very nice component. Thanks to @Marlon Nardi for his kindness. Regards.
  5. UniSweetAlert1.InputType := ItNone; UniSweetAlert1.AlertType := atWarning; UniSweetAlert1.ShowCancelButton := False; UniSweetAlert1.Show('Enter Your Name');
  6. I use UniSweetAlert for show message.
  7. As it is clear in the picture, I have displayed the message, but the Android keyboard blocked part of the message. My question is simply this: Can you close the Android keyboard before displaying the message?
  8. Hi Is it possible to close the keyboard in Android? The user has entered information in an unimedit and I want to display a suitable message, but the keyboard being open prevents viewing the entire message, do I have a command to close the keyboard before displaying the message? Regards.
  9. @Abaksoft Hi, I made the settings according to your instructions and added the required files to the program. But on the server computer, when I enter the IP address, everything is valid, but on the other client, it is shown as invalid. please guide me. Regards.
  10. Hi, I created the files with this program , my app works fine on desktop, but for android I have a problem with connection is not secure. Have I made any settings wrong? Regards.
  11. Hi, When we use UniDBLookupComboBox When we open the list, the change event happens and it becomes troublesome. Regards. sample3.rar
  12. Hello The problem still persists, When the column check box is activated, the title of the click is also called Also, when the data is reloaded in the grid, the number column changes. Regards. Sample2.rar
  13. Hi, I use the following code for the click title of the column that has a checkbox. It interferes with the code you sent. function viewready(sender, eOpts) { col = sender.getColumnManager().getColumns()[0]; if (col && col.xtype == 'checkcolumn' && !col.dataIndex) { col.dataIndex = -3; } }
  14. Hi After ticking each of the selected cells in Test Case, the horizontal scroll will jump. Rtl = True. Regards. GridCheckSelectOnly.zip
  15. I want to move these two columns. The row number should be the first column and the selection column should be in the second position.
  16. Hi, How to reverse the column number with multiselect in unidbgrid. Regards.
  17. Hi I put the bar code call in another form,But it doesn't work I changed the name of the form in the barcode.js file. But there was no change. function processBarcode(b){ ajaxRequest(UnimForm1.form,"BARCODE",["value="+b]); Regards. BarcodeTestInFrom2.rar
  18. I had seen something like this before in the sencha's forum that someone had asked, now I am looking to find it and send it to you.
  19. Of course, I also believe in Sherzod's abilities.
  20. Since I had seen sencha's site, I thought that such a thing can be done with UniGui as well.
×
×
  • Create New...