Jump to content

mhmda

uniGUI Subscriber
  • Posts

    1141
  • Joined

  • Last visited

  • Days Won

    157

Everything posted by mhmda

  1. Thanx, It was for testing purposes
  2. Hi, it is already work, it accepts format like this 1501 will be 15/01/2020, and 150119 will be 15/01/2019, and 150120 or 15012020 will be 15/01/2020
  3. Hi, I use UniURLFrame. I save only filename in DB, and the file itself I save in the HD, every customer has a unique folder and when DoubleClick on Grid row I use this: ... targetFile:=ServerModule.NewCacheFileUrl(False, copy(ext,2,length(ext)-1), '', '', AUrl, True); ... urlfrmAttached.HTML.Text:='about:blank';//to force refreshing sleep(1500); urlfrmAttached.HTML.Text:= '<iframe src="https://docs.google.com/viewerng/viewer?url='+ 'https://www.nasaos.net'+AUrl+'&embedded=true" width="685px" height="540px" frameborder="0">'+ '</iframe>"'; The NewCacheFileUrl creates the file that can be accessed from the internet and it puts the link in the AUrl variable then you pass it to google docviewer.
  4. Unicalendar with ccuustom changes in client side and custom css
  5. To help user enter data we eanbled the auto extract data from passport image. https://youtu.be/ZnJ2VB1Qrrc
  6. Our product name is: NasaOS.
  7. https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
  8. View Office files: docx, xlsx. pptx... almost every type of file inside Unigui without the need of office to be installed in the client device. https://youtu.be/540Rwmrtq0U
  9. Thank you شكرا اخي العزيز
  10. "How about the ExportableGrids at Roadmap? Do you know something?" No.
  11. Я не вижу объект RichText в вашем отчете, вы не можете загрузить RTF в memoview FastReport RTF ожидают формата RTF. Это сработало для вас раньше или впервые? I don't see RichText object in your report, you cann't load RTF into memoview Fastreport RTF expect RTF format. Does it worked for you before or it's the first time?
  12. In such case use: ClientEvents -> ExtEvents -> Ext.data.store -> store.load (event). This will happen after loading data.
  13. I am working in Msoft LTD a software company, we provide professional solution to our clients ( enterprise and soho) in many fields: Cellular, AI, IT.... We use Unigui for our projecrs. Unigui is stable and just work out of the box and the big advantage is the Extjs js client-side. We don't search for other solutions because all we want can be found in unigui, it is true that some times we use js code to achieve somethings that doesn't included with Unigui but what's the problem doing it in client side in that way you become familiar with Extjs. We have developed more than 30 web apps and some of them are used by clients world wide. Unigui support (Mr. Farshad) is always a helping one and caring about his customers. Before Unigui we used Intraweb and TMS components for Intraweb and the result was not impressed in every browser a different result.
  14. Well, in our web app which used by clients world wide we let them to attch files (xls, word, pdf.....) In order to view them later or for later download we create a unique folder for every client we save files there, in db we save only file nane without path and we use Google viewer to let them view files online instead of download and view (in some cases client doesn't have MS office installed)
  15. Our Desktop app supports major SMTP providers and we included a built-in templates to make it eays for setting up the SMTP:
  16. Sticky notes comes to our Desktop (web app):
  17. Hi, I have no time to continue this task, but I will in the future, I have commited to projects using Unigui :-)
  18. I use Devart Unidac for accessing mySQL
×
×
  • Create New...