Re: WOLIPS FIX? was Re: WOTable class does not exist in Wonder and WOlips?

2012-09-22 Thread Henrique Prange
Hi Greg, On 22/09/2012, at 11:25, G Brown wrote: > Could there be a "preference" that tells wolips to not step on my classpath > and add things to it I don't want and there is no way to get rid of? > > If you have something like ERExperimental and there is another version of > ERExperimental

Re: WOLIPS FIX? was Re: WOTable class does not exist in Wonder and WOlips?

2012-09-22 Thread Amedeo Mantica
Btw. WOTable is really old and bad. I would avoid use it Amedeo Sent from my iPhone On 22/set/2012, at 16:25, G Brown wrote: > Could there be a "preference" that tells wolips to not step on my classpath > and add things to it I don't want and there is no way to get rid

WOLIPS FIX? was Re: WOTable class does not exist in Wonder and WOlips?

2012-09-22 Thread G Brown
Could there be a "preference" that tells wolips to not step on my classpath and add things to it I don't want and there is no way to get rid of? If you have something like ERExperimental and there is another version of ERExperimental that you want, you have to close the ERExperimental project,

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-21 Thread Pascal Robert
; > Regards, > Catalin > > > From: Patrick Robinson > To: Cretu Catalin > Cc: WebObjects Development > Sent: Friday, September 21, 2012 9:53:19 AM > Subject: Re: WOTable class does not exist in Wonder and WOlips? > > I was afraid you were going to ask me

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-21 Thread Cretu Catalin
: WOTable class does not exist in Wonder and WOlips? I was afraid you were going to ask me that, and wasn't sure I had a good answer.  :-) Look at your Build Path (ctrl-click on the project -> Build Path -> Configure Build Path.  Click Add Library, select WebObjects Frameworks, then

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-21 Thread Cretu Catalin
Robert To: Cretu Catalin Cc: Johann Werner ; "Webobjects-dev@lists.apple.com" Sent: Friday, September 21, 2012 7:57:44 AM Subject: Re: WOTable class does not exist in Wonder and WOlips? Did you include JavaWOExtensions in the class path of the new project? > Hi JW, > > I

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-21 Thread Patrick Robinson
velopment > Cc: Cretu Catalin > Sent: Thursday, September 20, 2012 2:10:54 PM > Subject: Re: WOTable class does not exist in Wonder and WOlips? > > Also be aware that there's a WOTable component in both the Apple and the > Wonder versions of the JavaWOExtensions framework, s

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-21 Thread Pascal Robert
should make for importing > EOModel in project? > > Still when create as a WO application is not recognizing WOTable, > JSModalWindow and WOBatchNavigationBar > > There is a way to bundle these components or import directly in the project? > > Catalin > > > &

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-21 Thread Cretu Catalin
recognizing WOTable, JSModalWindow and WOBatchNavigationBar There is a way to bundle these components or import directly in the project? Catalin From: Johann Werner To: Cretu Catalin Cc: "Webobjects-dev@lists.apple.com" Sent: Thursday, September

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-21 Thread Cretu Catalin
Good Morning Patrick, How can this reference be done? Thank you, Catalin From: Patrick Robinson To: WebObjects Development Cc: Cretu Catalin Sent: Thursday, September 20, 2012 2:10:54 PM Subject: Re: WOTable class does not exist in Wonder and WOlips

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-20 Thread Patrick Robinson
Also be aware that there's a WOTable component in both the Apple and the Wonder versions of the JavaWOExtensions framework, so make sure you're referencing the right one in your project. - Patrick On Sep 20, 2012, at 9:32 AM, Johann Werner wrote: > The component is inside the Jav

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-20 Thread Johann Werner
correct/add. Though converting an old app to a Wonder app takes several additional steps. Those are probably written down somewhere in the wiki. Btw does anyone know why we have WOTable in JavaWOExtensions and ERExtensions (where it is missing the HTML template)? Seems really odd. jw Am

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-20 Thread Cretu Catalin
2012 9:07:39 AM Subject: Re: WOTable class does not exist in Wonder and WOlips? Works for me. You do use Wonder? Am 20.09.2012 um 13:43 schrieb Cretu Catalin : > Hello JW, > > I tried again, but when I run the project I got this exception on browser: > >

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-20 Thread Johann Werner
a.lang.ClassNotFoundException: Cannot find class or component named > WOTable in runtime or in a loadable bundle > > Also on console I got this error: > > [2012-9-20 7:23:52 EDT] > WOBundle.lookForClassInAllBundles(WOTable) failed! > [2012-9-20 7:23:52 EDT]

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-20 Thread Cretu Catalin
Hello JW, I tried again, but when I run the project I got this exception on browser: "Application: TMA Error: java.lang.ClassNotFoundException exception Reason: java.lang.ClassNotFoundException: Cannot find class or component named WOTable in runtime or

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-18 Thread Johann Werner
Hi Catalin, don't bother with these warnings. Most of the time this is due to a bug in Eclipse/WOLips who knows. WOTable still exists so you should be fine. jw Am 18.09.2012 um 13:33 schrieb Cretu Catalin : > Hi, > > I developed long time ago a WO application. For a calend

