Re: Oauth and open id

2010-11-02 Thread Fendy Tjin
Can anyone give me some direction? On Tue, Nov 2, 2010 at 2:15 PM, Fendy Tjin wrote: > Hi, > > I've searched all over the places, what I found is that, I need to > redirect or forward to authenticate to Google account or other > accounts. And it seems it required me to save

Oauth and open id

2010-11-02 Thread Fendy Tjin
Hi, I've searched all over the places, what I found is that, I need to redirect or forward to authenticate to Google account or other accounts. And it seems it required me to save the token. Am I in the right direction? Thank you, Fendy Tjin -- You received this message because yo

newbie: GAE + Oauth + Open Id example

2010-10-30 Thread Fendy Tjin
n you please give me some GWT frontend with RPC code and GAE server code? Thank you, Fendy Tjin -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubs

Re: Client Vs Server and Google app engine

2010-10-19 Thread Fendy Tjin
Hi, Well, I've made gwt app as well. What I do is creating two models, one in the server and another in the client package. You may want to look into spring roo framework. If you do not want to have 2 models. Best regards, Fendy Tjin On Oct 19, 2010, at 2:25 PM, Michel Uncini

Re: TabLayoutPanel : How to add a "Add tab" icon in tab bar - Almost solved

2010-10-18 Thread Fendy Tjin
Hi Chris, yes, you can rely on CSS styling. Make sure your CSS is universal across browsers. Best regards, Fendy Tjin On Oct 18, 2010, at 5:51 PM, Christophe wrote: > I've done this : do you think I can rely on CSS style name ? > > public abstract class TabLayoutPanelWi

Re: TabLayoutPanel : How to add a "Add tab" icon in tab bar

2010-10-15 Thread Fendy Tjin
I think this should work. Best Regards, Fendy Tjin On Fri, Oct 15, 2010 at 3:56 PM, Christophe < christophe.march...@contactoffice.net> wrote: > I would like to add an icon/button to tab bar, at the right of the > last tab, like Firefox does. > > But, in TabLayoutPanel, tabBa

Re: gwt in subfolder

2010-10-03 Thread Fendy Tjin
Hi, I have the same question, but I'm using Google Hosting which does automatically when uploading to the host server. In this case, how do I move it to a subfolder? On Fri, Oct 1, 2010 at 7:37 PM, Артём wrote: > "myapp.html" is just an html file generated for you during the project > creation.

MVP multiple buttons/fields

2010-07-12 Thread Fendy Tjin
Hi, I would like to elegantly code my application. I am rather confused as to how to code for multiple button/field. such as: multiple delete buttons, or multiple update text fields I have a working sample of it, however it is very messy and I would like to know if there is any other way to do it

Re: auto refresh client side when ever there are changes in the database (without timer)

2010-07-04 Thread Fendy Tjin
for new > features ;-) > > There is a streaming implementation of comet. Maybe it supports your > needs. > > http://code.google.com/p/gwt-comet/ > > Stefan Bachert > http://gwtworld.de > > On Jul 2, 8:35 pm, Fendy Tjin wrote: > > Thank you for the reply. But serve

Re: auto refresh client side when ever there are changes in the database (without timer)

2010-07-02 Thread Fendy Tjin
nance.) I would like to know has every browser in fact support HTML5 already? I think most of the users in the world are still using browsers with HTML4 (Internet Explorer). Thank you, Fendy Tjin On Jul 2, 10:49 pm, Stefan Bachert wrote: > Hi, > > there are some ways. > > The

auto refresh client side when ever there are changes in the database (without timer)

2010-07-02 Thread Fendy Tjin
Is there a way to automatically refresh the client side when ever there are changes in the database without the timer on the client side. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool.

Just a Test Message! Since my post here was forwarded to someone else and I want to figure out how. Sorry for the inconvenience

2010-04-02 Thread Fendy Tjin
Sorry for the inconvenience -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroup

Decorator panel outlook problem

2010-03-30 Thread Fendy Tjin
Decorator panel outlook went a mess when expanded its width. example source: DecoratedTabPanel tabPanel = new DecoratedTabPanel(); // expand the width of the tab panel tabPanel.setWidth("1000px"); tabPanel.setAnimationEnabled(true); // a new tab String[] tabTitles = { "Home", "Content", "More