Closed GoogleCodeExporter closed 9 years ago
Hi Borice,
I unzipped the gwtext and gwtextux source files and took a look. Turns out the
inherited method from GridPanel is public but for some reason the SwfUploadPanel
declares it private.
I simply changed the method visibility to public, recompiled, and updated the
jar.
These compile errors are gone for me now.
I've attached the fixed gwtextux.jar. Let me know if this works for you...I
think
this is pretty much all that's needed to get the user extensions up and running
with
2.0.5.
~jtriley
Original comment by justin.t...@gmail.com
on 9 Sep 2008 at 7:29
Attachments:
Thx Justin... Another manual fix is to open SwfUploadPanel from your current
jar and
make the instance method public and compile it. However, the jar created by
Justing
should be easier and faster :)
Original comment by mlim1...@gmail.com
on 9 Sep 2008 at 7:41
Thanks guys -- I feel bad now, because I could've done that myself :) I just
assumed
it had to be more complicated to fix ... hehe. Next time I'll pay more
attention...
Original comment by bor...@gmail.com
on 9 Sep 2008 at 8:14
As an FYI, the gwtextux-0.3.0.zip file on the download page does not have this
updated jar. I just downloaded it and ran into this problem. The jar attached by
Justin fixed it, though.
Original comment by makae...@gmail.com
on 16 Sep 2008 at 1:27
Same issue was found by others too:
http://www.ongwt.com/post/2008/09/17/GWT-Ext-
205#comments
Fix is soo simple: just replace an word "private" with "public".
Original comment by cristesc...@gmail.com
on 17 Sep 2008 at 2:35
Hi all,
I used the the fixed gwtextux.jar, but these number errors/warnings are
displayed:
[ERROR] Errors in
'jar:file:/C:/WorkspaceEclipse/gwtextux.jar!/com/gwtextux/client/widgets/upload/
SwfUploadPanel.java'
[ERROR] Line 81: The return type is incompatible with
GridPanel.instance(JavaScriptObject)
Any ideas?
Thanks
Thomas
Original comment by thomas.b...@gmail.com
on 19 Sep 2008 at 3:00
Fixed. You can get the latest gwt-ext-ux from here :
http://gwt-ext.com/builds/gwt-ext-ux/2008-09-19/
Additional details here :
http://gwt-ext.com/forum/viewtopic.php?f=12&t=2695&start=10
Original comment by sanjiv.j...@gmail.com
on 21 Sep 2008 at 1:47
Thanks a lot, it works fine.
Thomas
Original comment by thomas.b...@gmail.com
on 22 Sep 2008 at 9:52
[deleted comment]
It would be nice, if you put the latest version on the download page.
Peter
Original comment by gKaya...@gmail.com
on 4 Nov 2008 at 12:14
Thanks for the fix but the link
http://gwt-ext.com/builds/gwt-ext-ux/2008-09-19/
seems to be broken
Could you please fix it?
Original comment by kaka4fo...@gmail.com
on 26 Jan 2010 at 4:21
Original issue reported on code.google.com by
bor...@gmail.com
on 8 Sep 2008 at 3:46