Jump to content

wangxuebin

Members
  • Posts

    100
  • Joined

  • Last visited

Everything posted by wangxuebin

  1. I find the reason. With UniGui TuniTreeView,you can't use following statements for webmode: unitree.Items.BeginUpdate; ... unitree.Items.EndUpdate; for desktop app,above statements work ok,for webapp,it comes out an error, is it a little bug of UniGui?
  2. 'Abstract error' occurs when I build TunitreeView. I write function in a single dephi public unit(without form) for building a TunitreeView, I use it in a UNIguiform and call this function to build a unitreeview,but this error occurs. Someone help me! Thanks.
  3. How to make the key 'Enter' become the 'Tab' in UniGui edit components? I mean when using uniedit or unidbgrid,when I press 'enter' key,the focus move to the next editbox,unnessary to press 'tab' key? someone help me! thanks in advance! wxb_km
  4. TuniDBmemo does not support richtext format,just plain text,I think.
  5. Hi Farshad, Thanks for you job.I have A problem with the 'refresh' button of Unidbgrid.I set the dataset to 'requestlive',and link to a Unidbgrid, I assume that when I click 'refresh' button of the Unidbgrid,the content of Unidbgrid would reflect any updates to the dataset immedaitely. Strangely,for the first page of the Unidbgrid,it works so,but for the other pages ,no update to the dataset is displayed on the Unidbgrid. What is reason for this? Thanks in advance. wxb_km,11/9,2012
  6. When I deploy my ungui webapp as ISAPI modules(under Apache 2.2 as DLL files),I use Delphi function getdir to get the path info where my Webapp dll exists in,but getdir returns Apache home path.How can I get the path info where my Webapp DLLs exists in? thank you very much. wxb_km,1/9
  7. Hi,everyone,UniGui is a great work,but there is a way to put it into practice.

  8. A problem (perhaps a bug) about unihtmlframe: A flash in an unihtmlframe on the MainForm always covers any other forms for MS IE,but for FireFox,everything seems work ok. wxb_km,22/8,2012
  9. Thank you! I will try it. Wxb_km 22/8,2012
  10. How to make Unigui work with PHP? I mean in Unigui components,how to use PHP codes to invoke PHP functions? wxb_km.thanks in advance!
  11. seems ought to be Value := '<span style="cursor:pointer">' + Value + '</span>'; this works! Thank you.
  12. How to make the cursor in a column in an unidbgrid become the shape of a hand?By default,this cursor is an arrow. Thanks. wxb_km
  13. Hi I install you UniGoogleMap in my Delphi xe2(unigui 0.88 0.0941),it cant't be compiled.
  14. unidbgrid would include functionalities: 1,multi-row column titles(like Ehlib style); 2,can preview and print at browser; 3,can export multi-format files(as execl,pdf,rtf); 4,if possible,make unidbgrid like web report tool. unigui is good webapp famework.I wish it go further and more successful!
×
×
  • Create New...