Jump to content

amrihuang

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by amrihuang

  1. I am test is ok. Thanks Farshad. I am a suggestion, whether can public the 2 properties to set, because when use grid to input data, this is so useful.
  2. Many thanks Farshad. How can I coding it use delphi code? Current row is fix by dataset cursor, so whether uses like FocusedColumnIndex to make grid focus and cursor on the correct columnindex.
  3. Hi All, I want to set a grid's cell to focus, How can I coding? Thanks.
  4. If set AutoEdit is True, the DBEdit/DBCombox will can be modify. I must set AutoEdit is False to forbidden to modify, and also can see the DBCombox arrow, Is it possible?
  5. I saw this topic , but I hope this could be adopted, because I think the db-app is so important to see the TUniDBComboBox's arrow( data browse & datasource.autoedit=false)
  6. HI Farshad Mohajeri, when test in 0.92, the TUniDBComboBox's arrow is not show when datasource.autoedit is false, Whether it can retain the arrow when datasource.autoedit is false, through uses add property to setup? Many thanks.
  7. PNG(UniImage) Not show when dll deploy in Apache. But can show when VCL Application Test. Thanks.
  8. These issue sometime OK in test projects, I don't know why? UniBitBtn font setup is not work only in my Login form, In other form(dialog/frame) is work know.
  9. Hope zilav or unigui team can check "mask input for date" for using Masked Input Through by HTML + JQuery + Plugin is work, but in unigui framework not.
  10. UniRadio ExtEvents OnCheck not activate function OnCheck(sender, checked) { ...... }
  11. Hi, In project found some bug for UI show, 1. UniImage Hint and Cursor is ok for 1st Image, but start from 2nd, The Hint & Cursor is not work. 2. UniCheckbox Hint is not valid in web. 3. UniBitBtn font setup is not work in web. attach the test project. ProjectTest.rar
  12. It is not work in above unigui 0.9! Hope can update... Many thanks!
  13. Hi Farshad & Team, When set form's or frame's Font size, then put toolbar in dialog/frame, This will throw this Ajax exception! Hope fixed it. Attache the test project to test. thanks. ProjectTBFont.rar
  14. while put toolbar in my project's uniframe, It will throw an Ajax error, say as "Cannot call method 'setStyle' of null". It is ok in unigui main DEMO, but I don't know what is reason in my project?
  15. Hi Farshad, I am test in version 0.9, found a problem at uses define css class. Add a css class: .test-bottom-border { border-bottom: 1px solid #000; } then on UniLabel uses addClass(test-bottom-border), in 0.89 can show Border-bottom but in 0.9, It can not show the border-bottom. (extjs4 has used the addCls replace addClass)
  16. HI Farshad Mohajeri, Whether add CharCase property for uniComboBox(DB) in next build! Thanks.
  17. My web app is relatively complex, it contain 7 tables in one ui, and is master--detail--detail structure! In my case, when locate record, the step is trigger the correct key record, the cursor is correct, then will go on to core unigui framework, 2nd trigger afterscroll by the first record in grid (this step, I do not anything, because it should not to be trigger ) attach file is share app ui for reference.
  18. Whether have some improvement of the unigrid ? I remove datasource's dataset to separate unigrid, thd behavior is correct! Because it trigger in unigui core framework, and really what can I start... and this event is so important in all source, and... It seems I have to think of a way to do...
  19. Add the attach file for test. GridEditorsForScoll.rar
×
×
  • Create New...