Re: SDM not running any more!

2016-04-20 Thread marian lux
-SNAPSHOT) that jetty version 9 was used instead of version 8. Am Mittwoch, 20. April 2016 12:50:26 UTC+2 schrieb marian lux: > > Note: I use Eclipse (4.5.2) with GWT Plugin. > > Am Mittwoch, 20. April 2016 12:49:03 UTC+2 schrieb marian lux: >> >> When I try tor get SDM on m

Re: SDM not running any more!

2016-04-20 Thread marian lux
Note: I use Eclipse (4.5.2) with GWT Plugin. Am Mittwoch, 20. April 2016 12:49:03 UTC+2 schrieb marian lux: > > When I try tor get SDM on my GWT project running, I always get this output > on console: > > Runing CodeServer with parameters: [-noprecompile, -port, 9876, - >

SDM not running any more!

2016-04-20 Thread marian lux
When I try tor get SDM on my GWT project running, I always get this output on console: Runing CodeServer with parameters: [-noprecompile, -port, 9876, -sourceLevel , 1.7, -bindAddress, 0.0.0.0, -launcherDir, /home/marian/workspace_oha_mgwt/ oha/target/oha-1.0-SNAPSHOT, -logLevel, INFO,

Roadmap Question for GWT 3.0

2015-07-28 Thread marian lux
Where can I read that GWT RPC and widget system will be dropped with GWT 3.0? Is there a presentation / doc online? And what does it mean that GWT.create will be dropped? And: really dropped or set as deprecated? -- You received this message because you are subscribed to the Google Groups

Re: Roadmap Question for GWT 3.0

2015-07-28 Thread marian lux
Thank you for your answer Jens. So much GWT solutions build on widget system so I think there will be a port/solution (thinking about the new GWT Material Project which was startend a view months ago...). @Ed: so you use a REST service on backend? Seems also for us a good solution but

GWT RichTextArea target='_blank' for links

2015-04-25 Thread marian lux
Adaped the GWT code for our needs. If someone is interested I will share it. -- 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

GWT RichTextArea target='_blank' for links

2015-04-21 Thread marian lux
Is there a way to customize the GWT RichTextArea to open a new link in new tab? e.g. produce something like this? a href=http://www.w3schools.com; target=_blankVisit W3Schools/a Or do you know a better Widget? -- You received this message because you are subscribed to the Google Groups

Re: gwt-tour not working

2015-04-06 Thread marian lux
is not compatible with (mgwt 2.0 in combination with) gwt 2.7?! Am Sonntag, 5. April 2015 22:19:13 UTC+2 schrieb Alain: Tested. I could not reproduced the issue. Looks like something is wrong with your settings. On 4 April 2015 at 23:06, marian lux mlu...@gmail.com javascript: wrote: Hmm

Re: gwt-tour not working

2015-04-04 Thread marian lux
repository. On 1 Apr 2015 17:55, marian lux mlu...@gmail.com javascript: wrote: I can't get gwt-tour working with my project. As described here https://github.com/eemi2010/Gwt-Tour and here http://eemi2010.github.io/gwt-tour/ I added in my pom.xml repositories repository

Re: gwt-tour not working

2015-04-04 Thread marian lux
tour = new Tour(myTour); Hope that helps, Cheers, Alain On 4 April 2015 at 11:36, marian lux mlu...@gmail.com javascript: wrote: Thank you but could you explain the exact steps to get it working? in my pom.xml I added now dependency groupIdcom.ahome-it/groupId

Re: gwt-tour not working

2015-04-04 Thread marian lux
at 11:36, marian lux mlu...@gmail.com wrote: Thank you but could you explain the exact steps to get it working? in my pom.xml I added now dependency groupIdcom.ahome-it/groupId artifactIdgwt-tour/artifactId version2.0.0-SNAPSHOT/version /dependency in my *.gwt.xml I

Re: gwt-tour not working

2015-04-04 Thread marian lux
); tour.addStep( step ); HopScotch.startTour( tour ); } } On 4 April 2015 at 20:12, marian lux mlu...@gmail.com javascript: wrote: I tested it with the current mgwt showcase (checked out from - https://github.com/mgwt/mgwt.showcase) by adding in pom.xml

gwt-tour not working

2015-04-01 Thread marian lux
I can't get gwt-tour working with my project. As described here https://github.com/eemi2010/Gwt-Tour and here http://eemi2010.github.io/gwt-tour/ I added in my pom.xml repositories repository idgwttour-mvn-repo/id urlhttps://raw.github.com/kerbymart/gwt-tour/mvn-repo//url

Re: GWT Material Design

2015-02-06 Thread marian lux
Hi Kevin, is the source code available for this material demo? Really nice work! THX -- Marian Am Freitag, 6. Februar 2015 06:51:20 UTC+1 schrieb mark kevin ringor: Hi to all, We are a team of GWT Developers to implement the GWT Material Design with the help MaterializeCSS

Re: GWT.create 2015 video

2015-02-02 Thread marian lux
Hi, check out http://gwtcreate.com/videos/index.html In some weeks the most talks should be online. Am Montag, 2. Februar 2015 08:01:10 UTC+1 schrieb Mohammed: Hi, Where can I find the video clip of GWT.create(2015) event, which is currently organized and also about the GWT road map. --

Re: JSInterop sample / tutorial?

2015-01-28 Thread marian lux
tried to replace the pom.xml with gwt.version2.7.0/gwt.version gwt.plugin.version2.7.0/gwt.plugin.version But I am getting the same error. Can you provide a working example with how-to execute / it? THX Am Dienstag, 27. Januar 2015 23:21:43 UTC+1 schrieb marian lux: Thank you. How to run

Re: JSInterop sample / tutorial?

2015-01-28 Thread marian lux
This project works for me https://github.com/cdigiano/polymergwt Thanks for the interesting talk on GWT.create ;) Am Mittwoch, 28. Januar 2015 09:12:59 UTC+1 schrieb marian lux: For example I can't run the project https://github.com/workingflows/gwt-jscore.git https://www.google.com/url?q

JSInterop sample / tutorial?

2015-01-27 Thread marian lux
Is there a working JSInterop sample (e.g. project on github) online or an article how to get started? It is part of the current gwt 2.7 release but I could not find a working project or article. It would be nice if the gwtproject.org site will contain any tutorial / article too. E.g. I found

Re: JSInterop sample / tutorial?

2015-01-27 Thread marian lux
-playground.git On 27 January 2015 at 18:30, marian lux mlu...@gmail.com javascript: wrote: Is there a working JSInterop sample (e.g. project on github) online or an article how to get started? It is part of the current gwt 2.7 release but I could not find a working project or article. It would

Re: SafeHtmlTemplate display alternative (backgorund- or cell-) image inside (mgwt)CellList-Item if image not available

2015-01-08 Thread marian lux
At the beginning it was not clear for me that this is a mgwt - topic. But you are right. Adding a DomHandler which is listening on Error Events does not work. The Window.alert-Message will be never reached. cellList.addDomHandler(new ErrorHandler() { @Override public void

Re: SafeHtmlTemplate display alternative (backgorund- or cell-) image inside (mgwt)CellList-Item if image not available

2015-01-08 Thread marian lux
='java.lang.String'/ onerror={defaultItemImage} which ended also with an compile error. Is there no support/way to fill onerror in uibinder with dynamic code / or an ImageResource? Am Donnerstag, 8. Januar 2015 10:12:45 UTC+1 schrieb marian lux: At the beginning it was not clear for me

Re: SafeHtmlTemplate display alternative (backgorund- or cell-) image inside (mgwt)CellList-Item if image not available

2015-01-07 Thread marian lux
achieve it to listen on events to get notified if an Image could not be loaded correctly? So I could replace it with a default image. Am Dienstag, 6. Januar 2015 09:57:04 UTC+1 schrieb marian lux: @Thomas: Thank you. After a quick research, ImageLoadingCell was also in my opinion. But if I

Re: SafeHtmlTemplate display alternative (backgorund- or cell-) image inside (mgwt)CellList-Item if image not available

2015-01-06 Thread marian lux
@Thomas: Thank you. After a quick research, ImageLoadingCell was also in my opinion. But if I use ImageLoadingCell, how do I apply to use the image displaying as background image? I want to overlay a text over the image as you can see in my template above. Also as you can see, I did this (as

Re: GWT 2.7 manifest support

2015-01-05 Thread marian lux
Thank so much for the detailed explanation, Jens. This issue was really critical for our project. Now it works! I use GWT 2.7. with gz. compression. My target browsers are mobile browsers: Google Chrome and (Mobile) Safari. They should handle the compression (gz). Also the html (and other

SafeHtmlTemplate display alternative (backgorund- or cell-) image inside (mgwt)CellList-Item if image not available

2015-01-05 Thread marian lux
Today I am rendering my mgwt CellList with the following Template and (rendering) method: public interface Template extends SafeHtmlTemplates{ @SafeHtmlTemplates.Template(div style='{0}' class='{2}''{1}'/div) SafeHtml content(SafeStyles dynamicBackgroundImage, String cellContents, String

Re: GWT 2.7 manifest support

2015-01-04 Thread marian lux
Thank you Peter. After adding gwt-cache-filter it works now. I am wondering why this was never a part of the mgwt appcache solution. The gwt-cache-filter project page had the nice side-effect for me that I got the hint to use/inherit com.google.gwt.precompress.Precompress. My application is now

Re: GWT 2.7 manifest support

2015-01-04 Thread marian lux
-pattern /filter-mapping filter-mapping filter-nameGWTGzipFilter/filter-name url-pattern/zzz/*/url-pattern /filter-mapping Is there something else to do? As mentioned before, I don't really know how this works. THX Marian Am Sonntag, 4. Januar 2015 14:29:15 UTC+1 schrieb marian lux

Re: GWT 2.7 manifest support

2015-01-03 Thread marian lux
Is this really a problem with the manifest update mechanism? Maybe a problem on file system (I use Ubuntu 14.04)? Seems not be a problem with Ubuntu file system. Tested it to build / deploy / run (in Tomcat) the project on OS X 10.10. Still the same issue. -- You received this message

Re: GWT 2.7 manifest support

2015-01-02 Thread marian lux
Thank you! I tried both: *1.)* To change in zzz.nocache.js anything (e.g. adding a comment) but the update will not executed on client. The manifest file is updating to the new version: In browser cache I have a zzz.manifest which is updated with the correct new strong name

Re: GWT 2.7 manifest support

2015-01-02 Thread marian lux
I investigated this a little bit more in detail and found out the following: The ZZZ.nocache.js is not updated with the new strong name in app-cache on gwt 2.7 e.g.: 1) ZZZ.manifest previous version (compiled with gwt 2.7) # GWT compiled files ZZZ/0E56CAA9B1D04ED71EA35D42E2F3F65F.cache.png

GWT 2.7 manifest support

2015-01-02 Thread marian lux
I updated my mgwt application from 2.6.1 to 2.7 and detected the following issue: *Background: * I use mgwt 2.0.0 and enabled offline support. inherits name=com.googlecode.mgwt.linker.Linker / add-linker name=permutationmaplinker / In know, the offline support in mgwt 2.0 has gone because of

Re: GWT 2.7 manifest support

2015-01-02 Thread marian lux
Has this something to do with this issue? https://gwt-review.googlesource.com/#/c/10520/ (more infos here: https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/q4BgTzs6PXw) I am not so deep in this topic. -- You received this message because you are subscribed to the Google

Re: GWT 2.7 manifest support

2015-01-02 Thread marian lux
I don't know why it works and what is wrong but I found a *workaround* which *fixed* the problem. If I change the content of the nocache.js file after compilation (e.g. adding a CR or whitespace) and saving the file, then zipping the trunk folder, changing it to .war and deploying it in

Re: check wallet garden / internet connection

2014-12-23 Thread marian lux
Okay thank you for the overview of possibilities. I will investigate the CORS approach. Am Montag, 22. Dezember 2014 19:07:07 UTC+1 schrieb Jens: You have to live with the JavaScript constraints which means you either make a request to the domain the app is served from or the server must

check wallet garden / internet connection

2014-12-22 Thread marian lux
I need to check if my GWT application is inside a wallet garden (wifi hotspot without internet connection). How to handle this in an easy way on client side? Is there a way to ping e.g. google.com and return true/false in a method like boolean isInWalletGarden(); ? Can anyone post such a

Re: check wallet garden / internet connection

2014-12-22 Thread marian lux
will trigger a security warning in most browsers, if not be blocked. You certainly can try and perform an HTTP request via RequestBuilder, but I wouldn't count on it being reliable. On Monday, December 22, 2014 3:37:59 AM UTC-6, marian lux wrote: I need to check if my GWT application is inside

Re: check wallet garden / internet connection

2014-12-22 Thread marian lux
Something like this http://stackoverflow.com/questions/13958614/how-to-check-for-unrestricted-internet-access-captive-portal-detection in GWT would be nice! Am Montag, 22. Dezember 2014 18:30:09 UTC+1 schrieb marian lux: Yes RequestBuilder is not working. The response-code there is always

Offline support in GWT with gwt-appcache (or mgwt) - for projects without servlet container

2014-12-09 Thread marian lux
To use the offline-support feature, both solutions ( https://github.com/realityforge/gwt-appcache and https://code.google.com/p/mgwt/wiki/HTML5Manifest) need a servlet running, which selects the correct strong-name-files. Does this offline support also work on projects without servlet

Re: REST Service on Backend which Framework in GWT?

2014-11-28 Thread marian lux
Thank you. Dropwizard looks quite interesting and I think I could give it a try. Only the micro service conzept could be problematic. My applicatoin is big and I am not sure if I want to split it up in different backend projects But my question was more in frontend direction using REST in

REST Service on Backend which Framework in GWT?

2014-11-22 Thread marian lux
What is the best framework / way for getting data form REST backend (pros/cons)? gwtresty https://github.com/resty-gwt/resty-gwt or gwtquery https://code.google.com/p/gwtquery/wiki/Ajax or something else? THX --Marian -- You received this message because you are subscribed to the Google

REST Service on Backend which Framework in GWT?

2014-11-22 Thread marian lux
The DTO is in JSON. -- 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 post to this group, send email to

handler for search field keypresses/keyup events not working in gwtchosen 2.0.0-snapshot - workaround?!

2014-10-07 Thread marian lux
Can anyone help me with a workaround (sample code) how to get the keyup-events working on gwtchosen 2.0.0-snapshot? I need this to work with this widget like a suggestbox (if string does not exist in the list, I want to add it to the list) for my serach-application. Here is the post form

Re: Best way (performance) to build a view like Pinterest

2014-08-11 Thread marian lux
Hi Olaf. Yes this is exactly that I was looking for. You can see, I was very active in this thread. --Marian -- 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

Re: gwt-library

2014-08-10 Thread marian lux
For testing and analysis purpose I tried to create a new project for elastic plugin (I never used gwtquery before). I created a new project with and did all steps as described here (https://code.google.com/p/gwtquery/wiki/CreatingNewApplications) mvn archetype:generate

Re: gwt-library

2014-08-10 Thread marian lux
Thank you very much! Am Sonntag, 10. August 2014 23:16:29 UTC+2 schrieb Julien Dramaix: You have to inherit the Elastic module. In your gwt.xml file, add the following line: *inherits **name=**'com.arcbees.gquery.elastic.Elastic'*/ On Sunday, August 10, 2014 11:07:48 PM UTC+2, marian

Re: gwt-library

2014-08-09 Thread marian lux
Hi Julien, how can I import the elastic-sample project into eclipse? I need a pinterest-like-view in my mgwt project and the example (http://arcbees.github.io/gwtquery-elastic-plugin/ElasticWidgetSample/WidgetSample.html ) looks exactly like that, I am searching for weeks. mvn eclipse:eclipse

Best way (performance) to build a view like Pinterest

2014-07-23 Thread marian lux
I see that my question in the mgwt section is a little bit off-topic. It seems to be a general GWT-question. So I will post it in this forum - see the link below: https://groups.google.com/d/msg/mgwt/4-jutvge5R0/Pq9S2iJyTI0J I hope someone with experience (in performance and designing

Using GWT for mobile and tablet apps?

2014-07-14 Thread marian lux
http://www.m-gwt.com -- 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 post to this group, send email to

Dynamic background-image in CellList-Item with UIBinder possible?

2014-03-13 Thread marian lux
Today I have the following code for rendering my CellList-Item (changing the background-image dynamically in dependence of my model): in my View.java: cellList = new CellListActivityItem(new ActivityItemCell()); in my ActivityItemCell.java: private static final String styleCellItem =

Display videos from different Youtube channels, sorted by date (published) in my GWT application?

2014-02-22 Thread marian lux
As in the title described, I want to display a sorted list of Youtube videso (by publishing date) from different Youtube channels/users. I found the gwt-youtube-api https://code.google.com/p/gwt-youtube-api/ but I don't know if this api is any more in development. The last stable release was

Re: How to adjust a GWT frame height to get no scrollbars (100% of body content)?

2014-01-23 Thread marian lux
My main panel my FrameViewGwtImpl.java is a LayoutPanel. If I remove the scrollpanel from FrameViewGwtImpl.java and set the LayoutPanel height to e.g. 1000px, the scrollbars should appear (because this is more than the client-height) like working_mobile_scroll.html. Additional info: in my

Re: How to adjust a GWT frame height to get no scrollbars (100% of body content)?

2014-01-22 Thread marian lux
extremely limited cases this might be okay. Further research into how to get events to the containing page from the iframe might help. I'll post any new ideas if the pop into my head. On Tuesday, January 21, 2014 3:07:13 AM UTC-6, marian lux wrote: It seems to be a mgwt problem? I have

Re: How to adjust a GWT frame height to get no scrollbars (100% of body content)?

2014-01-16 Thread marian lux
Jens, thank you very much! You helped me a lot! It works fine. For others, who have the same problem, here is the working code (JSNI method): public native boolean optimizeFrameSize (String id) /*-{ var newheight; var newwidth; var frame =

Re: How to adjust a GWT frame height to get no scrollbars (100% of body content)?

2014-01-16 Thread marian lux
Hi Wayne, thank you! It would be very nice if you could help me with some CSS tweaks. Your application has a good looking design and it is a good, innovative idea :-) But I did not see any frames there, so I hope you can help me with my problem: I want the same scrolling experience on my

How to adjust a GWT frame height to get no scrollbars (100% of body content)?

2014-01-15 Thread marian lux
I want to set the frame-height to the height of the content in my frame. So I can display it in mgwt with normal scrolling behavior. The following code is not working: in my ViewImpl.java: constructor: frame = new Frame(some-url/xyz.html); frame.getElement().setId(framename);

Re: How to adjust a GWT frame height to get no scrollbars (100% of body content)?

2014-01-15 Thread marian lux
Mittwoch, 15. Januar 2014 13:51:40 UTC+1 schrieb marian lux: I want to set the frame-height to the height of the content in my frame. So I can display it in mgwt with normal scrolling behavior. The following code is not working: in my ViewImpl.java: constructor: frame = new Frame(some-url

Re: How to adjust a GWT frame height to get no scrollbars (100% of body content)?

2014-01-15 Thread marian lux
Thank you! If I understand all correct: 1) in my ViewImpl-Class in the Consructor I have to create the frame and load the content. The content (html-url) is from my war-directory: frame = new Frame(GWT.getHostPageBaseURL() + ClientData/myhtml.html); frame.getElement().setId(framename); = $doc is

Best practice for rich contnent (pictures and text) presentation in (m)gwt

2014-01-14 Thread marian lux
I developed an mgwt client and want to present rich content there. Today I have a HTML file in my src directory and on client-side the HTML-file is loaded via TextResource ClientBundle. This solution is resource saving and the resource is offline available (HTML5 manifest enabled) but has some

Re: How-to display a Javascript-Widget (e.g. from tripadvisor) in an GWT HTML Widget?

2013-09-22 Thread marian lux
to integrate a Tripadisor widgets for reviews of hotels, created with this site: http://www.tripadvisor.de/Widgets ? Am Sonntag, 22. September 2013 16:03:08 UTC+2 schrieb Thomas Broyer: On Saturday, September 21, 2013 1:34:27 PM UTC+2, marian lux wrote: I found something about Script Injection

How-to display a Javascript-Widget (e.g. from tripadvisor) in an GWT HTML Widget?

2013-09-21 Thread marian lux
I want do display e.g. the following widget in an GWT HTML-widget: div id=TA_cdswritereviewlg303 class=TA_cdswritereviewlg ul id=PFAsdj class=TA_links xWEBQ5e li id=nvVscFx class=cSICfMRvGlKeReview a

Re: How-to display a Javascript-Widget (e.g. from tripadvisor) in an GWT HTML Widget?

2013-09-21 Thread marian lux
the other code as String in an HTML-Widget. But there is the same issue. Only the text: Review Grand Hotel Wienhttp://www.tripadvisor.com.au/Hotel_Review-g190454-d206597-Reviews-Grand_Hotel_Wien-Vienna.html appears! Am Samstag, 21. September 2013 11:21:49 UTC+2 schrieb marian lux: I want do