UI Binder and MVP

2010-03-24 Thread skippy
I am using the UI Binder to build a site. I like the MVP design pattern shown in the contacts example. However, when I try to put the ui binder in a view and have the appControler construct the presenter I get a blank page when ask for asWidget. I think this is because both the MCP entry point

Javascript in HTML Object works in FF not IE

2010-06-29 Thread skippy
I have seen several postings about this, but have not seen a clear answer. I have some non compiled javascript that is loaded into an HTML object by using a requestBuilder call to my legacy jsp application. When clicking on a link in FF the javascript works fine. However, not is IE. I have

Re: Javascript in HTML Object works in FF not IE

2010-06-29 Thread skippy
is the second, you could use setInnerHTML. On 29 jun, 15:16, skippy a...@2lehmans.com wrote: I have seen several postings about this, but have not seen a clear answer. I have some non compiled javascript that is loaded into an HTML object by using a requestBuilder call to my legacy jsp

Re: Javascript in HTML Object works in FF not IE

2010-06-29 Thread skippy
%); lowerPanel.add(scrollPanel); wait.hide(); updateSectionHeading(tranDateFrom, tranDateTo, activityType); } }); On Jun 29, 3:23 pm, skippy a...@2lehmans.com wrote: thanks for the reply. I am getting HTML with script

Re: Javascript in HTML Object works in FF not IE

