echo-list Mailing List for Echo (Page 5)
Brought to you by:
tliebeck
You can subscribe to this list here.
2002 |
Jan
|
Feb
(1) |
Mar
(33) |
Apr
(59) |
May
(69) |
Jun
(65) |
Jul
(67) |
Aug
(100) |
Sep
(80) |
Oct
(82) |
Nov
(90) |
Dec
(78) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(86) |
Feb
(69) |
Mar
(127) |
Apr
(72) |
May
(110) |
Jun
(117) |
Jul
(71) |
Aug
(75) |
Sep
(90) |
Oct
(47) |
Nov
(23) |
Dec
(24) |
2004 |
Jan
(3) |
Feb
(42) |
Mar
(25) |
Apr
(11) |
May
(3) |
Jun
(2) |
Jul
(9) |
Aug
(5) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Georg S. <geo...@we...> - 2004-02-04 17:08:41
|
Hallo, I found a bug in conjunction with validate() and page reloading. If you have a validate() method that removes and added components and maybe you have a lot of components in the window doing so :) and maybe then you press the reload button of your browser very often you got the following error: 2004-02-04 17:46:25 test: EchoServer Error Log Reference #1003_1075913185142 nextapp.echoservlet.EchoServletException: Peer requested for unregistered component: nextapp.echo.Grid$Cell@ba9b15 at nextapp.echoservlet.InstancePeer.getPeer(InstancePeer.java:608) at nextapp.echoservlet.ui.GridUI.render(GridUI.java:158) at nextapp.echoservlet.ContentPaneUI.service(ContentPaneUI.java:283) at nextapp.echoservlet.Connection.process(Connection.java:443) at nextapp.echoservlet.EchoServer.process(EchoServer.java:304) at nextapp.echoservlet.EchoServer.doGet(EchoServer.java:214) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) .... org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:536) 2004-02-04 17:46:25 test: Error while attempting to invalidate session as a result of previous error. nextapp.echoservlet.EchoServletException: Peer requested for unregistered component: nextapp.echo.Label@18e1674 at nextapp.echoservlet.InstancePeer.getPeer(InstancePeer.java:608) at nextapp.echoservlet.InstancePeer.unregister(InstancePeer.java:1084) at nextapp.echoservlet.InstancePeer.remove(InstancePeer.java:993) at ... In the attachment there is a TestServlet which simulates this situation. When running you see that two threads modify the same datastructure and the error occurs when thread one has removed all instancePeers while thread two tries to render everything. To show this I have added also some code to Connection.java (line 467) Georg |
From: Omar C. <ca...@me...> - 2004-02-03 13:15:42
|
Hi all, using echo and the following code HttpImageReference img = new HttpImageReference( "/images/confirm.jpg" ); String text = ""; for ( int i=0; i< 10; i++ ) { text += "1234567890 12345678901 234567890 1234567890 1234567890 "; } Label imgLabel = new Label(); imgLabel.setIcon( img ); imgLabel.setText( text ); ... } the result rendering is ever composed by a table having two cells, one for the image and one for the text. I need to put the image and the text together (in the same cell or in no cell) to obtain a "wrapping effect" of the text around the image. Is it possible to achieve this (using echo)? Thank you, Omar |
From: <Bra...@ca...> - 2004-02-02 22:31:00
|
When the DateField "goes" to the server to change dates, the ContentPane should have already "saved" its x,y position. It will then restore it later. If it doesnt its a bug or some other issue with your content pane, but not related to DateField per se. Cheers Brad Baker ---------------------------------------------------------------------------------------- Email : bra...@ca... Mobile: 0418-642-341 ---------------------------------------------------------------------------------------- "Sirisha Ramireddy" <sir...@dn...a To: <msa...@be...>, <ech...@li...>, te.ga.us> <geo...@we...> Sent by: cc: ech...@li...ur Subject: [Echo-list] DateField ceforge.net 03/02/2004 12:44 AM Hi All, We are using DateField from echo point in all of our windows. The problem with this is, after we select the date from the Calender, it always takes us to the beginning of the page. We have to scroll down to make sure the date is right. Does anybody know how to fix this? Any help is greatly appreciated. Thank You, Sirisha. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Echo-list mailing list Ech...@li... https://lists.sourceforge.net/lists/listinfo/echo-list |
From: Sirisha R. <sir...@dn...> - 2004-02-02 13:45:23
|
Hi All, We are using DateField from echo point in all of our windows. The problem = with this is, after we select the date from the Calender, it always takes = us to the beginning of the page. We have to scroll down to make sure the = date is right. Does anybody know how to fix this? Any help is greatly appreciated. Thank You, Sirisha. |
From: <Bra...@ca...> - 2004-02-01 23:40:01
|
See http://echopoint.sourceforge.net/NewsArticles/VersionHistory.html for full details Cheers Brad Baker ---------------------------------------------------------------------------------------- Email : bra...@ca... Mobile: 0418-642-341 ---------------------------------------------------------------------------------------- |
From: <Bra...@ca...> - 2004-01-18 23:48:37
|
Thanks for those fixes. They certainly cleans up some of the code. However I am not sure they will fix Mark's original problem. Mark, have a look in the generated HTML and look for a body onload event that calls the ep_setTimer() function. Make sure its there and doing what you want. Also make sure the Timer compnoent is not invisible otherwise it wont be rendered. Cheers Brad Baker ---------------------------------------------------------------------------------------- Email : bra...@ca... Mobile: 0418-642-341 ---------------------------------------------------------------------------------------- Georg Sendt <geo...@we...> To: Mark Salamon <msa...@be...>, ech...@li... Sent by: cc: ech...@li...ur Subject: Re: [Echo-list] Timer class ceforge.net 18/01/2004 07:55 PM There are some bugs in Timer/TimerUI that are fixed in the attached files now. Best regards, Georg Am So, 2004-01-18 um 07.31 schrieb Mark Salamon: > I have not had any luck getting the Timer class to work. I am using it > with setRepeats(false). I add it to the hierarchy of a new window (window > --> container pane --> content pane --> timer), which in turn is added to > the EchoInstance using addWindow(). If I set the action listener as either > the EchoInstance or the new window itself, the actionPerformed method is > never triggered when the time runs out on the timer. (I tested this even > with times b/w 200 millseconds and 20000 ms). > > I have tried this with both Explorer (6.0) and Navigator 7.0. > > Any ideas? > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list (See attached file: ep_timerPatch.tgz) |
From: Georg S. <geo...@we...> - 2004-01-18 08:55:39
|
There are some bugs in Timer/TimerUI that are fixed in the attached files now. Best regards, Georg Am So, 2004-01-18 um 07.31 schrieb Mark Salamon: > I have not had any luck getting the Timer class to work. I am using it > with setRepeats(false). I add it to the hierarchy of a new window (window > --> container pane --> content pane --> timer), which in turn is added to > the EchoInstance using addWindow(). If I set the action listener as either > the EchoInstance or the new window itself, the actionPerformed method is > never triggered when the time runs out on the timer. (I tested this even > with times b/w 200 millseconds and 20000 ms). > > I have tried this with both Explorer (6.0) and Navigator 7.0. > > Any ideas? > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list |
From: Mark S. <msa...@be...> - 2004-01-18 06:31:14
|
I have not had any luck getting the Timer class to work. I am using it with setRepeats(false). I add it to the hierarchy of a new window (window --> container pane --> content pane --> timer), which in turn is added to the EchoInstance using addWindow(). If I set the action listener as either the EchoInstance or the new window itself, the actionPerformed method is never triggered when the time runs out on the timer. (I tested this even with times b/w 200 millseconds and 20000 ms). I have tried this with both Explorer (6.0) and Navigator 7.0. Any ideas? |
From: Sam T. <ta...@ya...> - 2003-12-30 18:25:03
|
Probably not the greatest match. You can use JSP and the standard JSP taglib by way of the echopoint JspTemplatePanel. I am sure you can integrate them together at a high-level navigation level but it would probably take some hacking to do a more fine grained integration. -Sam --- Vinayak L Joshi <vl...@ra...> wrote: > Hi, > > Is it possible to use the echo framework with Struts > framework? If any > one knows any information on the same would highly > appreciate if you let > me know. Thanks in advance. > > Regards, > Vinayak > __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree |
From: Kelleher, M. <Mic...@Ni...> - 2003-12-30 14:38:17
|
Here is another fact I discovered about the SelectField behavior: SelectFields without a ListCellRenderer behave properly. SelectFields with ListCellRenderers do not behave properly. -----Original Message----- From: Kelleher, Michael Sent: Monday, December 29, 2003 3:03 PM To: Echo List (E-mail) Subject: SelectField After creating a new instance of a SelectField and populating its DefaultSelectFieldModel like thus: public void add(SelectField sf, java.util.List list) { if (sf == null) { return; } int iSize = (list == null ? -1 : list.size()); SelectFieldModel sfm = sf.getModel(); DefaultSelectFieldModel dsfm = (DefaultSelectFieldModel) sfm; for (int i=0; i<iSize; i++) { dsfm.add(list.get(i)); } } The component will ALWAYS reset its SelectedItemIndex to 0. This happens regardless of any Listeners that may or may not be added to it. For example, in one screen I do not set any Listeners on the SelectField. I then populate the SelectField using the above method, and then say I select Index 3. Then I click on a CheckBox that has a listener attached to it. This causes the screen to refresh itself, and my SelectField's Index is reset to Index 0. I can however, "trap" the Selected item by attaching a ItemListener. After the screen refreshing itself, and i do a getSelectedItem or Index, the Selected Item/Index is the one at Index 0. I would post more code, but there really isn't any other than when I instantiate the SelectField. +---------------------------------+ | Michael J. Kelleher | | Application Technical Specialist| | Nielsen Media Research | +---------------------------------+ |
From: Mark N. <mn...@op...> - 2003-12-30 14:38:02
|
There are several interesting links over on the echopoint website that discuss many different aspects of Echo and EchoPoint. There is one article that discusses integration of Echo within other frameworks: http://echopoint.sourceforge.net/LinkedArticles/IntegratingEchoPoint.html and http://echopoint.sourceforge.net/LinkedArticles Since you are coming from a Struts-style perspective, you will probably want to read this article as you assess whether or not the framework is going to be a fit for your application: http://echopoint.sourceforge.net/OlderArticles/WhenNotToUseEchoAndEchoPo.html http://echopoint.sourceforge.net/OlderArticles/WhyDoItAllInJava.html You will probably want to check out the various tutorials over on the main Echo website: http://www.nextapp.com/products/echo/doc/ Mark Vinayak L Joshi wrote: > Hi, > > > > Is it possible to use the echo framework with Struts framework? If any > one knows any information on the same would highly appreciate if you > let me know. Thanks in advance. > > > > Regards, > > Vinayak > Vinayak L Joshi wrote: > Hi, > > > > Is it possible to use the echo framework with Struts framework? If any > one knows any information on the same would highly appreciate if you > let me know. Thanks in advance. > > > > Regards, > > Vinayak > |
From: Vinayak L J. <vl...@ra...> - 2003-12-30 05:30:48
|
Hi, Is it possible to use the echo framework with Struts framework? If any one knows any information on the same would highly appreciate if you let me know. Thanks in advance. Regards, Vinayak |
From: Kelleher, M. <Mic...@Ni...> - 2003-12-29 20:03:06
|
After creating a new instance of a SelectField and populating its DefaultSelectFieldModel like thus: public void add(SelectField sf, java.util.List list) { if (sf == null) { return; } int iSize = (list == null ? -1 : list.size()); SelectFieldModel sfm = sf.getModel(); DefaultSelectFieldModel dsfm = (DefaultSelectFieldModel) sfm; for (int i=0; i<iSize; i++) { dsfm.add(list.get(i)); } } The component will ALWAYS reset its SelectedItemIndex to 0. This happens regardless of any Listeners that may or may not be added to it. For example, in one screen I do not set any Listeners on the SelectField. I then populate the SelectField using the above method, and then say I select Index 3. Then I click on a CheckBox that has a listener attached to it. This causes the screen to refresh itself, and my SelectField's Index is reset to Index 0. I can however, "trap" the Selected item by attaching a ItemListener. After the screen refreshing itself, and i do a getSelectedItem or Index, the Selected Item/Index is the one at Index 0. I would post more code, but there really isn't any other than when I instantiate the SelectField. +---------------------------------+ | Michael J. Kelleher | | Application Technical Specialist| | Nielsen Media Research | | 813-366-4321 | +---------------------------------+ |
From: <Mic...@co...> - 2003-12-28 06:44:01
|
I will be out of the office starting 12/24/2003 and will not return until 01/12/2004. I will be out of the office from 12/24/2003 to 1/12/2004. Please direct any questions or issues concerning eLink or eView to eBusDev. |
From: Georg S. <geo...@we...> - 2003-12-27 16:57:16
|
normally it works. What means "works well" and what means "does not work"=3F= Post some code, maybe we can help then. Best regards, Georg "=CD=F5=B0=B2=CA=AF" <imagine=5F...@16...> schrieb am 27.12.03 04:46:29: Hello. I am using a Button(not PushButton). When I first push it ,it work well. When I push it again ,it does not work.(The IE progress bar is very slow= ). I have no ideea about how to solve this problem, so any hint will be highly appreciated. Thank you, imagine =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =CD=F8=D2=D7VIP=CA=D5=B7=D1=D3=CA=CF=E4=C1=BD=D6=DC=C4=EA=B3=AC=D6=B5=D3=C5=BB=DD! =C2=FA1=D4=F96=A3=A1=A3=A1=A1=A1 http://vip.163.com =D6=D0=B9=FA=D7=EE=B4=F3=B5=C4=C3=E2=B7=D1=D3=CA=CF=E4=D4=DA=B5=C8=C4=E3 25=D5=D7=BF=D5=BC=E44=D5=D7=B8=BD=BC=FE=A3=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1 http://mail.163.com =B5=E3=BB=F7=CD=F8=D2=D7=C5=DD=C5=DD=BE=AA=CF=B2=CE=DE=CF=DE =C8=AB=C3=E2=B7=D1=CA=D6=BB=FA=B6=CC=D0=C5=C8=CE=C4=E3=B7=A2!=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1http://popo.163.com N=18=ACHY=DE=B5=E9=9A=8AX=AC=B2=9A'=B2=8A=DEu=BC=88=04=C2=E2=9E=ECS=BA=DA+=89=A9l=05=E7(=99=E6=A7{=1A^=AE=D8=A7,=83T^=8A=E3=BA=CBl=85=AA=E9z|=A8=BA=BB$=8AYlJ('=BA=97=E8=AC=80= L=B0Z=DEx=B8=A7=BB=14=EE=B6=8A=E2j[=0By=AA=E7z=F7=AB=CA=D8b=9E=07=EB=A2kay=B6=AC=86=C8^=96[h=B3+=1Avh=A7 X=9C=92z0=86=DBi=FF=F6=9D=B2=8B=1D=9D=CA&=FD=A7b =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F WEB.DE FreeMail wird 5 Jahre jung! Feiern Sie mit uns und nutzen Sie die neuen Funktionen http://f.web.de/features/=3Fmc=3D021130 |
From: Georg S. <geo...@we...> - 2003-12-23 18:51:20
|
Hi, can you please post some code. maybe then it would be easier to help you. -----Urspr=FCngliche Nachricht (HTML) wurde als Anlage beigef=FCgt.----- Von: "Kelleher, Michael" <Mic...@Ni...> Gesendet: 23.12.03 17:22:26 An: "Georg Sendt" <geo...@we...> Betreff: Re: [Echo-list] SelectField -- help =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F<br>Nachrichten, Musik und Spiele schnell und einfach per Quickstart i= m <br>WEB.DE Screensaver - Gratis downloaden: <A HREF=3D"http://screensaver.= web.de/=3Fmc=3D021110"><B>http://screensaver.web.de/=3Fmc=3D021110</B></A> |
From: Kelleher, M. <Mic...@Ni...> - 2003-12-23 16:21:52
|
I am using a SelectField, and for some reason it will not update its SelectedIndex. Also, if I add an ActionListener, then getSelectedItem returns index 0 regardless of which option I select. +---------------------------------+ | Michael J. Kelleher | | Application Technical Specialist| | Nielsen Media Research | | 813-366-4321 | +---------------------------------+ |
From: davout <da...@ds...> - 2003-12-16 21:48:42
|
First issue... I have the following code that sets up an array of Button objects inside a grid. One of the buttons has its select status set to true. However, the selected button does not show the 'selected' icon. String[] aNames = new String[4]; aNames[0] = "/com/eis/echo/images/menu/" + aPrefix + "_normal.jpg"; aNames[1] = "/com/eis/echo/images/menu/" + aPrefix + "_normal_roll.jpg"; aNames[2] = "/com/eis/echo/images/menu/" + aPrefix + "_selected.jpg"; aNames[3] = "/com/eis/echo/images/menu/" + aPrefix + "_selected_roll.jpg"; ResourceImageReference[] anImages = new ResourceImageReference[4]; for (int i=0; i < 4; i++) { anImages[i] = new ResourceImageReference(aNames[i]); } Button aButton = new Button(); aButton.setIcon(anImages[0]); aButton.setRolloverIcon(anImages[1]); aButton.setSelectedIcon(anImages[2]); aButton.setRolloverSelectedIcon(anImages[3]); aButton.setRolloverEnabled(true); aButton.setSelected(aSelected); Any ideas? Second problem.... I have the header part of a main window design that is trying to display two images. the first image should be positioned on the left edge of the available area, the second image should be positioned on the right edge of the same area. The full window width is wider than both images The code below is my attempt to do this. But the right side image is being positioned in the middle not the right edge. private void setup() { setHeight(44); setInsets(new Insets(0)); setBackground(new Color(128,173,186)); setScrollBarPolicy(ContentPane.SCROLL_BAR_NEVER); fMainGrid = new Grid(); fMainGrid.setBorderSize(0); add(fMainGrid); ResourceImageReference anImage = new ResourceImageReference(HEADING); fImageIcon = new ImageIcon(anImage,400,44); fMainGrid.add(0,0,fImageIcon).setHorizontalAlignment(EchoConstants.LEFT); fRightGrid = new Grid(); fRightGrid.setBorderSize(0); fRightGrid.setWidthUnits(Grid.PIXEL_UNITS); fRightGrid.setWidth(180); fRightGrid.setHeight(44); fRightGrid.setBackground(new Color(220,232,235)); fMainGrid.add(1,0,fRightGrid).setHorizontalAlignment(EchoConstants.RIGHT); ResourceImageReference aRightImage = new ResourceImageReference(HEADING_RIGHT); fRightImageIcon = new ImageIcon(aRightImage,180,44); fRightGrid.add(0,0,fRightImageIcon).setHorizontalAlignment(EchoConstants.RIG HT); } Any ideas? |
From: Dalton, J. <jd...@as...> - 2003-12-10 13:41:54
|
TG9va3MgbGlrZSB3aGF0IHlvdSdyZSBkb2luZyBpcyB2ZXJ5IHNpbWlsYXIgdG8gRWNob3BvaW50 J3MgRXhwYW5kYWJsZSBTZWN0aW9uLiAgSWYgeW91J3JlIG9ubHkgZ29pbmcgb25lIGxldmVsIGRl ZXAgaW4geW91ciB0cmVlIHRoZW4gaXQgY291bGQgd29yayBmb3IgeW91LiAgSSB0aGluayBpdCdz IGFsbCBjbGllbnQgc2lkZSBhcyB3ZWxsLg0KaHR0cDovL2VjaG9wb2ludC5zb3VyY2Vmb3JnZS5u ZXQvVmlzdWFsSW5kZXgvRXhwYW5kYWJsZVNlY3Rpb24uaHRtbA0KIA0KQW5vdGhlciBvcHRpb24g aXMgdGhlIEVjaG9wb2ludCBUcmVlLCBpdCBoYXMgYm90aCBhIGNsaWVudCBhbmQgc2VydmVyIHNp ZGUgdmVyc2lvbi4NCmh0dHA6Ly9lY2hvcG9pbnQuc291cmNlZm9yZ2UubmV0L1Zpc3VhbEluZGV4 L1RyZWUuaHRtbA0KIA0KSWYgbmVpdGhlciBvZiB0aG9zZSB3b3JrIGZvciB5b3UsIGFub3RoZXIg b3B0aW9uIHdvdWxkIGJlIGV4dGVuZGluZyBvbmUgb2YgdGhlbSB0byBzdWl0ZSB5b3VyIG5lZWRz OyBhdCBsZWFzdCB5b3Ugd291bGRuJ3QgYmUgcmVpbnZlbnRpbmcgdGhlIGVudGlyZSB3aGVlbCwg anVzdCB0aGUgc3Bva2VzIG9yIHNvbWV0aGluZy4NCiANCmpkDQogDQogDQoNCgktLS0tLU9yaWdp bmFsIE1lc3NhZ2UtLS0tLSANCglGcm9tOiBNYXJrIFNhbGFtb24gW21haWx0bzptc2FsYW1vbkBi ZWxsYXRsYW50aWMubmV0XSANCglTZW50OiBUdWUgMTIvOS8yMDAzIDExOjExIFBNIA0KCVRvOiBl Y2hvLWxpc3RAbGlzdHMuc291cmNlZm9yZ2UubmV0IA0KCUNjOiANCglTdWJqZWN0OiBbRWNoby1s aXN0XSBFeHBhbmRhYmxlIFRhYmxlIChjbGllbnQgc2lkZSkNCgkNCgkNCglJIG5lZWQgdG8gYnVp bGQgYSB0YWJsZSB0aGF0IGFsbG93cyB5b3UgdG8gZXhwYW5kL2NvbnRyYWN0IHJvd3MgbGlrZSBp biBhIFRyZWUsIGFuZCBkbyBzbyBvbiB0aGUgY2xpZW50IHNpZGUgKGllLiBqYXZhc2NyaXB0KS4g Rm9yIGV4YW1wbGUsIG9uZSByb3cgY291bGQgYmUgYSBzdW0gb2Ygb3RoZXIgcm93cywgYW5kIHRo ZSB0YWJsZSBjb3VsZCBiZSBkaXNwbGF5ZWQgbGlrZTogDQoJDQoJICBSb3cxICAxMjM0NTYgDQoJ K1JvdzIgKHRvdGFsKSAgIDk5OTk5OSANCgkgIFJvdzMgIDM0NzkxMyANCgkNCglXaGVuIHRoZSAr IG5leHQgdG8gUm93MiBpcyBjbGlja2VkLCB5b3UgZ2V0IHRoaXM6IA0KCQ0KCSAgUm93MSAgMTIz NDU2IA0KCS0gUm93MiAodG90YWwpICA5OTk5OTkgDQoJICBSb3cyYSAxMTExMTENCgkgIFJvdzJi IDg4ODg4OCANCgkgIFJvdzMgIDM0NzkxMyANCgkNCgkNCglJIGRvbid0IHRoaW5rIHRoZXJlIGFy ZSBhbnkgY29tcG9uZW50cyBpbiBlY2hvIG9yIGVjaG9wb2ludCB0aGF0IGNhbiBkbyB0aGlzLCBl aXRoZXIgZnJvbSB0aGUgY2xpZW50IG9yIHNlcnZlciBzaWRlLiBJIHRob3VnaHQgYWJvdXQgbWVy Z2luZyBhIHRyZWUgYW5kIGEgdGFibGUsIGJ1dCBoYXZlIG5vdCB0YWtlbiBhbnkgb3ZlcnQgc3Rl cHMgc28gZmFyLiANCgkNCglBbnkgaWRlYXMgb24gaG93IHRoaXMgY291bGQgYmUgZG9uZSB3aXRo IGEgbWluaW11bSBvZiByZWludmVudGluZyB0aGUgd2hlZWwgd291bGQgYmUgZ3JlYXQuIE9uIHRo ZSBzZXJ2ZXIgc2lkZSwgaXQgc2VlbXMgbGlrZSB5b3UgY291bGQgaGlkZSByb3dzIHVudGlsIHRo ZXkgYXJlIG5lZWRlZC4gWW91IHdvdWxkIGxpc3RlbiBmb3IgdGhlICsgYmVpbmcgY2xpY2tlZCB0 aGVuIGZpcmUgYSBjaGFuZ2UgdG8gdGhlIHRhYmxlIHN0cnVjdHVyZSwgYWRkaW5nIGluIHRoZSBy b3dzIHRoYXQgd2VyZSAiaGlkZGVuIiBiZWZvcmUuIChBbnkgdmljZSB2ZXJzYSB3aGVuIC0gaXMg Y2xpY2tlZC4pIEhvd2V2ZXIsIHRoYXQgdHlwZSBvZiBzZXJ2ZXIgc2lkZSBpbnRlcmFjdGlvbiBp cyBsaWtlbHkgZ29pbmcgdG8gYmUgd2F5IHRvbyBzbG93LiANCgkNCg0K |
From: Mark S. <msa...@be...> - 2003-12-10 04:11:19
|
I need to build a table that allows you to expand/contract rows like in a Tree, and do so on the client side (ie. javascript). For example, one row could be a sum of other rows, and the table could be displayed like: Row1 123456 +Row2 (total) 999999 Row3 347913 When the + next to Row2 is clicked, you get this: Row1 123456 - Row2 (total) 999999 Row2a 111111 Row2b 888888 Row3 347913 I don't think there are any components in echo or echopoint that can do this, either from the client or server side. I thought about merging a tree and a table, but have not taken any overt steps so far. Any ideas on how this could be done with a minimum of reinventing the wheel would be great. On the server side, it seems like you could hide rows until they are needed. You would listen for the + being clicked then fire a change to the table structure, adding in the rows that were "hidden" before. (Any vice versa when - is clicked.) However, that type of server side interaction is likely going to be way too slow. |
From: Lendvai A. <Att...@ne...> - 2003-12-08 17:51:19
|
hi! i've created a move() method in DefaultListModel that might be useful for the community. patch attached. happy coding, 101 |
From: Georg S. <geo...@we...> - 2003-12-04 11:58:55
|
Hi, its a problem of Echo-FileUploadLib. Because the content of the uploaded file is completely stored in a ByteArray inside the FileUpload-Component before you can access it. A simple patch would be to use a gzipped-byte-array and a bigger patch would be to exchange the upload-lib with e.g. apache-common-fileupload. Georg Am Don, 2003-12-04 um 12.24 schrieb Felix Sima: > Hello. > > I forgot to mention that I use tomcat as JSP/Servlet container. > In tomcat-dev mailing list I have found the following hint on this > problem : > > > > Please followup to tomcat user. > > > > 1) Make sure that the app is using ServletRequest.getInputStream() > > 2) See the spec: 'SRV.4.1.1 When Parameters Are Available' > > > > Hope it helps. > > Felix > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN's Audience Survey. > Help shape OSDN's sites and tell us what you think. Take this > five minute survey and you could win a $250 Gift Certificate. > http://www.wrgsurveys.com/2003/osdntech03.php?site=8 > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list |
From: Felix S. <fe...@me...> - 2003-12-04 11:27:06
|
Hello. I forgot to mention that I use tomcat as JSP/Servlet container. In tomcat-dev mailing list I have found the following hint on this problem : > Please followup to tomcat user. > > 1) Make sure that the app is using ServletRequest.getInputStream() > 2) See the spec: 'SRV.4.1.1 When Parameters Are Available' > Hope it helps. Felix |
From: JP F. <jp...@ad...> - 2003-12-03 01:30:06
|
i've never figured out maximize, but i do know how to get the current resolution of their desktop, and then set the window to that. don't know if that's good enough, but here goes.... function Open(url,name,top,left,width,height) { var width = 'width='+width; var height = 'height='+height; var top = 'top='+top; var left = 'left='+left; var scrollbars = 'scrollbars=yes'; var resizable = 'resizable=yes'; var status = 'status=yes'; return window.open(url,name,width+','+height+','+top+','+left+','+scrollbars+','+resizable+','+status); } function LoadLas() { var width = screen.width-12; var height = screen.height-80; Open('/listweb/app','listweb',0,0,width,height); } > > From: "Kelleher, Michael" <Mic...@Ni...> > Date: 2003/12/02 Tue AM 11:18:54 EST > To: "Echo List (E-mail)" <ech...@li...> > Subject: [Echo-list] Windows > > Has anyone figured out a way to make a "Window" maximize itself? > > +---------------------------------+ > | Michael J. Kelleher | > | Application Technical Specialist| > | Nielsen Media Research | > +---------------------------------+ > > > > |
From: Kelleher, M. <Mic...@Ni...> - 2003-12-02 16:19:10
|
Has anyone figured out a way to make a "Window" maximize itself? +---------------------------------+ | Michael J. Kelleher | | Application Technical Specialist| | Nielsen Media Research | +---------------------------------+ |