Jump to content

Hayri ASLAN

Moderators
  • Posts

    1578
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. I created a simple unit for google oauth2. To get QR Code, call UniImage1.Url:=GetQRCodeUrl(UniImage1.Width, UniImage1.Height, 'YOURSECRETKEY', 'your email address', 'Your name'); To ValidateOTP : if Format('%.6d', [CalculateOTP('YOURSECRETKEY')]) = UniEdit1.Text then begin // Valid end; Here some screenshots GoogleAuth.pas
  2. Birde bunlar var https://stackoverflow.com/questions/21453527/how-to-unregister-tdxpngimage-as-a-property-handler https://www.devexpress.com/Support/Center/Question/Details/B143725/delphi-2010-always-uses-the-tdxpngimage-class-for-loading-png-images-this-corrupts-form
  3. Hi, Open MainForm and delete initialization RegisterAppFormClass(TMainForm); Open Stratpage and add this at the end initialization RegisterAppFormClass(TStratpage);
  4. Hi You can simply use JSCall('setVisible', [True]); //true to show, false to hide.
  5. Confirmed. We will try to fix it in the next build.
  6. Hi please check this JSConfigObject('listeners','btnIconEl', [JSObject(['click', JSFunction('e','e.stopPropagation(); e.preventDefault(); ajaxRequest('+JSName+', "iconClick");')])]);
  7. Hi Please assign an icon to button and set iconAlign to right. with UniButton1, JSInterface do begin JSConfigObject('listeners','btnIconEl', [JSObject(['click', JSFunction('sender','ajaxRequest('+JSName+', "iconClick");')])]); end;
  8. Hi Just assign parent. Form.Parent := UniTabSheet;
  9. Hi I have an app it is using leaflet map. You can simply check it. You can change layer from right top square. http://takip.mygps.com.tr/ username : unigui password : 123456
  10. Hi Simply add @@ to enable mask! MessageDlg('@@are you sure',..............
  11. Added to backlog. We will fix it in the one of the next builds.
  12. Hi Please check "GridGroupingSummary" and "GridGroupingSummaryGrandTotal" demos
  13. Can you please provide more detail? Can you create a test case?
  14. I think you have redirect. Try https://www.adm-concept.cloud/AdmAdmin/admadmin.dll/Server
  15. Hi I can't reproduce it. Is it possible to create test case?
  16. Hi, You mean if we execute "button.setEnabled(false)" in clientside i want to able to know it?
  17. Nope, There is a frame and containerpanel. We don't have such that component. You need to create your own solution. Or maybe you can check VerticalTreeDBGrid.
  18. Hi Please check "Clientside Alignment - Layout Table" demo.
  19. Hi, You can use frames and create them into panel.
  20. Hi In the next build you will see this feature. Please stay tuned.
×
×
  • Create New...