Jump to content

Mohammed Nasman

uniGUI Subscriber
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Mohammed Nasman

  1. Does firebird embedded allow 5-10 concurrent users?
  2. Hello, I'm developing simple and small app for a friend, for ease of use I'm looking for database that doesn't require setup, but can allow 5-10 users concurrent users to use it and it should be free to use. I'm thinking to use Sqlite, but not sure if it accept that or not, also if it may work with mORMot, but the app is very simple and doesn't need another layer. Regards, Mohammed
  3. Would like global variable per session or per server? I prefer to define your global variable as public member inside TMainModule
  4. That's old webinar, it has been more than year and half since it posted. You can watch it on youtube @ Embarcadero channel: UniGUI Web App Development
  5. I have another problem, Tuniurlframe1 doesn't has "Refresh" property, so viewerjs sometimes load PDF plugins and when I assign ODS file to it, it will not load, it needs to refresh to load the new plugins to view the file. I need to keep TUniURLframe with files list next to each others, because it's file viewer, I don't want to view the files on another form. Any clue?
  6. Simply, Unigui is server side framework, all your connections and Delphi code will compiled and executed on server side only. If you write javascript code, it will run on clientside.
  7. Sorry, ignore my last comment. It solved by assign URL to "about:blank" before assign the actual url as: uniurlframe1.URL := 'about:blank'; uniurlframe1.URL := '/ViewerJS/index.html' + '#/docs/' + Filename ; Thanks
  8. Thanks, it worked fine, but if I want to use it with TUniUrlFrame on same form (not open close new form for each doucment), it only show the first document and didn't refresh when assign new document to it. For example on your project, use show insead of show model and try to select another file from dropdown, it will stay on first document and will not use other. I'm not sure how to refresh it?
  9. I was going to suggest using database if you have large objects, or maybe better maintain these objects into caching server like https://memcached.org/.
  10. maybe your subscription has ended?
  11. I hope these changes will make it easier to Farashad to release Linux version sooner.
  12. It seems the new Delphi 10.3 will has some new improvement on the language on compiler level, finally we will be able to define inline variables. very cool. More on post on G+
  13. You are right, I knew about FastReport.Net, I thought this one is new separate product, because it has it's own page and announcement on their website. Thanks for correction :-)
  14. FastReport Online Designer is a visual report designer for Web. Create, edit and preview your reports on tablets, mobile and desktop computers regardless of compatibility! https://www.fast-report.com/en/product/fast-report-online-designer/
  15. FastReport is perfect solution with Unigui, and meet all your requirements.
  16. Hi, I think this behavior may be from another program which register itself on browser, Skype for desktop was doing this with me. Regards, Mohammed
  17. @zemorango, I agree with all points. This one is very good, but consider phonegap isn't native application, it uses native application to host your application inside webbrowser, you can open apk and look inside it, and you will see all the htmls & JS code there. Unigui with ext 4 and sencha touch give very good mobile application experience, but it seems with newer modern it's lost the mobile feel.
  18. Hello, Is there any developer here from Netherlands? or working remotely with company in Netherlands? Please PM.
  19. GerhardV, totally agree. Btw, elevate Web builder is more similar to twc
  20. Both UniGui and TWC released their version 1, and no longer in beta TWC price is 295EU, and that's only for frontend web application, FNC UI is another product. I said compare TMS business with Unigui, because TWC itself will not produce full featured web solutions without adding the Xdata from TMS, or using PHP or python for the Rest services.
  21. Compare Unigui to TMS Business not only TWC, because with TWC you can't do all the work that unigui doing
×
×
  • Create New...