Jump to content

Stemon63

uniGUI Subscriber
  • Posts

    488
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Stemon63

  1. Hi Victor, this is my old request "Advanced DBLookups" with a grid into popup and an incremental search or filter when user type into editor...
  2. Hi Mhmda, please share you code with us!!
  3. Better LookupCombos with multicolumn popups (at design time) and key/value management (better is a grid inside popup) Better data input into DbGrids, with a better key management, more natural as VCL dbgrid, for fast insert of a lot of data (VCL desktop migration) Optional capability to send dataset updates present on client only in one time (like applyupdate) to server dataset, for avoid continue "chatting" for every change in fields. (Sometimes I need to input and entire grid without need to exchange data with server, but I want to transfer all on save. Only for performance and better scalability). A lot of widgets, widgets, widgets, in grids, treeview, lists, etc... More complex components, like that with free positioning of editors or data in grid rows (like LayoutGrid of Firepower Woll2Woll), More complete Lists to manage at designtime. Naturally Responsive features. WebSockets native, chats and videoconference.
  4. HI, have you a demo of your conference system? It's very interesting! Thanks
  5. Stemon63

    tms xdata

    Please don't forget that using a separate data and services layer like Xdata, mormot, Kbmmw, etc... permits to use data and services that are on a REMOTE server on Http, when data aren't on the same server of Unigui, and without a direct connection via lan. (Is possible also to use Remotedb for simple quering...)
  6. Well, Well, Well... my concern is how it behaves with so many users using forms with many DB components, such as very complex DB forms (that you know). Since db components are very "chatty" between client and server in Unigui, I fear for performance and cpu for a busy server. Maybe I can be wrong, we hope well
  7. OK, I hope that it scale up very well; I don't have still tested HyperServer structure with a lot of users... if it can manage 500 concurrent connections on a good Server (64 GB Ram) without performance penalty, is already a good result; Naturally depending if my Unigui application is performant :-)
  8. Yes, of course... The only problem is now you have server memory occupied (for Unigui) for every website visitor, also if it don't enter in the demo frame. So, for my needs, I prefer to launch Unigui apps in "private area" of a website. It's a isapi dll or a service? (i don't have investigate in the browser) Unigui is great, very well
  9. Hi Farshad, very well! What framework have used for the new website? (not unigui, I think ) How You have embedded the unigui app inside a frame? (it's a isapi dll?) My idea, other than using unigui "embedded" with its capabilities is to use Extjs framework for create the entire portal with Unigui apps inside. Thanks a lot
  10. Hi WIlton, how many concurrent user works on the server with decent performances? (I known that depend on software architecture and optimizations...) Only for an idea, how many node have and how many users for node? I have now 12 rdp server with Delphi applications, and I am in porting all to Unigui. I hope to manage more concurrent users for server, now I have a 200-250 users limit (with delphi VCL exe). I'm waiting also for Hyperserver balancer for this. Thanks in advance!
  11. Hi Hayri, We need extensively to inject code for manage custom stores, variables and for "adapt" Unigui to our needs; now not all is covered by "standard" way. So we have to Known where and when inject javascript and what function call must be used. For example, only id and val is not enough for customize lookups... we come from Devexpress.
  12. I don't known when I have to use one or another function. Need a clear documentation
  13. Hi, Where I can find Documentation on several JSCall, JsCode, JsAdd, etc... functionality? Thanks in advance!
  14. The true problem is that if I don't modify anything in the lookup, the previous field value (record value) must be showed always, also if there is ForceSelection to true. All operation (force selection, etc...) must be started ONLY if I edit the field, because, on record show, the store is empty and naturally editor value is deleted. So ForceSelection, Yes, but only when I manually modify the editor content. Always on lookups: Another my request feature is multi column display in the popup. Now we have to use Xtemplate and works extracting substrings for manage more column, but we don't have a key column to return comfortable exact record. Simply "Id" and "val" generate in the store is very poor for lookup management. We are looking (and working) for alternative solutions with stores at client level. Any improvement are appreciated.
  15. I have tried with EXt.Ajax.setExtraParams(otherparams) and it seems that Works. Any problem with Unigui Ajax structure if I use those Extra Params for my needs? The true problem is that remote query in Lookups is very poor. We need extra Key data other Val for search the correct records. It necessary to works better on Lookups.
  16. Hi Sherzod, I want to add parameters in YOUR ajax call, not with my ajaxrequest, without call another ajax to the server For example, I need to add parameters to YOUR ongetkey events, for passing also additional keys from client to server
  17. Hi, I have implemented a local store to share between several combobox in the same form. The Store have about 10000 records (cities) and I don't want to send several times the same data from server for every combobox. So I assign the same store on focus on every combobox (and assign another empty store on blur). My need is to return the my custom keyfield that is selected in the store via SelectedRecords property. But I need to send the key to server avoiding another ajaxRequest, but using "standard" Unigui communication. Is possible, on client, to add to Ajarequest event "blurchange" additional data (my key value) to manage on the server side? Also, is possible to assign another store to comboboxes in "secure" manner in Unigui at runtime o designtime? This is very important for my job, because I have modified standard DBCombobox for my need and this is a crucial step for solve my problems (because standard comboboxes is very poor with only id and val fields, I need to expand it). (sorry for my poor english :-) ) Thanks in advance!
  18. Well, great discussion. Is there any demo to use websocket with NetCom and Unigui?
  19. Hi, I have already an "Unigui container" on Apple store. They have accept it. I have some other forms, like menus, parameters, user login data, and other app's forms. In the midst of these there is a form with webbrowser that manage remote Unigui apps. So, I think that app don't have to contain exclusively web browser, but a complete app with other forms. Anyway you need a form for input user data (for automatic login), for parameters, and for manage notifications... even if the user then will always use "that" form.
  20. Then the problem becomes the remote data management, like a "normal", "standard" website...
×
×
  • Create New...