ThemedContainer cause rendering slow
 
Home My Account Forum Try It! Buy It!
About Contact Us Site Map
StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



ThemedContainer cause rendering slowExpand / Collapse
Author
Message
Posted 04/14/2008 5:55:38 PM
StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: Yesterday @ 11:48:10 AM
Posts: 376, Visits: 1,282
Hi,
I have implemented MDIWindowListItem to my application. I am having problem that, ThemedContainer rendering is very slow during design time. I can see ThemContainer rendering look like freeze when I switch between application. It also cause diffifcutly while editing menu toolstripitem at MDI form as well.

Any ideas how to solve it?

Thank you
Post #15618
Posted 04/14/2008 10:12:03 PM
StrataFrame VIP

StrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIP

Group: StrataFrame Users
Last Login: Today @ 2:29:34 PM
Posts: 1,065, Visits: 2,605
I have also noticed that the ThemedContain renders very slow at design time.
Post #15621
Posted 04/15/2008 7:44:50 AM
StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: Today @ 2:40:45 PM
Posts: 305, Visits: 1,197
Hi guys,

I am having the same issue, but not only at design time, but when running the .EXE out of VS IDE.

Please check this thread to see if anything applies to your particular issues:

http://forum.strataframe.net/FindPost15556.aspx

Edhy Rijo
Progytech (Computer Consultants)
Post #15625
Posted 04/15/2008 9:48:03 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 1:38:37 PM
Posts: 3,775, Visits: 3,950
Chan or Greg,

If you can get me a quick sample to reproduce your problem I will see if I can get you a fix.

Edhy,

I think that your run-time problems are totally unrelated to this.  I have reproduced your problems and given you several options to fix the problem.  This is not the same issue.

Post #15631
Posted 04/15/2008 9:57:44 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 1:38:37 PM
Posts: 3,775, Visits: 3,950
Just FYI here...when you post something indicating that you have a rendering issue, I really need more details before I can help.  Samples are always good, errors, more specifics, etc.  When you provide this information it will help us get to a resolution more quickly since I cannot determine what is going on by just noting that there is a rendering problem.  An example of this was when Edhy posted his issue on that other thread, he created a video so I could see what was going on.  That helped a lot so that I could try to reproduce that problem...just FYI, thanks
Post #15635
Posted 04/15/2008 11:31:01 AM
StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: Yesterday @ 11:48:10 AM
Posts: 376, Visits: 1,282
Hi,
I have no video tool. However, I capture few screen shot.


  Post Attachments 
ThemedControls-01.zip (6 views, 481.58 KB)
Post #15645
Posted 04/15/2008 1:30:06 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 1:38:37 PM
Posts: 3,775, Visits: 3,950
OK...it is not invalidating.  We try to reduce the number of times that this control renders itself.  I see that it is in a control within a panel on an MDI form.  So events may fire slightly differently.  I will see if I can reproduce, but this is not a matter of the control rendering slow.  It is a matter of the control just trying to reduce the number of invalidations.  I will see if I can setup a scenario where this happens.
Post #15653
Posted 04/15/2008 7:53:18 PM
StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: Yesterday @ 11:48:10 AM
Posts: 376, Visits: 1,282
Hi,
Thank you for reply.
Just to add on, because of this, it is very difficulty when I am adjusting control inside themedcontainer.

Thank you
Post #15674
Posted 04/16/2008 9:16:42 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 1:38:37 PM
Posts: 3,775, Visits: 3,950
I have spent a fair amount of time trying to reproduce this....with no luck.  Obviously you are having an issue as I saw in your screen shot, but it would be helpful if you could produce a quick sample that replicates the issue or give me some specific steps to reproeuce.  There is something else in the mix in your environment that I am probably not doing that is introducing the behavior.