Jump to content

Recommended Posts

Posted

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

  • 3 months later...
Posted

all right ... :-) ... i will wait ;-) ...

 

nice greetings to you from austria

i am very happy about your good work .. thnX 

Erich

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...