WOTable class does not exist in Wonder and WOlips?

2012-09-18 Thread Cretu Catalin
Hi, I developed long time ago a WO application. For a calendar component I used a WOTable component. Now, I'm trying to migrate the WO app into Wonder/WOLips. One of the errors I get is "In the WOD, The class for 'WOTable' is either missing or does not extend WOElement.

Re: WOTable does not work for me with WO 5.4.2

2009-09-08 Thread Theodore Petrosky
> Message: 10 > Date: Tue, 8 Sep 2009 10:37:04 +0200 > From: Francisc Simon > Subject: WOTable does not work for me with WO 5.4.2 > To: Apple WO-Dev > # WO > > > > > > Untitled > > &

Re: WOTable does not work for me with WO 5.4.2

2009-09-08 Thread Ramsey Lee Gurley
ut in this case i does not see this it works now fine. Frank Am 08.09.2009 um 13:31 schrieb Ramsey Lee Gurley: On Sep 8, 2009, at 4:37 AM, Francisc Simon wrote: HIi @all, i've followed this tutorial: http://wotutorial.furfly.com/downloads.html to create an WOTable but it does not s

Re: WOTable does not work for me with WO 5.4.2

2009-09-08 Thread Francisc Simon
orial: http://wotutorial.furfly.com/downloads.html to create an WOTable but it does not show any results. The results are in the NSArray object but they does not be displayed: # WO Unt

Re: WOTable does not work for me with WO 5.4.2

2009-09-08 Thread Ramsey Lee Gurley
On Sep 8, 2009, at 4:37 AM, Francisc Simon wrote: HIi @all, i've followed this tutorial: http://wotutorial.furfly.com/downloads.html to create an WOTable but it does not show any results. The results are in the NSArray object but they does not be displayed: ###

WOTable does not work for me with WO 5.4.2

2009-09-08 Thread Francisc Simon
HIi @all, i've followed this tutorial: http://wotutorial.furfly.com/ downloads.html to create an WOTable but it does not show any results. The results are in the NSArray object but they does not be displayed: _MyTable # package your.app.compo

Re: CSS and WOTable

