Friday, August 28, 2009

Buy House Guide

Try to summarize a guide for buying a completed property.

1. Search for a property and research about it.

2. Everything ok and decided to buy, go to bank and check loan amount that you can get. Then prepare deposit, agent normally will request 2%(some request more) of the property price as deposit. If deal with property owner then you can discuss about the deposit, 500, 1000 or any amount which is agreed by both side.

Thursday, August 20, 2009

GWT - File Upload

I am trying to do file upload on GWT, I search through internet and unfortunately, I found no way of doing file uploads with RPC :-(

Solution i found still back to common HTTP upload, just tweak a little to fit into the GWT environment.
I post the solution here which mixed used of widget in GWT and GXT.
Please drop me a comment if you know of a better way, or way to improve what I have done.

Wednesday, August 19, 2009

GXT - Progress bar in grid

I want to add progress bar into the grid widget but the grid cell does not support widget inserting.

After doing research from internet, i found out one solution which is render the progress bar by inserting plain div. Here is the code i used to show the progress bar in the grid.