Jump to content

ChenHaibin

Members
  • Posts

    201
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by ChenHaibin

  1. Delphi Developer It worked very well. Thank you!
  2. If I can't change the font size, how to change the line spacing ?Thank you!
  3. How to change the line spacing of Tunimemo&TUniDBMemo? Thanks!
  4. Hello Delphi Developer: Something is wrong in ProgressBarPager.js When initialized, if the number of records per page is 20, then adjusted to 10, click on the toolbar the number of pages is wrong. Here is the code ------------------------------------------------------------- // private // This method handles the click for the progress bar handleProgressBarClick : function(e){ var parent = this.parent, displayItem = parent.displayItem, box = this.progressBar.getBox(), xy = e.getXY(), position = xy[0]- box.x, pages = Math.ceil(parent.store.getTotalCount() / parent.pageSize), newPage = Math.max(Math.ceil(position / (displayItem.width / pages)), 1); parent.store.loadPage(newPage); }, Thank you!
  5. Could you convert the MainForm to a Frame? Thank you!
  6. How to change the font size of text ? For example displays Chinese font need large fonts.
  7. We are using unigui0.94 1024 version. How to change the font size pagecontrol's tab? In our project,We need to change the font unipagecontrol's tab to 9, but can not be achieved by modifying the tab of the font. The result in ie10 browser, the font size of tab set to 9. The result in the chrome browser What we need is this result, the font size of tab set to 9.
  8. If use this method in loginform it does not work . I use unigui 0.941024
  9. The OnScreenResize event of LoginForm can not be fired in 0.94.0.1024. LoginForm.rar
  10. 0.941022 version loginform with your method does not work. But for mainform effect can be reached
  11. The problem is still not resolved。 Environment: Win7 64 bit + delphi 2010
  12. In unigui 0.9422,How to make loginform centered when resizing the browser?
  13. ChenHaibin

    Contabo.com

    Great! Does your pdf report is derived using fastreport?
  14. How to use more advanced htmlEditor, such as http://extjs.org.cn/extjs/plugins/HTMLEditor/image/index.html Thank you!
  15. I also encountered the same problem,I also take custom prompts statement.... How to remove the red plug icon?
×
×
  • Create New...