Jump to content

donlego

uniGUI Subscriber
  • Posts

    231
  • Joined

  • Last visited

Everything posted by donlego

  1. on chrome right click the menu still apears
  2. actually a local url, just make a test if it's an external domain for tes the funcion FUniUrlFrame.ClientEvents.ExtEvents.Add('frameload = function frameload(sender, frame, eOpts){ sender.iframe.contentWindow.window.oncontextmenu = function(){return false}}');
  3. please try url without https or if u have a local web server
  4. FUniUrlFrame.ClientEvents.ExtEvents.Add('frameload = function frameload(sender, frame, eOpts){ sender.iframe.contentWindow.window.oncontextmenu = function(){return false}}'); the code is work but right click on frame is show/active
  5. FUniUrlFrame := TUniURLFrame.Create(TabSheetNew); FUniUrlFrame.Name := Name + '_frame'; FUniUrlFrame.Parent := TabSheetNew; FUniUrlFrame.Align := alClient; FUniUrlFrame.OnFrameLoaded := UNIFRAME_LOADED; FUniUrlFrame.ScreenMask.Target := FUniUrlFrame; FUniUrlFrame.ScreenMask.Enabled := true; FUniUrlFrame.URL := report_url; FUniUrlFrame.ClientEvents.ExtEvents.Add('frameload(sender, frame, eOpts){ sender.iframe.contentWindow.window.oncontextmenu = function(){return false}}'); up raise error on runtime
  6. work on chrome , firefox fail and how did put the event if the uniurlframe is runtime create
  7. hello any solution for disable right click on unihtmlframe ? unigui ver 1506
  8. sometime the label on chart is cutted like this pic any body know how to fix this unigui ver 1506 hello
  9. how to remove Left Line & Bottom
  10. how to focus on a specific date when form oncreate example color become green on 2nd date the code is alway focus on first date
  11. how to add uniclient event on runtime ? i use this always error on the line ' me.trigger.elements[0].setHtml("<i class=''fa fa-angle-down'' style=''font-size:1.8em; padding-right:5px''></i>"); '+
  12. any solution for unicombox/datepicker icon with css
  13. anybody have experience with htacces on xampp apache ?
  14. hello , i have app with every cust have diffrent cust id current : 1.mydomain.com/?custid=abc 2.mydomain.com/?custid=def now i have was create wildcard subdomain for my server so my question is can i use htacces to make like this 1.abc.mydomain.com 2.def.mydomain.com and get the result like curent behaviour UniApplication.Parameters.Values['custid']
  15. i use 1506 from build ? this event available ?
  16. is there any event in unigui hyper server that could indicate the server is reboot. i wanto clear my log every time server or web server is restarted
  17. it,s work, but @Sherzod can it just use css / or copy file ? coz i have about more than 100 + form need the style
  18. thanks before @sherzod, btw , i was try copy the image from triton to classic theme but nothing change
  19. change the hyperserver config app1 [http_transport] start_port=16384 app2 [http_transport] start_port=36384
  20. hello i use classic theme as default on my app how to change unicombobox/datepicker , etc triger icon with triton icon , witout change my base theme
×
×
  • Create New...