Jump to content

jameswong

Members
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jameswong

  1. 哪里可以查看版本的更新历史,还有最新的版本。顺便问下,表格编辑时,如何编程使其光标离开单元格并保存,就像鼠标离开表格那样自动完成编辑
  2. i can multi-select records on the form with check-boxs ,how to select programmatically
  3. hi,i want to set some record on selected on unidbgrid by Delphi which is not on the form to selected, how to do that
  4. hello, how to lock a cell of unigrid
  5. how to input letters or numbers only on the uniedit
  6. jameswong

    tab height

    hello, i want to change the tab'height of pagecontrol, like this: PageControl -> ClientEvents -> ExtEvents -> [Ext.tab.Panel [tabPanel]] -> afterrender fn: function tabPanel.afterrender(sender, eOpts) { var _height = 35; sender.tabBar.setHeight(_height); sender.tabBar.items.each(function(el) { el.setHeight(_height) }) } but it have The space on the bottom of the tab, how to sovle? thank you
  7. solved http://forums.unigui.com/index.php?/topic/5658-unidbdatetimepicker-always-in-front-side/?hl=zindex&do=findComment&comment=28897
  8. hi, i have a idea , my panel is not visible, it is visible when i need. i want to change its z-index by js, UniSession.AddJS(),how to write this? thanks
  9. i put a unipanel to your filtering demo ,then it have the same problem that the dbgrid's title aways in front of form,look at the pictures http://img2.ph.126.net/56hVOqnL4Yi8q1wME1ZAlA==/6631776950701982342.png http://img1.ph.126.net/OfAgX8X1HXPkUAQjCnzCqQ==/6631884702838402147.png
  10. i want to create the same uniform to every frame solely
  11. how to create one or more uniform dynamically​ which is inherited from another uniform by unigui?
  12. how to solve that? http://img2.ph.126.net/Ay1CBq-iUNGICI0QavdXug==/6631746164376358700.png
  13. the problem like this ,but my control is a unipanel only version is 0.99.96.1321
  14. hello , i put a unipanel on the unidbgrid,but the panel is warded by the title of the unidbgrid after i run. why?
  15. no, i don't use UniDBLookupComboBox1.I create a field which kind is looupup because i need to display name and save id. how to ​cancel "x"
  16. but i don't use UniDBLookupComboBox1, i create a field which kind is looupup. i see the demo of dbgridlookup( not UniDBLookupComboBox) which have not clearbutton, how to do that
  17. hi, how to set tab height and its font on ​pagecontrol
  18. i use unidbgrid, does the dbgrid have ClearButton?
  19. How to cancel "×" on the lookup field when dropdown
  20. 0.99.80.1259, if i use the combox it can reflesh,but this is not i want, i need two fields ,one field display(name) and one field to save(id),so i need to use lookupfield,but it can't reflesh when i change the lookupdataset, i wirte "fieldbyname('lookup').refleshlookupdataset" but don't work
×
×
  • Create New...