Re: D2W display rules for relationships

2011-04-28 Thread David Holt
Just found it. I think it was for a custom flyover effect in a list in a popup create page. So it might be a similar issue for you. I'd check into what JS that button is expecting and why the script isn't working. Compare it to a situation where it does work. In my case, the JS wasn't loaded at

Re: D2W display rules for relationships

2011-04-28 Thread David Holt
Can you shed any light on why the javascript isn't firing? Is it loaded in the page? I remember having to add JS to my pagewrapper to compensate using a component unconventionally, but I don't remember the exact reason. On 2011-04-27, at 1:18 PM, Joe Little wrote: > Thanks. One thing I noticed

Fwd: D2W display rules for relationships

2011-04-28 Thread Joe Little
Just seeing if this can be answered Begin forwarded message: > From: Joe Little > Date: April 27, 2011 1:18:36 PM PDT > To: Ramsey Gurley > Cc: WebObjects-Dev Mailing List List > Subject: Re: D2W display rules for relationships > > Thanks. One thing I noticed is that from Inspect pages, if

resRouteURLForActionNamed?

2011-04-28 Thread Pascal Robert
Yes, I know that method doesn't exist, but I'm looking for something that would generate the URL (without the host) for the routes. The reason? I want to add them to a HTML5 cache manifest so if I could dynamically generate the list of URLs, that would be cool! I didn't see anything obvious for

Re: Searchable Combo

2011-04-28 Thread Miguel Angel Torres Avila
On Apr 28, 2011, at 5:47 PM, Chuck Hill wrote: > > On Apr 28, 2011, at 3:10 PM, Miguel Angel Torres Avila wrote: > >> Right, maybe that was a silly question. > > I was wondering why you were asking that. :-P > > >> I tried using a String before and it didn't work. >> >> >> This the scenar

Re: Searchable Combo

2011-04-28 Thread Chuck Hill
On Apr 28, 2011, at 3:10 PM, Miguel Angel Torres Avila wrote: > Right, maybe that was a silly question. I was wondering why you were asking that. :-P > I tried using a String before and it didn't work. > > > This the scenario: > > HTML file of the component where I inserted the DhtmlxCombo

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread John Huss
> > Five dollars and you get the whole uncensored story about my ongoing > adventures in J2EE land. Dirty stuff. > > I also do jsp on webcam. But that'll cost ya… > > I am undecided as to which is more off-putting. > LOL ___ Do not post admin requests t

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Chuck Hill
On Apr 28, 2011, at 3:41 PM, Hugi Thordarson wrote: >>> *sigh* Oh, the dangers of exposing one's applications to colleagues :-). >>> >>> but yes, I *do* need to handle that dead session… >> >> I thought he was referring to the "re-enter Hugi" part. Not touching that... > > Five dollars and yo

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Hugi Thordarson
>> *sigh* Oh, the dangers of exposing one's applications to colleagues :-). >> >> but yes, I *do* need to handle that dead session… > > I thought he was referring to the "re-enter Hugi" part. Not touching that... Five dollars and you get the whole uncensored story about my ongoing adventures i

Re: Searchable Combo

2011-04-28 Thread Miguel Angel Torres Avila
Right, maybe that was a silly question. I tried using a String before and it didn't work. This the scenario: HTML file of the component where I inserted the DhtmlxCombo Component. With bindings comboProducts : DhtmlxCombo { list = productsList; item = productIterator; selection = prod

Re: Searchable Combo

2011-04-28 Thread Chuck Hill
displayString is a String On Apr 28, 2011, at 2:57 PM, Miguel Angel Torres Avila wrote: > Hi List, > > I am trying to implement DHTMLXCombo > http://www.dhtmlx.com/docs/products/dhtmlxCombo/index.shtml > > I am creating a subcomponent that wraps a WOPopUpButton and inserts all the > JS Code

Searchable Combo

