<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ADF 11g PanelDashboard; configure your own dashboard</title>
	<atom:link href="http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mangal Dev</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-481384</link>
		<dc:creator>Mangal Dev</dc:creator>
		<pubDate>Sun, 30 Oct 2011 11:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-481384</guid>
		<description>Thanks A lot .... Really a great Sample.</description>
		<content:encoded><![CDATA[<p>Thanks A lot &#8230;. Really a great Sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Bors</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-481353</link>
		<dc:creator>Luc Bors</dc:creator>
		<pubDate>Tue, 25 Oct 2011 13:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-481353</guid>
		<description>percentages will not work. You need to use px.  If you do so, you can get the desired result which is two boxes next to eachother with different heights</description>
		<content:encoded><![CDATA[<p>percentages will not work. You need to use px.  If you do so, you can get the desired result which is two boxes next to eachother with different heights</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-481313</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 14 Oct 2011 16:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-481313</guid>
		<description>In one of your posts you&#039;ve said that the panel boxes can be of different sizes and that can only be done using instyle.
What is the recommended approach for displaying 2 panel boxes, layout=vertical, heightPanel1=40%, heightPanel2=80%? Can this be done in a panelDashboard?
Thanks,
Adrian</description>
		<content:encoded><![CDATA[<p>In one of your posts you&#8217;ve said that the panel boxes can be of different sizes and that can only be done using instyle.<br />
What is the recommended approach for displaying 2 panel boxes, layout=vertical, heightPanel1=40%, heightPanel2=80%? Can this be done in a panelDashboard?<br />
Thanks,<br />
Adrian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Bors</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-355899</link>
		<dc:creator>Luc Bors</dc:creator>
		<pubDate>Tue, 09 Feb 2010 11:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-355899</guid>
		<description>Hi Christian,
Thanks for the compliments. I have the answers to your questions.
The first &lt;a title=&quot;answer&quot; href=&quot;http://forums.oracle.com/forums/thread.jspa?threadID=1026345&amp;tstart=0&quot; rel=&quot;nofollow&quot;&gt;answer&lt;/a&gt; can be found at the JDeveloper Forum.
The answer to the second question: You can change the label dynamically. To achieve that you hve to bind the component to a bean. In that bean you can access all properties of the component. By invoking &lt;&lt;em&gt;Yourcomponent&lt;/em&gt;&gt;.setText(&lt;&lt;em&gt;new label&lt;/em&gt;&gt;) you can change the label.
Good luck with that. If you need more help, feel free to get back to me.
Luc</description>
		<content:encoded><![CDATA[<p>Hi Christian,<br />
Thanks for the compliments. I have the answers to your questions.<br />
The first <a title="answer" href="http://forums.oracle.com/forums/thread.jspa?threadID=1026345&amp;tstart=0" rel="nofollow">answer</a> can be found at the JDeveloper Forum.<br />
The answer to the second question: You can change the label dynamically. To achieve that you hve to bind the component to a bean. In that bean you can access all properties of the component. By invoking &lt;<em>Yourcomponent</em>&gt;.setText(&lt;<em>new label</em>&gt;) you can change the label.<br />
Good luck with that. If you need more help, feel free to get back to me.<br />
Luc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-355369</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-355369</guid>
		<description>Hello!!
Good tutorial!
I have two questions:
1. How can I add a dragsource component form java code? I&#039;m adding dinamically components in a jspx and I&#039;d like to add d&amp;d function. So I add a panelBox, inside a UIComponent (input box etx..) and now I need the DragSource... :)
2. Is it possible to modify dinamiucally a Label of a UIComponent, for example clicking on it?
Thank you very much :)
Cristian</description>
		<content:encoded><![CDATA[<p>Hello!!<br />
Good tutorial!<br />
I have two questions:<br />
1. How can I add a dragsource component form java code? I&#8217;m adding dinamically components in a jspx and I&#8217;d like to add d&amp;d function. So I add a panelBox, inside a UIComponent (input box etx..) and now I need the DragSource&#8230; <img src='http://technology.amis.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
2. Is it possible to modify dinamiucally a Label of a UIComponent, for example clicking on it?<br />
Thank you very much <img src='http://technology.amis.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Cristian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-348933</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-348933</guid>
		<description>Is there a way to use another layout with the paneldashboard ? 
I would like to be able to set different sizes for each cell</description>
		<content:encoded><![CDATA[<p>Is there a way to use another layout with the paneldashboard ?<br />
I would like to be able to set different sizes for each cell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Bors</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-348875</link>
		<dc:creator>Luc Bors</dc:creator>
		<pubDate>Tue, 29 Sep 2009 18:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-348875</guid>
		<description>Andry,

At your first problem: 3 seems to be a &quot;magic number&quot;. Untill now I don&#039;t have a clue on why this doesn&#039;t work.
I have to look into the second problem if you need this fixed.

Luc</description>
		<content:encoded><![CDATA[<p>Andry,</p>
<p>At your first problem: 3 seems to be a &#8220;magic number&#8221;. Untill now I don&#8217;t have a clue on why this doesn&#8217;t work.<br />
I have to look into the second problem if you need this fixed.</p>
<p>Luc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andry</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-348865</link>
		<dc:creator>Andry</dc:creator>
		<pubDate>Thu, 24 Sep 2009 07:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-348865</guid>
		<description>Hi Luc, 
        I have download your application. Very nice and very helpful this example.
I have two problems:
1) When I choose &quot;three columns&quot; I don&#039;t see the page with the dashboard
2) When I modify the order of the panel and I click on &quot;hide&quot;, the page does not hide the correct panel (so that the panel just reordered), but it hides the panel that was in the previous order. So, if I switch the position of the panelBox1 (position 1) with the position panelBox2 (position 2) and then I click on &quot;hide&quot; of the panelBox1 (now in the position 2), the dashboard hides the panelBox2

I am using Jdeveloper 11.1.1.0 and Vista. I read in the blog that the problem would be Vista, doesn&#039;t it?

Andry</description>
		<content:encoded><![CDATA[<p>Hi Luc,<br />
        I have download your application. Very nice and very helpful this example.<br />
I have two problems:<br />
1) When I choose &#8220;three columns&#8221; I don&#8217;t see the page with the dashboard<br />
2) When I modify the order of the panel and I click on &#8220;hide&#8221;, the page does not hide the correct panel (so that the panel just reordered), but it hides the panel that was in the previous order. So, if I switch the position of the panelBox1 (position 1) with the position panelBox2 (position 2) and then I click on &#8220;hide&#8221; of the panelBox1 (now in the position 2), the dashboard hides the panelBox2</p>
<p>I am using Jdeveloper 11.1.1.0 and Vista. I read in the blog that the problem would be Vista, doesn&#8217;t it?</p>
<p>Andry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-348789</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Wed, 26 Aug 2009 08:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-348789</guid>
		<description>Hi Luc, 

I&#039;m currently implementing a dashboard, and found your tutorial very helpful.  I moved onto a new version, based on the ADF hosted demo dashboard, but I&#039;m having a problem with maximise.  I posted on 

http://forums.oracle.com/forums/thread.jspa?messageID=3715127

But haven&#039;t had any answers.  Perhaps you might have an idea?   

Barry</description>
		<content:encoded><![CDATA[<p>Hi Luc, </p>
<p>I&#8217;m currently implementing a dashboard, and found your tutorial very helpful.  I moved onto a new version, based on the ADF hosted demo dashboard, but I&#8217;m having a problem with maximise.  I posted on </p>
<p><a href="http://forums.oracle.com/forums/thread.jspa?messageID=3715127" rel="nofollow">http://forums.oracle.com/forums/thread.jspa?messageID=3715127</a></p>
<p>But haven&#8217;t had any answers.  Perhaps you might have an idea?   </p>
<p>Barry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Bors</title>
		<link>http://technology.amis.nl/blog/5781/adf-11g-paneldashboard-configure-your-own-dashboard/comment-page-1#comment-348621</link>
		<dc:creator>Luc Bors</dc:creator>
		<pubDate>Mon, 20 Jul 2009 07:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5781#comment-348621</guid>
		<description>Hi Larry, 
a panelbox has the functionallity to be collapsed hence showing only the titlebar. So the answer to your question is yes. 
You can dot that by setting the showDisclosure property of the panelbox to true (or not set it at all, because that will result in the default property &#039;true&#039;). In the upper left corner there will be an icon visible. When you click it the box will collapse (or expand if allready collapsed)</description>
		<content:encoded><![CDATA[<p>Hi Larry,<br />
a panelbox has the functionallity to be collapsed hence showing only the titlebar. So the answer to your question is yes.<br />
You can dot that by setting the showDisclosure property of the panelbox to true (or not set it at all, because that will result in the default property &#8216;true&#8217;). In the upper left corner there will be an icon visible. When you click it the box will collapse (or expand if allready collapsed)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