2009-07-24 Thread Johann Werner
oh and I forgot: if you are using Wonder have a look at ERXTable. jw Am 24.07.2009 um 21:42 schrieb Jeff Dunnett: Hi Everyone, I am using WOTable to dynamically generate a multi-row three column table. Table1: WOTable { item = aKeyword; list = csKeywords

Re: CSS and WOTable

2009-07-24 Thread Johann Werner
Hi Jeff, how about wrapping your table with a jw Am 24.07.2009 um 21:42 schrieb Jeff Dunnett: Hi Everyone, I am using WOTable to dynamically generate a multi-row three column table. Table1: WOTable { item = aKeyword; list = csKeywords; maxColumns = 3

CSS and WOTable

2009-07-24 Thread Jeff Dunnett
Hi Everyone, I am using WOTable to dynamically generate a multi-row three column table. Table1: WOTable { item = aKeyword; list = csKeywords; maxColumns = 3; border = 0; cellspacing = 0; cellpadding = 0; } I would like to add a css tag that

giving a custom size to a form a WOTable

2009-05-27 Thread Gustavo Adolfo Pizano
Hello, I have a situation. I have a NSArray as following : {label1:value1:label2:value2 :.}, now I have a WOTable with maxColums, so I will have something like: label1 | value1 label2| value2 ... ... how can I change the size of just the first of each ? in other words, the column

Re: WOTable

2008-04-13 Thread Guido Neitzer
On 13.04.2008, at 11:20, Eleni Manou wrote: Trying to use WOTable in a component I take the message 'The class for WOTable is either missing or does not extend WOElement' Can anyone help me on how to overcome this? Are you linking to JavaWOExtensions.framework? cug -- http:/

WOTable

2008-04-13 Thread Eleni Manou
Hi all, Trying to use WOTable in a component I take the message 'The class for WOTable is either missing or does not extend WOElement' Can anyone help me on how to overcome this? Many thanks in advance! Stavros Panidis ___ Do not

Re: WOTable error

2008-03-12 Thread Mike Schrag
Hello still in the tutorial Im having this error, its clear whats going on, what its not clear for me is how to solve it?, I ugess I should import the library where that ocmponent it is, but wasn't supposed it was there already? As a courtesy to our inbox counters, which are going to overflow

Re: WOTable error

2008-03-12 Thread David LeBer
On 12-Mar-08, at 11:07 PM, Gustavo Pizano wrote: Ok I just added, but yes I was following carefully... See? Now you'll know what to look for when it happens next time. Tutorial? Mission accomplished! ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' si

Re: WOTable error

2008-03-12 Thread Gustavo Pizano
quest: com.webobjects.foundation.NSForwardException [java.lang.ClassNotFoundException] Cannot find class or component named WOTable in runtime or in a loadable bundle: Gus ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

Re: WOTable error

2008-03-12 Thread Gustavo Pizano
quest: com.webobjects.foundation.NSForwardException [java.lang.ClassNotFoundException] Cannot find class or component named WOTable in runtime or in a loadable bundle: Gus ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobject

Re: WOTable error

2008-03-12 Thread Chuck Hill
should import the library where that ocmponent it is, but wasn't supposed it was there already? 2008-3-12 21:46:55 COT] : Exception occurred while handling request: com.webobjects.foundation.NSForwardException [java.lang.ClassNotFoundException] Cannot find class or component named WO

WOTable error

2008-03-12 Thread Gustavo Pizano
while handling request: com.webobjects.foundation.NSForwardException [java.lang.ClassNotFoundException] Cannot find class or component named WOTable in runtime or in a loadable bundle: Gus ___ Do not post admin requests to the list. They will be ig

Re: wotable and display order

2008-01-16 Thread Paul Hertz
Ted, ISTR WOTable steps across the columns like a calendar, rather than flowing them like a newsletter. You could split the array, using DIVs as suggested or even a standard HTML table with a WORepetition within each TD or over the TD to keep rows aligned. With DIVs you would need to set

Re: wotable and display order

2008-01-14 Thread Daniele Corti
2008/1/11, Theodore Petrosky <[EMAIL PROTECTED]>: > > I can not find in any documentation information about > WOTable and the sort/display order. (I understand it > is just displaying an Array) > > What I want to do is display an Array in two columns > and flow the da

wotable and display order

2008-01-11 Thread Theodore Petrosky
I can not find in any documentation information about WOTable and the sort/display order. (I understand it is just displaying an Array) What I want to do is display an Array in two columns and flow the data first in the left column, then when a max rows is hit, flow to the second column and so on

Re: WOTable

2007-03-27 Thread Ray Kiddy
On Mar 27, 2007, at 7:34 AM, WIESEN Bruno wrote: Hi all, I use WOTable in order to generate excel files but it seems impossible to put headers for WOTable??!! Is there a way to put headers?? Thank you. Bruno. There is no way to do this dynamically, via a binding. I am not sure if one of

WOTable

2007-03-27 Thread WIESEN Bruno
Hi all, I use WOTable in order to generate excel files but it seems impossible to put headers for WOTable??!! Is there a way to put headers?? Thank you. Bruno. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing