Graziano Posted June 4, 2011 Posted June 4, 2011 hi farshad i have that problem... in that code: CampoLook[i] := TUNIDBLookupComboBox.Create(formDacreare); CampoLook[i].parent := parent; after the parent assignment raise an exception the component not have a parent component... the same code with a TUniDBEdit work, whit normal delphi component work. other else, the toolbar not show caption of the toolbutton in web mode, and the label created at runtime with that code: LBl[i] := TuniLabel.Create(FormDaCreare); LBl[i].AutoSize := falsE; LBl[i].Width := 70; LBl[i].Parent := Parent; LBl[i].Caption := Nomecampo; LBl[i].Left := l; LBl[i].top := hlabel; lbl[i].Text := Nomecampo; lbl[i].TextConversion := txtRegular; LBl[i].Show; work on web mode but not work on windows application. thanks in advance
Administrators Farshad Mohajeri Posted June 6, 2011 Administrators Posted June 6, 2011 hi farshad i have that problem... in that code: CampoLook[i] := TUNIDBLookupComboBox.Create(formDacreare); CampoLook[i].parent := parent; What is the type of Parent parameter in above code?
Graziano Posted June 6, 2011 Author Posted June 6, 2011 What is the type of Parent parameter in above code? uniPanel formdacreare is a Uniform thanks again
Graziano Posted June 6, 2011 Author Posted June 6, 2011 Fixed in the next release already fixed? or i can download the fix? thanks
Administrators Farshad Mohajeri Posted June 6, 2011 Administrators Posted June 6, 2011 in the next release already fixed? or i can download the fix? thanks In next build which will be released soon.
Graziano Posted June 6, 2011 Author Posted June 6, 2011 In next build which will be released soon. you are really great
Administrators Farshad Mohajeri Posted June 30, 2011 Administrators Posted June 30, 2011 hi farshad, in my test case there are an error in vcl mode, if you go in anagrafiche->padroncini the label not are visible, do you know why? thanks again Do not call Show and PaintTo. They're not needed.
Graziano Posted June 30, 2011 Author Posted June 30, 2011 Do not call Show and PaintTo. They're not needed. thanks all work
Recommended Posts