Jump to content

mhmda

uniGUI Subscriber
  • Posts

    1141
  • Joined

  • Last visited

  • Days Won

    157

Everything posted by mhmda

  1. Hello all, I am available for job offers especially in Front-end UI/UX 🙂 WhatsApp: +972-549000258 OR you can send me PM
  2. We do load our reports @runtime and it works just fine, you may check the file path. And we don't expose our .fr3 to the public it always in folder that can't be reach from the internet.
  3. Same as mierlp MySQL with DevArt components
  4. Easy, then call your button from the js code (at load event as shown in picture like this:) MainForm.mybutton.fireEvent('click',MainForm.mybutton); Remember for security issue the button should be visible otherwise it will not work (at design time) in order to hide it @ runtime then use UniEvents->beforeInit and set hidden to true: function beforeInit(sender, config) { config.hidden=true; } OR Put your button on UniHiddenPanel 🙂
  5. It will NOT change !!! You have to do it with the help of the client-side, this will help you, replace MainForm.form with your target object: UniSession.AddJS('MainForm.form.bodyCls="desktopwallpaper1"'); and in servermodule add your css for bg images: .desktopwallpaper1 { background-image: ......... } .desktopwallpaper2 { background-image: ......... } .desktopwallpaper3 { background-image: ......... }
  6. Are you trying to change mainmodule background image @ runtime?
  7. You can use the helper function NewCacheFileUrl: targetFile:= ServerModule.NewCacheFileUrl(False, 'jpg'{file extension}, '', '', AUrl, True); CopyFile(PChar(SrcFileName),PChar(targetFile),false); Then use the AUrl for your end user.
  8. You can't do it 🙂 the end user is exposed to 'root' folder only, you can create a temp file from your original file.
  9. Can you send me a test case. Besides that the framework has a lot of components and we use it for production since 2012 ! it just working great 😉
  10. Yes, why not ! Just open port in windows server firewall and in your router or firewall device 🙂
  11. Hi Osama Soon I'll post commercial videos for learning Unigui from scratch. If you need any help you may contact me via whatsapp or skype or telegram.
×
×
  • Create New...