Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12114
  • Joined

  • Last visited

  • Days Won

    805

Everything posted by Farshad Mohajeri

  1. Are you using latest build of uniGUI ? Can you send a test case?
  2. In Paged mode there is a paging navigator under Grid which allows you to navigate across pages. Page size should be around 25-40 rows and you will navigate using paging toolbar located on bottom of UniDBGrid. If you disable paged mode then all records are displayed but this is not recommended if your dataset contains hunderds of records, as lots of rows will take a long time to load and very slow to browse.
  3. Normally you can't adjust number of pages. You only set the PageSize from WebOptions and number of pages are calculated automatically. Number of pages = RecordCount div PageSize.
  4. Unicode string warnings can be skipped. They will be fixed in non-beta release.
  5. From same link you downloaded 0.85
  6. Maybe, but first builds of 0.86 may not be stable for production use.
  7. I will add a custom property for this. A pointer to hold user data. Logged #1067 I don't know. You can explore Ext JS docs for it and if there is a way for it I will try to implement it.
  8. You can set it for each cell but not for the whole row.
  9. newest buiild is: 0.85.0.874
  10. Good to hear. Btw, I see that you're using an older versiion of uniGUI. 0.85.0 is the current version and recommended for all new developments.
  11. I found the problem: file ext-unigui-1.2.3-min.js is missing. Probably you're using ext-3.3.0 folder from an older uniGUI distribution. Please copy the ext-3.3.0 folder from correct uniGUI version.
  12. I assume you have the following folder structure: c:\myapp\uniguiapp.dll <--- your application c:\myapp\ext-3.3.0 c:\myapp\ext-3.3.0\ext-all.js c:\myapp\ext-3.3.0\ext-unigui-1.2.5-min.js . . . In this case: ExtRoot -> ext-x.y.z\ ServerRoot -> blank
  13. Is your app accessible from a global IP? If yes post the link so I can see what's the problem.
  14. Is your Grid in paged mode? If yes how many pages are there?
  15. What is the ServerRoot parameter?
  16. Actually not. "ext-3.3.0" is a signature used to detect ext js files. It is translated internally and will point to whatever path you assigned in ExtRoot.
  17. Then set ExtRoot -> d:\inetpub\wwwroot\extjs\
  18. is it d:\inetpub\wwwroot\extjs or d:\inetpub\wwwroot\extjs\ext-3.3.0
  19. Well, version numbering was always a mystery to me. The amount of new features added in each uniGUI sub release is comparable to features many companies add in a major release. Considering all new features in 0.86 I may directly jump to 0.90.
  20. Around two months from now.
  21. I tested it here and it is saved in DFM. Please specify Delphi & uniGUI version.
  22. Ext.form.DateField you must override getValue() method so it will return desired value. On Delphi side StrToDate() is used to convert the returned value to a TDateTime value.
  23. We have this in our issue tracker. #0000640 Download from a stream or SendFile() Hopefully this will be implemented before 0.90.
  24. My own design approach is simple. It is creating a main Form in mfPage mode with top menus. I use Modal Forms for data input and other stuff. Other strategy can be a UniTreeView aligned on left with Pages, Frames and Tabs on right similar to our MegaDemo. While uniGUI allows designing complex UI, I always prefer the simplest way to achieve best functionality. Complex UI can slow down browser and take a long time to load on slow connections.
×
×
  • Create New...