Get data from External application.

2013-05-01 Thread chrome1235
Hi, I want to integrate zxing application (barcode reader) to my web application for android phones. When user click an ajax button in a page, the code will call zxing with a custom url (like: zxing://scan/?ret=http://mydomain.com/MyApp/{CODE};), then zxing can post or (get) to a generated url

Re: Get data from External application.

2013-05-01 Thread chrome1235
Bertrand thanks for your quick reply. I will call it from a page (incluedes form and fields). then returned value fill a form text element. lastly user submit all values. If I can not succeed by this method, I will do with your suggestion. -- View this message in context:

Re: org.apache.wicket.markup.html.link.PopupSettings.java problem (version 6.5.0)

2013-02-26 Thread chrome1235
Thanks for your reply, I added a quickstart and ticket. https://issues.apache.org/jira/browse/WICKET-5058 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/org-apache-wicket-markup-html-link-PopupSettings-java-problem-version-6-5-0-tp4656735p4656829.html Sent from the

org.apache.wicket.markup.html.link.PopupSettings.java problem (version 6.5.0)

2013-02-24 Thread chrome1235
Hi, I think the line (row number=158) StringBuilder script = new StringBuilder(var w = window.open*( + target + , ')*.append( windowTitle).append(', '); must be like this. (adding ' single quotation marks to target) StringBuilder script = new

Re: Handle the modal window size?

2013-02-18 Thread chrome1235
Martin, thanks for your reply.But I need that when the user *resize* the modal window *by mouse*. Can I get the new dimensions(changed by mouse). If I can get, then i will save it to session. So, modal window will be created these values. -- View this message in context:

GMap3 component problem in Table tag

2013-01-02 Thread chrome1235
Hi,When I use gmap3 component in table-tr-td tag, it does not show anything.Like this.lt;tablegt;lt;trgt;lt;tdgt; lt;div wicket:id=mapgt;Maplt;/divgt;lt;/tdgt; lt;/trgt;lt;/tablegt;But if I use it outside of the table tag, there is no

Re: wicketstuff-simile-timeline (1.5.5) Access denied to resource error..

2012-06-12 Thread chrome1235
I created. This was my first report, I hope, I didnt make any mistake. :) https://issues.apache.org/jira/browse/WICKET-4602 I think, org.wicketstuff.simile.timeline.Timeline class has a bug. I solved the Timeline problem by replacing this line at renderHead. // PageParameters pp=

Re: wicketstuff-simile-timeline (1.5.5) Access denied to resource error..

2012-06-12 Thread chrome1235
You are right, Thanks for your reminding. :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicketstuff-simile-timeline-1-5-5-Access-denied-to-resource-error-tp4649855p4649872.html Sent from the Users forum mailing list archive at Nabble.com.

Re: wicketstuff-simile-timeline (1.5.5) Access denied to resource error..

2012-06-11 Thread chrome1235
Martin, thanks for your reply. But I could not succeed. I tried all of these lines. But I have same error.:( --- public void init() { super.init(); SecurePackageResourceGuard guard = new SecurePackageResourceGuard();

Re: wicketstuff-simile-timeline (1.5.5) Access denied to resource error..

2012-06-11 Thread chrome1235
Security problem was solved by your response. But, I could not see timeline output. When I look source of html, it gives this error. body HTTP ERROR 404 pProblem accessing

Re: wicketstuff-simile-timeline (1.5.5) Access denied to resource error..

2012-06-11 Thread chrome1235
I mean, when I click this link. It gives 404 error.. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicketstuff-simile-timeline-1-5-5-Access-denied-to-resource-error-tp4649855p4649861.html Sent from the Users forum mailing list archive at Nabble.com.

Re: wicketstuff-simile-timeline (1.5.5) Access denied to resource error..

2012-06-11 Thread chrome1235
I could solve the wicket problem. original code like this. (org.wicketstuff.simile.timeline.Timeline.java) // response.renderJavaScriptReference(new PackageResourceReference(getClass(), // ./timeline_js/timeline-api.js?timeline-use-local-resources=truebundle=true)); I

Re: How to open multiple infowindows or multiple markers using GMAP2

2011-12-07 Thread chrome1235
I think you can not do in gmap2, because of google map api (version2). you can check this address. http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GInfoWindow -- View this message in context:

Re: DateTextField

2011-11-07 Thread chrome1235
ok, thanks for your replies, Martin and manuelbarzi. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DateTextField-tp3998533p3998753.html Sent from the Users forum mailing list archive at Nabble.com.