Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12114
  • Joined

  • Last visited

  • Days Won

    805

Everything posted by Farshad Mohajeri

  1. Somewhere in this week. Good question. The answer seems to be version 0.86.0. 1.0 or 1.1. Again, it can be sooner as I haven't explored yet the difficulties of Ext JS 4 integration. Another good question. We must wait for 0.90.0 for purchase pricing details. I can't say much for bundling as it depends on Sencha and their attitude towards this. You can buy Ext JS 4.0 now and buy uniGUI without Ext JS bundled later. That's quite possible.
  2. I think you refer to the problem where you try to update chart data before the Chart itself is completely loaded. This is Issue #620. The problem here is the Flash Chart doesn't load as soon as the page is rendered. If you try to modify its data before it is loaded a JS error occur. I will try to find a workaround.
  3. It depends on the specific browser . Chrome has an Application Mode which can be activated from command line. I'm not familiar with JS code which can do this automatically. Personally I would hate if a program change my browser look without asking me first.
  4. For DBCombo we already have the OnSelect event. We will implmement the OnCloseUp event for DBLookUpCombo. I think it will resolve this issue.
  5. It's a known issue. ie9 compatibility issues are pending. You receive these errors when and where? Can you paste the error text?
  6. All distributed JS files are already minified. 0.85.0 will implement HTTP compression which will improve page load time.
  7. Thanks. Feedback on speed differences, especially for mobile devices and slow connections, is appreciated.
  8. Here is our official demo compiled with 0.85.0 and HTTP compression enabled: http://prime.fmsoft....demo/ucdemo.dll Here is same demo without compression (Compiled with 0.84) http://prime.fmsoft.net/demo/udemo.dll My test results on a 1 mbit connection: A full reload without compression : 15-20 secs A full reload with compression : 5-7 secs (On most desktop browsers you can make a full reload by pressing Ctrl+F5)
  9. Update: I'm trying to include Compression in version 0.85.0, that's why it is being delayed.
  10. Farshad Mohajeri

    Play Mp3

    http://html5doctor.com/native-audio-in-the-browser/
  11. I prefer ISAPI module over standalone. If your software is not fully debugged and your server crash ISAPI module can be re-loaded into memory. Standalone server must be restarted manually. If you want to run in standalone mode then deploy it as a Windows service. Among ISAPI servers IIS has better security and recovery options.
  12. If you don't want to dedicate a port or run several uniGUI apps on same port you need to deploy your app as ISAPI module. In this case IIS or Apache will be your server. In other cases when you want to dedicate a port to an app you can use internal server. (Standalone server)
  13. That's all the info Ext JS returns.
  14. In ServerModule: Enabled->False
  15. Do you want to check the value inside an event? Does TUniDBLookupComboBox have a Value property?
  16. Not in 0.85.0 We may have Ext JS 4 in a post 0.90 or even post 1.0 release. It depends on amount of changes that are required to integrate the Ext JS 4.
  17. Thanks I recommend deploying your project as an ISAPI module. You can use IIS or Apache for this. For IIS, there are more settings and some folder permission adjustments. In Apache it seems to be easier to setup.
  18. Update: All components are ported to 0.85.0 core. I'm able to compile and run many of demos which is a good sign. Next step is a major quality test for each component.
  19. It is planned, but can't say anything for exact time or release no. Probably in a post 1.0 release.
  20. Looks good. These says there are lots of choices for client side libraries.
  21. Currently Ext JS doesn't report that. I'm not sure but you can check the browser type or screen resolution for that.
  22. I plan this Friday for initial release, but tests may take longer and I may postpone it to next week.
  23. Qooxdoo looks interesting. I'll keep an eye on it. The problem with such frameworks is that when they get enough attention they switch to commercial licenses. Same thing happened with Ext JS.
  24. Hmm. I will ask for details when 0.85.0 is published. Yes, I can guarantee that the new core will introduce new bugs.
  25. We have OnSelect event for ComboBox controls. What OnClick event is supposed to do for a ComboBox? That said we will implement OnCloseUp event for ComboBox.
×
×
  • Create New...