Jump to content

BUG or my mistake ?


erich.wanker

Recommended Posts

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 ..

post-1295-0-70598700-1383137573_thumb.jpg

 

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

Link to comment
Share on other sites

  • 3 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...