############################################
#
# look at: http://extjs.com/forum/showthread.php?t=16655
#
###########################################
hi there!
I'm trying to convert my ext 1.1 app to ext 20.
but i still have problems with the viewport...
when i collapse the west region, the browser shows some scollbars!?!
here my code (and some screenshots):
Features and Benefits:: File Format: PDF/Adobe Acrobat - View as HTMLProblem. Viewports are frequently used to illustrate a particular portion of a design, for example, the. the heating and ventilation system in a building. http://www.avatech.com/documents/solutions/general/autocad2008_fab.pdfHOME | viewport? - Pixel2Life Forum:: 12 posts - Last post: Aug 7, 2007Member No.: 11728. Heres a screenshot of a "4 viewport" layout: . Problem Solved!!! I reread your posts very carefully and the problem http://www.pixel2life.com/forums/index.php?showtopic=35056HOME |
var viewport = new Ext.Viewport({ Free GLUT problems[SOLVED] - GameDev.Net Discussion Forums:: 21 posts - Last post: Sep 9, 2007So, now the only problem left is my viewports problem. So, it works now. So, all the problems in this topic has been solved! My Website: http://www.gamedev.net/community/forums/topic.asp?topic_id=462141HOME |
layout:'border',
items:[
{
region:'north',
height: 29,
border: false,
margins:'0 0 0 0'
},
{
region:'west',
title: 'WEST',
split:true,
border: true,
collapsible: true,
autoScroll: true,
width: 250,
minSize: 160,
maxSize: 400,
//collapseMode:'mini',
margins:'0 0 0 0'
},
{
region:'center',
border: false,
autoScroll: true,
margins:'0 0 0 0',
layout: 'border',
items: [
{
region:'center',
alwaysShowTabs: true,
autoScroll:true,
closeOnTab: true,
layout: 'fit',
tabPosition: 'top',
margins:'0 0 0 0'
},
{
region:'south',
split:true,
layout: 'fit',
height: 200,
minSize: 100,
maxSize: 400,
collapsible: true,
collapseMode:'mini',
title:'LOGS',
margins:'0 0 0 0'
}
]
}
]
});
Screenshot:
viewport_normal => my standard viewport
viewport_collapsed => when the west panel is colaped
viewport_west_open => when the west panel is open again
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home
|