2011-04-28 Thread Miguel Angel Torres Avila
Hi List, I am trying to implement DHTMLXCombo http://www.dhtmlx.com/docs/products/dhtmlxCombo/index.shtml I am creating a subcomponent that wraps a WOPopUpButton and inserts all the JS Code to convert it into DHTMLXCombo, the approach is to create a component with similar bindings as WOPopUpBu

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Pascal Robert
Le 2011-04-28 à 16:13, Chuck Hill a écrit : > > On Apr 28, 2011, at 12:49 PM, Hugi Thordarson wrote: > >> *sigh* Oh, the dangers of exposing one's applications to colleagues :-). >> >> but yes, I *do* need to handle that dead session… > > I thought he was referring to the "re-enter Hugi" part. N

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Chuck Hill
On Apr 28, 2011, at 12:49 PM, Hugi Thordarson wrote: > *sigh* Oh, the dangers of exposing one's applications to colleagues :-). > > but yes, I *do* need to handle that dead session… I thought he was referring to the "re-enter Hugi" part. Not touching that... Chuck > On 28.4.2011, at 19:31,

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Hugi Thordarson
*sigh* Oh, the dangers of exposing one's applications to colleagues :-). but yes, I *do* need to handle that dead session… - hugi On 28.4.2011, at 19:31, Pascal Robert wrote: > You sure need to change your exception page: > > > > :-) > >> Something like this? >> >> - hugi >> >> PS: Pardo

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Anjo Krank
In the meantime, you can click on the Reenter-link, then go to: http://hugi.karlmenn.is/erprototypes >> Cheers, Anjo Am 28.04.2011 um 21:31 schrieb Pascal Robert: > You sure need to change your exception page: > > > > :-) > >> Something like this? >> >> - hugi >> >> PS: Pardon the

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Pascal Robert
You sure need to change your exception page: <> :-) > Something like this? > > - hugi > > PS: Pardon the wo/wonder cross post, I've been having problems posting to > wonder-disc and thought the original message wasn't delivered. > PPS: Pardon the potential errors in the app. Programming with

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Anjo Krank
PS: my other beef with erprototypes is that it's inherently unmaintainable. You can't easily add your own stuff (eg, I need currency and a bunch of others and I have multiple models, so the EOJBDCMyModelPrototypes trick doesn't work) or you end up with lots of empty defs for all the other DBs (a

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Anjo Krank
Yeah, that's better. Probably also group rows by value, select the most-used one and mark every cell that doesn't match it (eg: BigDecimal everywhere except where it's Number). But right now you can see where it's busted (which is a lot of places). Thanks, Anjo Am 28.04.2011 um 21:02 schrieb

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Hugi Thordarson
Something like this? - hugi PS: Pardon the wo/wonder cross post, I've been having problems posting to wonder-disc and thought the original message wasn't delivered. PPS: Pardon the potential errors in the app. Programming with one hand whilst cooking with the other. On 28.4.2011, at 18:24, A

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Anjo Krank
Almost :) For one thing, the names should be "FrontBase" or "JDBCFrontbase" not EOJDBCFrontbasePrototypes, also is could "somehow" color diffs. And it should be built into WOLips. But it sure is step in the right direction :) Cheers, Anjo Am 28.04.2011 um 20:04 schrieb Hugi Thordarson: > S

Re: [Wonder-disc] ERPrototypes Date Postgres

2011-04-28 Thread Hugi Thordarson
Since you ask so nicely… http://hugi.karlmenn.is/erprototypes It's not an editor, but at least it allows for some quick comparison. I'll gladly spend the extra 30 minutes required to make it an editor if anyone wants it. - hugi On 28.4.2011, at 16:03, Anjo Krank wrote: > They have really gr

Reminder: the 2011 Community Surveys

2011-04-28 Thread Pascal Robert
Good morning everyone, Just a little reminder about the surveys! It would be great that we get the same amount of answers as last year. This is especially true for people in the US, last year we had 37 organizations who answered the organization surveys, and this year we only have 16 from the U

Re: AjaxUpdateContainer ?

2011-04-28 Thread Pascal Robert
10. Using Dojo's DataGrid (which can do automatic paging and inline editing) with ERRest to feed and update the data. > 9. Use Excel as the backing store? > > http://code.karlmenn.is/Apps/WebObjects/Hugi.woa/wa/dp?detail=1000764&id=122 > > On 2011-04-26, at 3:27 PM, David Holt wrote: > >>

Re: AjaxUpdateContainer ?

2011-04-28 Thread Amiel Montecillo
My 2 cents would be "endless page" + pure DOM to set the colors. Amiel On Thu, Apr 28, 2011 at 7:12 PM, Amedeo Mantica wrote: > And if you can push your client to use Safari or Chrome, you can build a > table without using , but do everything in css > > you could use and > > see css "display"

Re: AjaxUpdateContainer ?

2011-04-28 Thread Amedeo Mantica
And if you can push your client to use Safari or Chrome, you can build a table without using , but do everything in css you could use and see css "display" propertiy http://www.w3schools.com/css/pr_class_display.asp Amedeo On 27/apr/2011, at 00.14, Chuck Hill wrote: > I see that you have a