Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12122
  • Joined

  • Last visited

  • Days Won

    808

Everything posted by Farshad Mohajeri

  1. Yes, files are uploaded to the temp folder first. Later you can copy it to another folder. Original file name is preserved and sent to the server. Please see file upload demo.
  2. I'm not sure about it. We may not be able to create an identical MaskEdior web. We will try create separate controls for NumberEdit, FloatEdit, etc.
  3. First of all, test your app in stand alone mode and see if errors still happen. What are those "random and unexpected results". Please specify errors messages/codes if there are any. Also look log files for errors. You can also send a test case and we will try to identify the issue.
  4. You can have a Main app with several UniURLFrames showing other sub-modules.
  5. It does append to the DataSet but visually behave as insert.
  6. Problem here is the OnLoad event. It won't bu called in a uniGUI app. You must manually call it in one of the Ext JS events.
  7. Remove UniSplitter control from Form.
  8. Normally you shouldn't need this because Mask is active until server responses back. The only way to show a manual mask is calling it from client side. Please see UIMask-Client demo.
  9. What do you mean by "special conversion method"?
  10. Will be fixed in next build.
  11. Thanks for test case. I'll test and try to see what happens.
  12. Biggest problem here is IDE support. When you create a new uniGUI project, several files and modules are auto-created with auto-generated source code. All these files are generated for Delphi and Pascal. Now we need to generate C++ equivalent of these files/ source codes.
  13. Well, I realized that I don't need C++ Builder itself to generate C++ header files and other related files, as Delphi already creates them for me. So I can generate and distribute C++ header files without a need for a C++ license. I already started adding IDE support for C++ Builder.
  14. OK then please send a test case.
  15. If you are using 0.88.0 then please send a test case.
  16. Have you tried putting Applet code in a TUniHTMLFrame?
  17. Hello, Thanks for your interest. With version 0.90.0 we will announce the licensing model and source code distribution policy.
  18. top and left are valid keywords here.
  19. Great. Thanks for update. Yes Body is the correct target. I tried it on Form "el" and it didn't work. FYI here is the JS equivalent: MainForm.form.body.scrollTo('top', 0);
  20. uniGUI DCUs are compiled with Strict var-strings->ON. It can be the issue. Also make sure that you don't have a different version of ExtPascal in your search path.
  21. Any database engine can be used as long as you follow the proper rules to use them in a multi-threaded app. Probably you need a separate connection for each session. To achieve this you must put your database components on MainModule.
  22. Thanks. Grouping can be enabled but it is unclear how DataSet data should be bound to it. It is in our to do list but requires investigation. We can work on it once primary set of components is completed.
  23. Youtube is a flash plugin and doesn't follow Z-order rules.
×
×
  • Create New...