erich.wanker Posted October 30, 2013 Posted October 30, 2013 Hello Users, i am playing with uniCalendarPanel .. And i have a littel problem: I put a uniCalendarPanel on a Frame The Frame is loaded via: procedure TMainForm.InsertFrame1(Name: string;wo:TuniPanel); begin if FFrameName1=Name then Exit; FFrameName1:=Name; FreeAndNil(FCurrentFrame1); FCurrentFrame1:=TUniFrameClass(FindClass(Name)).Create(self); FCurrentFrame1.Align:=alClient; FCurrentFrame1.Parent:=wo; end; FIRST loadl of Frame with uniCalendarPanel works normal.. if i load a other frame and load the Calendar-Frame again - the uniCalendar does not work .. since i load the uniGui -DLL new.. the attached Picture shows on the left side the "normal" RangeSelect -funktion ... on the right side you can see the same testselection .. but the RangeSelect is not displayed .. just one small gray pixel is shown .. p.s.: the frame with the uniCalendarPanel has no programming codes ... i just drag and dropped the uniCalendarPanel on the frameform for testing .... Any Ideas ? Erich Quote
Administrators Farshad Mohajeri Posted February 25, 2014 Administrators Posted February 25, 2014 It is already reported in bug forums. I couldn't find a solution yet. Quote
erich.wanker Posted February 25, 2014 Author Posted February 25, 2014 all right ... :-) ... i will wait ;-) ... nice greetings to you from austria i am very happy about your good work .. thnX Erich Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.