The topic and the html (http://noodles.gr/resources/extjs/2.0/examples/layout/grid-layout-test.html) should speak for themselves. Mid-West CAD, Inc. Autodesk 3ds Max for Design Visualization:: File Format: PDF/Adobe Acrobat - View as HTMLanimating objects; and rendering still pictures and animations. Using the Command Panel. Other UI Elements. • Keyboard, Help, Viewport UI Elements, http://www.mwcad.com/3ds_Max_2008_for_Design_Visualization.pdfHOME | -Massive Sigh- (Mini Rant on 3DS Max) - Page 2 - Blender Artists :: Aug 18, 2008 In the command panel it's the second tab from the left on the . I should point out that I rarely use Viewport Background or even ref http://blenderartists.org/forum/showthread.php?p=1194580HOME |
Collapsing the west panel is kinda messy. Have I done something the wrong way or am I missing something? :)
tnx in advance! :)
I'd prefer if you'd make some snapshots - then you can remove the link but information will still we available for anyone interested. CG Talk Wings3D Forum - WINGS 3D - Wings - Wings3D - Official :: 9 posts - 4 authors - Last post: Sep 21oh, of course I use Blender viewport rotation, since always. Blender opens to "2 - Model" There are also: 1 - Animation 3 - Material http://nendowingsmirai.yuku.com/topic/5793/t/CG-Talk-Wings3D-Forum.html?page=2HOME |
I'm not sure if I'm having the same problem that George had (the source code link is down), but I'm also having a problem with the collapse animation (and collapsed rendering) of a panel in a Viewport.
I have attached screenshots of the expanded and collapsed panel, and a zip file containing the source code.
http://extjs.com/forum/attachment.php?attachmentid=6507&stc=1&d=1209488865
http://extjs.com/forum/attachment.php?attachmentid=6506&stc=1&d=1209488865
The problem is that I'm trying to follow Saki's excellent blog post on "Writing a Big Application in Ext", and I'm just not knowledgeable enough about extending classes yet. I'm trying though! When I place the panel config directly into the viewport config, everything animates and renders correctly. However, when I extend Panel and add the extension to the Viewport as an item, it does not render correctly. Intro to 3ds max 8:: File Format: PDF/Adobe Acrobat - View as HTMLviewport. Fig. .2 - The quad menu with an editable mesh object. selected. . Motion panel. Contains controls for animation controllers. and trajectories. http://www.cdedstudents.com/html_asp_files/students_center/data_and_assignments/download/3D Advanced - Character Animation/listing/01 - Introduction to 3dsmax.pdfHOME |
I would greatly appreciate any help that you could provide.
Thanks,
Peter
For example the page I linked on the first post will probably be removed someday soon, now that the problem has been resolved...
So the post is a bit useless to anyone since they don't know what the exact problem was.
Should I now delete this thread ( I think I can remove my own threads right? :P ) or leave it on the forum to fade away? :)
Try:
baseCls:'x-border-layout-ct x-plain'
it looks better then.
So true and so correct! :)
Thanks a million Josef ^_^
ps. should threads that link to pages that most likely won't exist in a week be deleted by their authors or something? :/
So true and so correct! :)
Thanks a million Josef ^_^
You're welcome.
ps. should threads that link to pages that most likely won't exist in a week be deleted by their authors or something? :/Do you have anything specific in mind?
Better to say:
items:[{
xtype:'panel'
,region:'north'
,...
},{
xtype:'panel'
,region:'center'
},{
...
}]
Thanks Saki! I tried your suggestions and my code is now working. I 'm now lazy rendering all the panels in my viewport. I determined that I have to set "collapsible: true" in the 'testpanel' config in my viewport items array. Setting "collapsible: true" as a default value in the Ext.apply() call in my extended class without also setting it in the viewport items array causes the animation/rendering to fail. Do you know why I can't set "collapsible: true" as a default value in my extended class? I thought that should work.
Thanks again for all your help.
-Peter
Take a look at this example http://examples.extjs.eu/?ex=gridinbl I think it does exactly what you want.
Try to lazy instantiate your viewport regions. Instead of new Ext.Panel({...}) do it like this:
var vp = new Ext.Viewport({
xtype:'panel'
,region:'north'
,...
});
I Am a Sinner – What About You?
Global Sourcing and Supplier Online by Dylan
|