Jump to content

Hayri ASLAN

Moderators
  • Posts

    1578
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. uniPlatform is valid in OnCreate module of UniMainModule.So you can't use it in servermodule.
  2. So please check touch/detectplatform example. You can use it
  3. I can't understand why you are creating mainform for response. If you have something in mainform to serve as response, you should move it to somewhere else. It is not good idea
  4. Hi Please set Servermodule.options.soAutoPlatformSwitch to true then both mobile and desktop can use same link. When mobile user try to access, unigui will forward it to "https://www.example.com/m"
  5. Yes, Before unigui handle request you will process it and show result instead of open mainform.
  6. You can define your function with this code. I mean you can call something like that UniSession.AddJS('function myFunction(p1, p2) {'+ ' return p1 * p2; '+ '} '); UniSession.AddJS('alert(myFunction(3,5));');
  7. Hi Please try UniSession.AddJS(".....");
  8. It's mean it will make .zip file downloadable. You can put on files folder ,you can copy files to cache folder or you can create another folder and put them there
  9. Hi Please add this to servermodule.onCreate MimeTable.AddMimeType ('zip', 'application/zip', False);
  10. Hello Please check attached sample application. Available values for Filter = "boolean,date,list,number,string" CustomDBGrid.rar
  11. You can use this code in unigui. What is your goal?
  12. Can you check this? UniTagField.rar
  13. I can't find drag drop plugin for listviews. You can use grid as a listbox for drag and drop feature
  14. Son sürüm 10.3 destekliyor. Trial henüz desteklemiyor
  15. Hi Nijazi You can add a unihiddenpanel to form, Add uniedit to hiddenpanel and set filtering true, component to uniedit in column options.
×
×
  • Create New...