Re: Monitor GWT 2.x application traffic using packet analyzer

2010-10-04 Thread Micky
o a different interface (0.0.0.0 to bind > to *). Also, Wireshark is perfectly capable of capturing traffic on on > 127.0.0.1. You just need to set the interface to lo (loopback) rather than > your actual NIC. > > On Mon, Oct 4, 2010 at 4:44 PM, Micky wrote: > > Hi there, > &g

Monitor GWT 2.x application traffic using packet analyzer

2010-10-04 Thread Micky
not even load. Does anyone have a workaround for this? Thanks, Micky -- 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, sen

Comprehensive list of default widget styles

2010-07-16 Thread Micky
Hi, Does anyone know if there is a comprehensive list of all the styles used in the default GWT widgets? I can find bits and pieces here and there but am hoping a master list exists out there somewhere. Thanks, Micky -- You received this message because you are subscribed to the Google Groups

Re: GWT 1.6 Custom Event Handler

2009-04-30 Thread Micky
using > mouse handlers but my issue disappeared. > > On 27 abr, 17:55, Micky wrote: > > > I’m building an application that is similar in layout to the Showcase > > example that is part of the GWT 1.6 install  - there is central > > DeckPanel that contains a number of conten

Re: How to get internal widget to notify its parent widget when clicked (and have the parent execute something)

2009-04-29 Thread Micky
Hey matttai, did you find a good solution for your issue? I'm trying to do something similar and have not had much luck. Observer pattern would seem to be the way to go - "In theory there is no difference between theory and practice. In practice there is.";) On Apr 6, 10:12 pm, matttai wrote: >

GWT 1.6 Custom Event Handler

2009-04-27 Thread Micky
I’m building an application that is similar in layout to the Showcase example that is part of the GWT 1.6 install - there is central DeckPanel that contains a number of content widgets and only one of these widgets can be displayed at any one time. However, whereas the content widget being displa

Re: GWT 1.6 TreeListener onTreeItemSelected

2009-04-22 Thread Micky
#x27;re looking for > SelectionHandler:http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g...) > > Some code > examples:http://code.google.com/webtoolkit/doc/1.6/DevGuideUserInterface.html#...http://code.google.com/webtoolkit/tutorials/1.6/manageevents.html >

GWT 1.6 TreeListener onTreeItemSelected

2009-04-22 Thread Micky
In previous versions of GWT one could add a tree listener to a tree and use onTreeItemSelected to handle when a tree item was selected by the user. How would this be implemented in GWT 1.6 given the new event handling? There doesn't seem to be much in the way of GWT 1.6 example code out there. T

Re: What are you using for a backend??

2009-01-23 Thread Micky
Although some of the reviews here are scathing: http://www.vistainter.com/reviews/M/mochahost.com/ On Jan 23, 10:36 am, Micky wrote: > sloughran, I'm pretty much at the same stage as you and am now looking > for ahostingsolution. Take a look at the "Business Plan + Private

Re: What are you using for a backend??

2009-01-23 Thread Micky
sloughran, I'm pretty much at the same stage as you and am now looking for a hosting solution. Take a look at the "Business Plan + Private JVM @ $10.95" offer from MochaHost - it seems to have everything you'd need. I emailed their Support and asked if they supportted GWT and they replied with "Y

GWT Hosting

2009-01-23 Thread Micky
Can anyone recommend a hosting solution for a GWT application? I've been in contact with Kattare but they don't support MS SQL 2005. I've also been in contact with MochaHost and while they support MS SQL 2005 they don't offer assistance with troubleshooting GWT issues (which I would like). Does a

Captcha

2008-11-24 Thread Micky
There are a few similar threads posted about this but none recently so here goes again: has anyone stumbled across a good, clean, secure Captcha implemenation for GWT on their travels? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: Google Maps -> Problems when viewing the map

2008-09-18 Thread Micky
Bingo Guillem! Thanks. On Aug 28, 2:35 pm, Einstein0970 <[EMAIL PROTECTED]> wrote: > Thanks Guys, the map.checkResize(); solved my poblem too. > > - Erick > > On Jul 24, 11:59 am, Guillem <[EMAIL PROTECTED]> wrote: > > > I don't know if you already fixed this, but I'll share what I've > > found.