| Author |
Message |
|
|
Hi.
I'm using ICEfaces 1.8.2 for my applications. Right now is not possible to update to 3.0.0.
I would like to know if it possible simulate the navigation (overall for back button in the browser) as you have done in showcase in 3.0.0 version.
Thanks
|
 |
|
|
Hi.
Fixed.
I added this style
<ice:outputChart type="custom" style="width:400px;height:280px;"
renderOnSubmit="#{chartBean.renderOnSubmit}" />
Now I'm trying to add a PieChart3D, but in:
AxisChartDataSet axisChartDataSet = new AxisChartDataSet(data, legendLabels, paints, ChartType.BAR_STACKED, stackedBarChartProperties)
ChartType seems to not have Pie3D in the list.
This code can be used to build any of the charts available???
thanks
|
 |
|
|
Hi, briik.
I tried your comments and works ok, but I'm experience a problem.
Could you please take a look?
I not be able to place the chart in a 0,0 position, if shifted down and I can't see a solution for this.
Take a look a the picture
The chart is included in a tab, the charts in other tabs works well (without the back-ground color).
thanks
|
 |
|
|
Hi evgheni.sadovoi.
Thanks for comments.
One questión?. How did you focus this stuff?.
I would like to have the same operative like a bank page.
Thanks
|
 |
|
|
Hi Blindworks.
Right now I'm not invalidating the session, I detect the browser is closed and I eliminate the session from the context (previosly I added), so I have a control over the sessions.
My problem is when there is a session expiry, in that moment I can't do anything.
I have been looking at the pages of the banks and seems to works ok, so I suposse there will be a way to face this. Maybe the ICEfaces developers could clarificate how to face this kind of stuff.
Thanks
|
 |
|
|
Hi.
I'm using a composition similar (or equal) to component-showcase (1.8.2).
My url is: http://localhost:8080/myweb
In the center I show the initial content and in this place I show several different pages and everthing work greats.
Now I want to create something like:
http://localhost:8080/myweb/news so I can show a specific page, but I can't see how to do it.
If I click in one of my links I can show this page but, how can I redirect directly to this content??
I hope I have explained.
Any suggestion??
Thanks
|
 |
|
|
Hi.
Did you find a solution to this problem.
I can't be able to center my collapsible panel in the page and also add a width of 100%
Thanks
|
 |
|
|
Hi, Ken
Again,thanks for answer.
I tried but I get just a blue circle in IE, while I'm waiting. None hourglass is showed.
Thanks
|
 |
|
|
Hi Ken.
I'm using 1.8.
After reading your link:
http://wiki.icefaces.org/display/ICE/Configuration
I get answer to my question in part (avoid double-submit).
Any additional information about show a message dialog during render???? (or an hourglass)
Thanks
http://www.icefaces.org/docs/v1_8_0/htmlguide/devguide/references5.html
http://jira.icefaces.org/browse/ICE-4308
Without answer:
http://www.icefaces.org/JForum/posts/list/12445.page
http://www.icefaces.org/JForum/posts/list/18699.page
http://jira.icefaces.org/browse/ICE-6645
|
 |
|
|
Hi.
I'm using datatable to show data. Sometimes if the table is too heavy, it take a long time. During this time I would like to show a message in the page or even better a modal page to advice the user the datatable is loading.
But I don't know how to inform my modal page the time needed to "render" the datatable, because is different the time in the bean, than the time used to render the table in the page (it seems to be asyncrhonous).
Any suggestions??
Thanks
|
 |
|
|
Fixed.
thanks
|
 |
|
|
Hi.
I have created a datatable with several columns to sort.
The problem is always I get the same column id, no matter what column I choose.
Why this occurs?
Thanks
|
 |
|
|
Hi.
I'm newbie too using hibernate.
Could you please post a simple eclipse project (.war) to import with hibernate configured. I can't be able to manage...
thanks
|
 |
|
|
Hi.
Did you find a solution to this problem??
Actually I have 3 scenarios to close session:
1.- A user close session using a button. No problem you can do what you need.
2.- A user close the browser, so you call beforeClose using javascript
3.- The session timeout expiry. In this case you can't do anything against a database or whatever because once the session expiry is like you are not in the web application, so resources are open...
The idea is to fix any of this problems.
Thanks
|
 |
|
|
Hi.
thanks for comment, I thought I was the only one with the same problem
If you can solve, please, share with me.
I have posted in this forum, it seems I'm doing something wrong.
http://stackoverflow.com/questions/3918399/simulate-onclick-event-problems-in-chrome
Maybe you can take a look at the answer.
Thanks
|
 |
|
|