Jump to content

Stemon63

uniGUI Subscriber
  • Posts

    488
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Stemon63

  1. Hi, please make a release that manage virtual scrolling (without classic paging) and I will use it for sure :-) (waiting Farshad implementation....) Best regards, Stefano
  2. +1 Naturally with virtual scrolling instead pages....
  3. Hi Lema, have you implemented getCurrentPosition or watchPosition in component? Thanks, Stefano
  4. Hello Lema, wow! I have no tested your works, but demo is wonderful; Thanks. Stefano
  5. Hi, i need an advanced DblookupCombobox with autocomplete feature, that can have a DBgrid in the popup (few columns, lke code and description); Best if I can use also in a DBgrid as an editor. Virtual scrolling with arrows key and scrollbar (no paging) for DBgrids are my "default" request :-) Better Js optimization for complex forms time show; Maybe ExtJs 5 can help "natively" Some other advanced feature for editing "data driven" forms, like autocomplete, etc. This is a fantastic product, with advanced components can migrate desktop application very well. A little efforf of Farshad and we can find the definitve solution. Thanks, Stefano
  6. Hi Farshad, I order the beta, if you promise me a great DBgrid with partial fetching using scrollbars or arrow Keys, automatic filter/search/grouping (like devexpress) and power dblookups (with grids inside popup)? :-) All are already in Sencha.... :-) I wait your promise.. :-) Best regards, Stefano
  7. Hi, we need virtual scrolling and other advanced UI "data driven" for our customers.... but when? I like the product, but we cannot have infinite time with no planned release. We cannot write professional webapplication (and your product is wonderful!), we cannot use it in production seriously for big project.... I want to buy the product, but the most important advanced JsExt features must be covered... and the official release 1.0 still don't exists. How many people are working on Unigui? I hope to see my requested features soon.... Good job.
  8. I am a Delphi Developer from Delphi 1. And before Clipper/DBase/Informix 4GL developer (I have used ORACLE 1.0 for PC, 1986). Please ask yourself because DevExpress is used from Delphi developers, like other 3rd components... It's easy. Because we can develope FASTER with a lot of POWERFUL options for the customers. We produce A LOT of applications... professional, not one for test or for play... we have no time for write (existing) components. I ask the implementation of ExtJs features that already exists, like virtual scroll, etc.. for obtain perfect result. CGdevtools for Intraweb, for example, exists for add features to Intraweb standard.... Stefano
  9. Hi Farshad, I don't have problem with 500$ or 750$ pr 900$. All depend from "professional" result obtained. As Estrity tell, we need more sofisticate and complete components, that use all features of ExtJs without add or inteface directly their code. So more power, powerful grids (with search, filter, order, virtual scrolls, grouping, totals, etc), more powerful lookups (with grids in popup, autosearch/autofilter on remote data. etc)... more buttons, containers, etc... And without write javascript. Better database interaction. Now Unigui is the best, but we want to code as the application is for the desktop and not for the web (I vote for assign all resources for the web) If I can produce BETTER powerful applications in less time, I can sell to MANY customers, I can PAY +100dollars to unigui. :-) I can pay 1000$ for the best tool that can help me on develope that I have in mind without effort, I can't pay 0$ for a tools that don't help me.... :-) The right price is proportional to its real value in production.... Thanks. Stefano Monterisi
  10. Yes we have problems in sessions, it's true....even without proxy.... but I have still no investigate. Thank you, Stefano
  11. Hi Ronak, thank you! This is only a test, home made... but it's possible to extend and fix for performance and "usability".... But I think those things, and other (infinite scroll without paging) are already present in new JsExt library. So when 0.90 was release, I hope to see...native :-)
  12. Yes Mediv, but this is only a test; Symbol is the latest thing... at this moment. Do you have tried the lookup? Well, I hope those features are NATIVE in next release of Unigui... Thanks, Stefano
  13. Hi, I have posted a temporary example (that works!!) on modified/extend component for obtain dynamic lookup on big tables, search/filter/order in a grid.... There are some problems on delay and response time... Please tell me what you think.... http://62.149.239.41:8077 I hope that those features are perfect and available in 0.90 Thank you, Stefano Monterisi
  14. Hi Ronak, thank you.... but my need is to search in the editor. Your dialog is perfect, but for another use. I will link a prototype of my project (working as I want) very soon... Thanks to all!
  15. Hi Fardash (and everybody can help me) While I try to solve my needs (DbLookupcombox), i ask you: I use ajax event for calling Delphi code (myComboAjaxevent), but in the same function, how I call client procedure? (I have to set value, but also selectText, etc... in javascript) Maybe a stupid question, I am a Delphi programmer but new to javascript, etc... Thanks, Stefano
  16. Hi, Estrify, thank you for sample! But, my need is to query a big table filtering values that starts with edited text, incrementally while type chars in the field, filling list with first 20 values, for ex.. Thanks for the help :-) Stefano Monterisi
  17. Yes, Farshad. The problem is that I have used Devexpress combos, lookups and advanced grids into Desktop application....and i must insert same or similar advanced "search" and "lookup" features for porting customers to a new web application. They don't want "OLD" way for lookup, scroll data, e filtering.. :-) You can understand my needs.. :-) Thanks in advance for the fantastic product. Stefano Monterisi
  18. Hi Marlon, yes, productivity with uniGUI is very high; With ExtJS4 implementation (planned by Farshad) we will have also dynamic fetch of data and superior advanced features. Therefore there will be no HTML 5 builder, Intraweb, Aspx, etc... in term of productivity and power. Please Farshad, I have several Delphi application to porting to the web, I wait your upgrades :-) (And I want to be the first in buying..) :-) Thank you, Stefano Monterisi
  19. No Help? All right, left issue, no solution, too advanced? :-) :-) Stefano
  20. Hi, i need help on UniDBLookup Combo; In real world applications UniDBLookup can sometimes have big tables lookup (cities) an not always few records (that can be loaded all-in-one). So, I need to search in editor (I Know ExtEvents) but I need to query DBIsam "remote" table for fill combobox list with fitered values; I known that OnBeforeQuery have the "query" string for filter source, but how (and where) I can relaunch DBISAM query while I type into editor, so I can have only few records in list ? Thanks in advance! Stefano Monterisi
  21. Hi Farshad, I need help on customize Lookup combobox. I need to input data in editor (editable=true) but content of list must be filled, on every key pressed, with a query result (Dbisam or other) that have the entered text as "where" filter clause; So the edited text must be composed from typed chars (non selected) and list result difference (selected). So list contain only filtered record from dataset, so I can incremental search within a big table without long load delay or memory problem. Using ExtEvent and javascript function, where I can pass typed string back to delphi for perform the query in Dbisam? Sorry for my english, Great product, the best Web Tools For delphi... Thanks in advance, Stefano
×
×
  • Create New...