Jump to content

uniguibbs

Members
  • Posts

    135
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by uniguibbs

  1. when upload file, the function "compareMem" run Error. iis6.1 + windows Server2008R2 64bit
  2. How shrink height of TUniForm depends on it's content. How expand height of TUniForm depends on it's content.
  3. thanks ganzqgy. it works. i need a new function. i want to get the unique filename and origin filename. how can i get it?
  4. when files upload completed , how to close the parent window?
  5. is ie8 no longer supported after 0.96?
  6. cooooooooooooooooool. release please.
  7. good +1. but, why create new panel ? //if not found, then create it... TabSheetNew := TUniTabSheet.Create(NavPage); TabSheetNew.PageControl := NavPage; TabSheetNew.Caption := Titulo; TabSheetNew.Name := Name; TabSheetNew.Closable := True; TabSheetNew.OnClose := CheckTab; // PanelTabSheetNew := TUniPanel.Create(TabSheetNew); // PanelTabSheetNew.Align := alClient; // PanelTabSheetNew.Parent := TabSheetNew; // FCurrentFrameTab := TUniFrameClass(FindClass(Name)).Create(Self); // FCurrentFrameTab.Parent := PanelTabSheetNew; // FCurrentFrameTab.Align := alClient; FCurrentFrameTab := TUniFrameClass(FindClass(Name)).Create(Self); FCurrentFrameTab.Parent := TabSheetNew; FCurrentFrameTab.Align := alClient;
  8. need a print method to print specify window or panel .
  9. Free for non commercial use?
  10. how print current window or unipanel?
  11. how print current window or panel? thanks.
  12. i want remove left and right side border of panel remain top and bottom side border. how to do that? thanks .
  13. uniframe , uniform, unipanel when insertcontrol() a new component into the buttom of unifame, the height of uniframe can autofit. how to set height autofit. thanks.
  14. component : TUniDBGrid. cell [A:1] value := "11", cell [A:2] value := "11" . cell [A:3] value := "difference value" . cell [A:1] and cell[A:2] can merge, and display one value. just like TDBGridEh in Ehlib. how to achieve? thanks
×
×
  • Create New...