2010-06-30 Thread skippy
want. On 29 jun, 17:31, skippy a...@2lehmans.com wrote: To make sure you are clear as to what I am doing.  public void onResponseReceived(Request request, Response response)                 {                     HTMLPanel htmlResponse = new HTMLPanel(response.getText

setHTML generates different HTML in Fire Fox then in IE8

2010-07-09 Thread skippy
I am trying to replace my GWT page with a logon jsp page when the session times out. This works great in Fire Fox, but not in IE. It looks like the HTML is not valid in IE. It is missing the in the tags. This code: HTML htmlResponse = new HTML(); htmlResponse.setHTML(response.getText());

Upgrade problems with GWT 2.0.4

2010-07-27 Thread skippy
It looks like the methods DialogBox.setGlassEnabled and HighlightedFlexTable.removeAllRows may cause problems in version 2.0.4. I reverted to version 2.0.3 and was able to compile the classes using those methods successfully. Are there release notes that I am missing that explains this change?

Managing History with two tab panels

2010-07-27 Thread skippy
I am using a two row tab panel and am trying to incorporate history for back and forward navigations. I have reviewed and implemented some of the code in the CodingBasics - History - GWT - Google Code. I can back up on the lower tab panel, but I can't seem to back up past the top panel. This

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread skippy
I would put the file in the WEB-INF/XML/ change the path to the file to xml/users.xml or /xml/user.xml On Jul 27, 1:57 pm, Jose Luis Estrella Campaña jlecamp...@gmail.com wrote: Hello dane ! You're right in assuming something it's not working. Here's the thing... I need to read from the xml

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread skippy
If that does not work, ping me again and I will provide a code sample. On Jul 27, 2:09 pm, skippy a...@2lehmans.com wrote: I would put the file in the WEB-INF/XML/ change the path to the file to xml/users.xml or /xml/user.xml On Jul 27, 1:57 pm, Jose Luis Estrella Campaña jlecamp

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread skippy
I would have tried your last example. It look like a access problem to the file. follow the access denied message. See what that get you. Sorry, I know how it does. On Jul 27, 2:36 pm, Jose Luis Estrella Campaña jlecamp...@gmail.com wrote: Hi skippy ! I have tried your suggestion

DatePicker and IE7 Problem

2010-08-18 Thread skippy
We are using the DatePicker object in GWT 2.0.3. In Fire Fox and IE8, everything is fine. In IE7, when clicking on the Date Box, the DatePicker is desplayed, but the screen behind it goes blank. Almost like a white sheet of glass is displayed. When you select a date, the date is set in the

Re: DatePicker and IE7 Problem

2010-08-19 Thread skippy
://code.google.com/p/google-web-toolkit/issues/detail?id=4532 best regards On 18 Aug., 22:08, skippy a...@2lehmans.com wrote: We are using the DatePicker object in GWT 2.0.3. In Fire Fox and IE8, everything is fine. In IE7, when clicking on the Date Box, the DatePicker is desplayed

Printit style sheets not used on all the text.

2010-08-19 Thread skippy
I am using printit and some fo the text prints with out the style sheet font and size. -- 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,

Data Presentation Widgets with expand/collapse controls

2010-09-03 Thread skippy
I am interested in using the Data Presentation Widgets. How ever, I need to be able to have sections of the list expand/collape using a image. Is this posible? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

ScrolPanel Question

2010-09-10 Thread skippy
I need to ack a scrolPanel if its vertical scrol bar is visible, If so, I need to adjust the width of the table. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: ScrolPanel Question

2010-09-21 Thread skippy
loosing the heading section. When the scrollbar is visible, the column headings do not match that of the list. Any ideas? On Sep 17, 1:47 am, Santosh kumar kopp@gmail.com wrote: Hi skippy, ScrollPanel, its automatically adjust the scroll bars. ScrollPanel scrollPanel = new ScrollPanel

Show case example of the new Data Presentation Widget?

2010-09-21 Thread skippy
I would like to see a working example of the GWT 2.1 Data Presentation Widget. Is there a scrollbar that does not include the hearer? Does it/can it work liks the FlexTables today? I have asked several time on this topic, but nobody seems to know. Is this not ready for the enterprise? -- You

Upgrade to 2.1.0m3 failed.

2010-10-05 Thread skippy
I tried upgrading to version 2.1.0m3 to pick up some fixes related to blank/white pages. After the upgrade on our Solaris servers, all my RPC calls are failing when the first page is trying to load. Thoughts? -- You received this message because you are subscribed to the Google Groups Google

Re: Upgrade to 2.1.0m3 failed.

2010-10-05 Thread skippy
PM, skippy al.leh...@fisglobal.com wrote: I tried upgrading to version 2.1.0m3 to pick up some fixes related to blank/white pages. After the upgrade on our Solaris servers, all my RPC calls are failing when the first page is trying to load. Thoughts? -- You received this message

DecoratedTabPanel corner color

2010-01-18 Thread skippy
What controls the changing of the colors of the rounded tags? I see the css for: .wmsLowerDecoratedTabBar .tabTopLeft { background: url(http://localhost:/images/corner.png) no-repeat 0px -55px; -background: url(http://localhost:/images/corner_ie6.png) no- repeat 0px -55px; }

Contacts Example Using MVP

2010-01-27 Thread skippy
I am trying to run the contacts example found in the MVP Architecture Section. I am getting a runtime error: java.lang.UnsupportedClassVersionError: Bad version number in .class file GWT 2.0 ,Java compiler 1.6, eclipse 3.5. Thanks for your help. -- You received this message because you are

GWT 2.0 compile output using Eclipse plug-in

2010-02-22 Thread skippy
I am trying to integrate GWT 2.0 into a current Web Application. I want to override the location of the output from war/WEB-INF/ classes to WEB-INF/classes. Is there some xml I can add to the module definition xml file? ApplicartionName.gwt.xml? Thanks skippy -- You received this message

Integrating the RemoteServiceServlet with existing J2EE application servlet

2010-02-23 Thread skippy
I ran into a road block using GWT 2.0 integrated with existing J2EE Servlet Applciation. I currently have a J2EE Servlet application which the mainServlet implements all kinds of security protection from cross site scripting, session management/timeout, and configuration loading. So, I need to

Integrating the RemoteServiceServlet with existing J2EE application servlet

2010-02-23 Thread skippy
I ran into a road block using GWT 2.0 integrated with existing J2EE Servlet Applciation. I currently have a J2EE Servlet application which the mainServlet implements all kinds of security protection from cross site scripting, session management/timeout, and configuration loading. So, I need to

IE8 showing blank page

2010-03-11 Thread skippy
I have read the postings on this problem and tried the work arounds with no luck. Has anyone sovled this problem? Any more current information would be great. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Window 7 IE8 Drop Down List Boxes open problem

2010-10-28 Thread skippy
In this configuration, the drop down list boxes open with the top out of the top of the browser and no scrollBar. GWT 2.0.4 Has anyone else seen this? Any chanse for a 2.0.5 fix? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Window 7 IE8 Drop Down List Boxes open problem

2010-11-03 Thread skippy
); listBox.addItem(item.getDesc(), item.getCode()); } } On Nov 1, 6:27 am, Nathan Wells nwwe...@gmail.com wrote: Do you have a snippet of code that can reproduce this problem? this sounds like a browser issue to me. On Oct 28, 6:20 am, skippy al.leh...@fisglobal.com wrote

Problem with DialogBox

2010-11-05 Thread skippy
I have several DialogBox popup views in my application, After adding a HTML object to one, it now opens in peices. You can not even tell it is a DialobBox. Like it is spilling out of itself. Any help would be great! Skippy -- You received this message because you are subscribed to the Google

Re: Problem with DialogBox

2010-11-05 Thread skippy
this helps the next person! On Nov 5, 11:02 am, John LaBanca jlaba...@google.com wrote: Can you send a screenshot? Thanks, John LaBanca jlaba...@google.com On Fri, Nov 5, 2010 at 11:51 AM, skippy al.leh...@fisglobal.com wrote: I have several DialogBox popup views in my application, After

The data from an external URL should be displayed in a GWT tab widget.

2010-11-09 Thread skippy
The data from an external URL should be displayed in a GWT tab widget. The parameters to the external URL, varies depending upon user preferences. This URL returns javascript code, that has to be embedded in script tag on GWT side so that the browser executes it to display the appropriate data.

Re: Window 7 IE8 Drop Down List Boxes open problem

2010-12-15 Thread skippy
This is atill a problem. However, it is in IE8 on Windows 7. On Nov 3, 7:29 am, skippy al.leh...@fisglobal.com wrote:   @UiField ListBox groupListBox;   loadGroupListBox(workingLists, groupListBox);     private void loadGroupListBox(ArrayListListBoxItem itemList, ListBox listBox

HTTP Session Problem

2010-12-21 Thread skippy
I am using this in a serviceImpl class: HttpSession session = getThreadLocalRequest().getSession(); Sometimes when a user has two tabs in IE opened to different logons to different banks, the getSession() returns the wrong HTTP Session and the user is able to see data from the wrong bank. We

Re: HTTP Session Problem

2010-12-21 Thread skippy
This is happining in production in a J2ee Struts like application. (Sun Blueprint MVC) Not Hosted mode. On Dec 21, 8:35 am, Jeff Schwartz jefftschwa...@gmail.com wrote: It would probably help to know if this is in dev or prod. On Dec 21, 2010 9:22 AM, skippy al.leh...@fisglobal.com wrote: I

Re: Window 7 IE8 Drop Down List Boxes open problem

2011-01-13 Thread skippy
Any chance anyone else has this problem? On Dec 15 2010, 12:46 pm, skippy al.leh...@fisglobal.com wrote: This is atill a problem. However, it is in IE8 on Windows 7. On Nov 3, 7:29 am, skippy al.leh...@fisglobal.com wrote:   @UiField ListBox groupListBox;   loadGroupListBox

RootPanel.get(tradeConfirmationPanel).getElement() exception in debug mode.

2011-02-04 Thread skippy
This works fine in runtime/development mode. GWT 2.0.4. In debug mode, the following code throws this exception: Uncaught exception: java.lang.AssertionError: A widget that has an existing parent widget may not be added to the detach list at

UI Binder Alignment problems

2011-02-17 Thread skippy
I have the following UI Binder XML: g:ScrollPanel ui:field='outerPanel' g:VerticalPanel g:Cell verticalAlignment=ALIGN_TOP g:HorizontalPanel ui:field='topPanel' g:cell width=30% horizontalAlignment=ALIGN_LEFT // not working and does not show

Re: UI Binder Alignment problems

2011-02-17 Thread skippy
One follow up. I am using GWT 2.0.4 with the eclipse 3.5 and the plug-in On Feb 17, 9:34 am, skippy al.leh...@fisglobal.com wrote: I have the following UI Binder XML: g:ScrollPanel ui:field='outerPanel'         g:VerticalPanel             g:Cell verticalAlignment=ALIGN_TOP

IE8 Performance problems

2011-04-27 Thread skippy
We are having problems with IE8 and FlexTables and Grids. FireFox and Crome work great. In IE8 we will get that GWT message warning about a script running long, do you want to continue. I have implemented all the things I have found in the past. Not attaching the Flextable to the partent until

Browser Type and version

2011-07-20 Thread skippy
Can GWT help me determine the browser (IE FireFox) and the version? We want to tell users using old versions of IE like 6 and 7 that they need to upgrade due to performace problems when viewing large values of data. I just have not seen an example that has a conplete list. Also what is oprea?

Re: Problem applying stylesheet to FlexTable

2011-07-21 Thread skippy
first, the argument to getCellFormatter is row, column, style name. second, sometimes you need to remove style name first. On Jul 21, 12:46 pm, fny82 fze...@gmail.com wrote: I've included a StyleSheet in my GWT project (in the .gwt.xml file). I'm trying to set the first and third columns of

Re: keep building workspace after upgrade to eclipse 3.7

2011-07-21 Thread skippy
I have seen this also. Do you have a proxy server on your netwrok? Try this, when you are building, unplug your network cable and see if it takes off. If it does, go to Window/preference/general/network connection. Switch to manual add the http and https host and ports, manual and true, user and

Re: Browser Type and version

2011-07-21 Thread skippy
://www.useragentstring.com/ On Jul 20, 1:30 pm, skippy al.leh...@fisglobal.com wrote: Can GWT help me determine the browser (IE FireFox) and the version? We want to tell users using old versions of IE like 6 and 7 that they need to upgrade due to performace problems when viewing large values

Re: Problem applying stylesheet to FlexTable

2011-07-21 Thread skippy
. On Jul 21, 2011, at 2:48 PM, skippy wrote: first, the argument to getCellFormatter is row, column, style name. second, sometimes you need to remove style name first. On Jul 21, 12:46 pm, fny82 fze...@gmail.com wrote: I've included a StyleSheet in my GWT project (in the .gwt.xml file

Support for Tablets

2011-08-11 Thread skippy
We have an browser based application build using gwt 2.3 (IE9 compatible). We are going to try to test the application on some new tablets like the iPad2, xoom, and the BlackBerry Playbook. Is there any informaiton on the compatibility of the GWT 2.3 on these devices? Thanks -- You received

RequestBuilder Question

2011-08-11 Thread skippy
I need to try to make a requestbuilder post to a servlet, but open a new browser first. I am creating a single singon to a different application. Link and launch like. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: RequestBuilder Question

2011-08-11 Thread skippy
Or, when I return from the requestbuilder call, I want to do something like a Window.opent(ReturnedHTML,_blank) . On Aug 11, 3:28 pm, skippy al.leh...@fisglobal.com wrote: I need to try to make a requestbuilder post to a servlet, but open a new browser first. I am creating a single singon

Re: RequestBuilder Question

2011-08-16 Thread skippy
Just to let anyone interested to know. Just do a Window.open(URL, _blank, ); This will first open a new browser. On Aug 11, 3:33 pm, skippy al.leh...@fisglobal.com wrote: Or, when I return from the requestbuilder call, I want to do something like a Window.opent(ReturnedHTML,_blank

Re: Support for Tablets

2011-08-16 Thread skippy
shape. It is the first generation of the Android tablet however. Links dont click, drop downs dont open, the Tabs dont click. We are going to see if there are some browser settings that may help. Does GWT 2.4 hold any added support for the tablets like SmartGWT? Thanks On Aug 11, 8:20 am, skippy

Re: Support for Tablets

2011-09-08 Thread skippy
=6721http://code.goo .. On Aug 16, 8:21 am, skippy al.leh...@fisglobal.com wrote: So, an addtional question. When GWT starts up, it looks at the User Agent so see what compiled JS to send the browser. What is the answer when its a tablet? Our initial testing shows

Need for the user agent

2011-11-17 Thread skippy
I have seen many posting for the need for the user agent string. Most just reply with what for. You should not need to. My need is I need to modify my appliation to adjust based on the ipad. So, if one of you smart GWT guys could help, that would be great! Thanks much! -a -- You received

Don't compile for the MAC and IE* when developing.

2011-11-29 Thread skippy
When developing locally, I usually only test with one browser. Before moving to regression testing we test multiple browsers just for the fun of it. My question is, is there a way to easily turn off the compiling for the MAC and Fire Fox when not testing in that space? I have implemented the

Re: Don't compile for the MAC and IE* when developing.

2011-11-29 Thread skippy
Thanks, I read that but did not get it at first. What is the user.agent for IE? On Nov 29, 2:51 pm, Jens jens.nehlme...@gmail.com wrote: You can create GWT modules for development/testing for each browser/rendering engine. For example: App.gwt.xml //your main app module ready for

Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-30 Thread skippy
GWT 2.3, UI Binder. What am I missing? Thanks -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-30 Thread skippy
Some additional informataion. This might be related to when I am trying to do this. In the onclicked event, I am disabling the Anchor: final Anchor link = new Anchor(Print); link.addClickHandler(new ClickHandler() { public void

Re: Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-31 Thread skippy
Thanks, this is perfict. On Jan 30, 4:22 pm, Jens jens.nehlme...@gmail.com wrote: Take a look at: http://code.google.com/p/google-web-toolkit/issues/detail?id=2889 -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Multiple UI Binder XML file for one Widget?

2012-02-14 Thread skippy
This is an interesting question. I have a java widget that uses a UI binder xml file to define some HTML Structure to the widget. WE bind the to like this: public class PortfolioFrozenDateFilterWidget extends TDCBComposite { @UiTemplate(PortfolioFrozenDateFilterWidget.ui.xml) interface Binder

Re: How do I define servlet init-parameters in my .gwt.xml file?

2012-02-14 Thread skippy
Dave: You don't use the Module.gwt.xml file to define servlets. The HTTP Servlet spec and pure java doesn't know about that module.gwt xml. Simply use you normal Web.xml to add servlets for the GWT RPC service calls. The standare onload stuff work just a before. remember, GWT is compiling you

Unspecified error

2012-02-15 Thread skippy
I am running some code that loops through all the rows of a Gird. If the first column of the row has a expand/collapes image, I eather make visable true or false. When the list is large, this error pops up several times. Any ideas? Uncaught exception:

Errer after GWT 2.4 upgrade.

2012-03-27 Thread skippy
I upgraded to GWT 2.4.0 from 2.3.0 When I try running the onload, I get a js error and a blank page. Object does not support in the cache.html. I have cleared my cache just for fun. After compiling the source in Detailed mode, This is the error: Webpage error details User Agent: Mozilla/4.0

Re: DockLayoutPanel.getOffsetHeight return zero even after calling forceLayout()

2012-03-28 Thread skippy
I have had this problem before. The widget needs to be visible before it knows the size atributes. Here is some code that might help you. you need to schedule a deferred commad. Do some searched to understand object. Hope this helps! public static void adjustHeight(final DockLayoutPanel

Re: Errer after GWT 2.4 upgrade.

2012-03-28 Thread skippy
Looks like my problem is related to the Crome-Frame installed but disabled, I have not seen a complete workaround. Does anyone have an update? Issue 6665:GWT2.4RC applies wrong DOMImpl with disabled chrome frame On Mar 27, 3:31 pm, skippy al.leh...@fisglobal.com wrote: I upgraded to GWT

Re: Errer after GWT 2.4 upgrade.

2012-03-28 Thread skippy
the changes to the module xml file with no luck. Any help would be great! On Mar 28, 10:31 am, skippy al.leh...@fisglobal.com wrote: Looks like my problem is related to the Crome-Frame installed but disabled, I have not seen a complete workaround.  Does anyone have an update?  Issue 6665

Re: Errer after GWT 2.4 upgrade.

2012-03-30 Thread skippy
This is from Alex Russel: Disabling the BHO doesn't work well for the reason you cite below and we don't really expect this to be fixable. Your best bet is to uninstall GCF if it's not enabled. On Mar 29, 9:07 pm, JoseM jose.a.marti...@gmail.com wrote: Do you have any more details on how to

IE8 getUserAgent returns Safari

2012-04-12 Thread skippy
I am trying to remove functions that don't work in Safari, but the IE8 user agent comes back with the word Safari in it. Window.Navigator.getUserAgent().contains(Safari) in IE* its true. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: IE8 getUserAgent returns Safari

2012-04-12 Thread skippy
Yes I do, now what? On Apr 12, 1:23 pm, Jens jens.nehlme...@gmail.com wrote: Probably Chrome Frame installed in IE? http://www.chromium.org/developers/how-tos/chrome-frame-getting-start... -- J. Am Donnerstag, 12. April 2012 20:13:49 UTC+2 schrieb skippy: I am trying to remove

Re: IE8 getUserAgent returns Safari

2012-04-12 Thread skippy
This seems to work. if (Window.Navigator.getUserAgent().contains(Safari) ! Window.Navigator.getUserAgent().contains(Chrome)) { setSafari(true); } On Apr 12, 1:34 pm, skippy al.leh...@fisglobal.com wrote: Yes I do, now what? On Apr 12, 1:23 pm, Jens jens.nehlme...@gmail.com wrote

Re: Exclude gwt-dev.jar from a war deploy for Tomcat

2012-04-17 Thread skippy
I am not sure about what you are trying to go, but instead of running the deploy menu option try to right clicking on the build.xml and click run as Ant. then the xml file will not be re-generated. On Apr 17, 8:23 am, Magallo galletti.mat...@gmail.com wrote: Hi, all. I'm trying to create a .war

Why is the registration to Google I/O Closed?

2012-04-20 Thread skippy
Is the event full? -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For

Re: IE8 is showing script is unresponsive, any known fixes that can be easily applied

2012-05-01 Thread skippy
IE 8 has some known performance problems. We did a lot to optimize for it. Large flextables have the biggest impact. try to switch to a grid object. If you search this site you will find post with several other tips. Like don't attached the flextable to the root object until its done loading.

Error with GWT 2.4

2012-05-24 Thread skippy
IE8, Window 7, not chrome plug-in. $wnd.addEventListener($intern_965, com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent, true); the error is: Object doesn't support this property of method Char:3. This is in a .cache.html file. Its also not happening to all IE8 users.

Re: Error with GWT 2.4

2012-05-29 Thread skippy
/internet settings/user agent/post Platform/chromeframe. Can we maybe get an error message indicating this situation? Thanks again for your help On May 25, 7:47 am, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, May 24, 2012 8:57:30 PM UTC+2, skippy wrote: IE8, Window 7, not chrome plug

Re: Unable To install GWT Developer Plug in for IE

2012-05-29 Thread skippy
I have seen this when there is a proxy server between you and that site. I have to go home to install the plug-in. Try downloading the jar/zip file. There are instructions on installing from local. On May 23, 1:57 pm, David dhy...@gmail.com wrote: I am getting 404 errors for both the IE and IE

XMLParser Problems

2013-03-14 Thread skippy
I am trying to load this xml file into a hashmap or list using XMLParser. What ever I try, I keep getting a node list of 1 with all the nodes in it. Here is an example of the xml file: item ACCT00031MEB0009/ACCT000 ACCT068C. WALKER - SHORT TITLE LINE/ACCT068 ACCT069C. WALKER

Re: XMLParser Problems

2013-03-14 Thread skippy
On Thursday, March 14, 2013 8:02:13 AM UTC-5, skippy wrote: I am trying to load this xml file into a hashmap or list using XMLParser. What ever I try, I keep getting a node list of 1 with all the nodes in it. Here is an example of the xml file: item ACCT00031MEB0009/ACCT000 ACCT068C

Re: XMLParser Problems

2013-03-20 Thread skippy
) {       // node is an account element     }     node = node.getNextSibling();   } Note that not all child nodes will necessarily be Element nodes ... hence the check for NodeType == Node.ELEMENT_NODE. Andy On Thursday, March 14, 2013 6:02:13 AM UTC-7, skippy wrote: I am trying to load this xml

Using Totoe

2013-03-25 Thread skippy
Does anyone have any examples of using Totoe XML Parser? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To

Need some help with Totoe and XML

2013-03-27 Thread skippy
I have this XML: I need to get at Group Name=ACCT00305” and at all the children and values like this: ACCT000 31MEB0009 NAME055 Miss Taylor R Williams REMT000 1 REMT001 BANTMEK Data Group Name=ACCT00305 ITEM ACCT000 31MEB0009/ACCT000

Re: XMLParser Problems

2013-03-28 Thread skippy
Hi Andy: Thanks for the post above. I did not see this the other day. you need to ask the child for the next sibling not the parent. node = node.getNextSibling(); By the way, the Totoe project using xpath works nicely. It take some to get to know how to use it. On Wednesday, March 20,

Problems adding Click Handler to Grid

2013-04-04 Thread skippy
I am trying to add a Click Handler to a Grid object, but it never fires. tableData.addClickHandler(new ClickHandler() { public void onClick(ClickEvent event) { Window.alert(I am here); } }); Any ideas would be great. Thanks -- You received this message because you are

Re: Problems adding Click Handler to Grid

2013-04-04 Thread skippy
I am using GWT 2,4 if that helps. On Apr 4, 10:35 am, skippy al.leh...@fisglobal.com wrote: I am trying to add a Click Handler to a Grid object, but it never fires. tableData.addClickHandler(new ClickHandler() {      public void onClick(ClickEvent event)      {         Window.alert(I am

Error in Totoe XML Parser.

2013-04-04 Thread skippy
This code works fine for me in IE but fails in Firefox. I get the error Bad format on namespace decleration(s) given. String namespaces = xmlns:default=\http://code.google.com/p/totoe\; + xmlns:Group=\http://code.google.com/p/totoe/Group\; +

Re: Error in Totoe XML Parser.

2013-04-08 Thread skippy
Thanks, that seems to take care of it. On Apr 5, 2:52 am, Harald Pehl harald.p...@gmail.com wrote: Why do you setup namespaces? Your XML does not seem to use them? - Harald Am Donnerstag, 4. April 2013 19:54:04 UTC+2 schrieb skippy: This code works fine for me in IE but fails

Re: Problems adding Click Handler to Grid

2013-04-08 Thread skippy
!); } }); And it works just fine. What Window class are you importing? I just tried it with import com.google.gwt.user.client.Window; and it worked fine in dev mode. On Thursday, April 4, 2013 1:27:43 PM UTC-4, skippy wrote: I am using GWT 2,4 if that helps. On Apr 4, 10:35 am

Problem with TabSelector Widget.

2013-04-10 Thread skippy
I have a TabSelector Wedgit that I am adding and removing different objects based on the users navigation. The problem is that the objects that I remove are still around and catching event from the bus. Is there a way to distroy the objects after removing them from the tabSelector? Thanks

Re: Problem with TabSelector Widget.

2013-04-10 Thread skippy
The base object is DecoratedTabPanel On Apr 10, 10:48 am, skippy al.leh...@fisglobal.com wrote: I have aTabSelectorWedgit that I am adding and removing different objects based on the users navigation.  The problem is that the objects that I remove are still around and catching event from

Problem with DecoratedTabPanel.

2013-04-10 Thread skippy
I have a DecoratedTabPanel that I am adding and removing different objects based on the users navigation. The problem is that after the object is removed they are still around and catching event from the bus. Is there a way to distroy the objects after removing them from the DecoratedTabPanel?

Eclipse Junu 64 bit version

2013-04-10 Thread skippy
Is there a GWT Plug-in for this version and does this effect the browser plug-in for debugging? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

IE11 degubber mode and the plug-in

2014-04-21 Thread skippy
In IE11, when I try to get into debugger mode using the ?Codesvr=, the browser told GWT that it is firefox and it can't install the XPI file. I don't want to put the brower into a compatability vieiw because I am trying to get my application working in standard IE11 mode. Is there support in

IE11 and the Debugger mode and the plug-in

2014-04-21 Thread skippy
In IE11, when I try to get into debugger mode using the ?Codesvr=, the browser told GWT that it is firefox and it can't install the XPI file. I don't want to put the brower into a compatability vieiw because I am trying to get my application working in standard IE11 mode. Is there support in

Re: IE11 and the Debugger mode and the plug-in

2014-04-22 Thread skippy
Thanks for the update. That seemed to work. I just wanted to add that you need to use the F12-developers mode/ Emulation tab to change the version of IE to 10. However, I am not having problems with binding to the cross server debugger. Any thoughts? I am testing on a VM with IE11

Cross Server Debugging

2014-04-22 Thread skippy
I am not having problems with binding to the cross server debugger. Any thoughts? I am testing on a VM with IE11 trying to connect to my development server. I am using my IP address and not localhost. When I try to bind to the code server, I get that connection error: Plugin failed to