Re: D2W menu choices

2012-09-18 Thread David LeBer
Specifically, in ERModernLook it is in the MenuHeader component generated for your app (one of the few components your app actually has). D -- David LeBer Codeferous Software On 2012-09-18, at 8:34 PM, David Holt wrote: > not in the rules. It's in the templates. > > d > > On 2012-09-18, at

Re: D2W menu choices

2012-09-18 Thread David Holt
not in the rules. It's in the templates. d On 2012-09-18, at 5:04 PM, Theodore Petrosky wrote: > So I am looking at every rule I can find. Where is ERXNavigationMenu defined? > I assumed if I found that, I could create a new rule to override that to > ERXModernNavigationMenu. > > Ted > > --

Re: Really weird Ajax update problem

2012-09-18 Thread Alexis Tual
Yes that works, funny though that when for once you want to use a real table that makes sense, you have to simulate it with divs... Alexi 2012/9/19 Amedeo Mantica > Use div as display:table > ul as display:table-row > li as display:table-cell > > Sent from my iPhone > > On 18/set/2012, at 23:51

Re: D2W menu choices

2012-09-18 Thread Theodore Petrosky
So I am looking at every rule I can find. Where is ERXNavigationMenu defined? I assumed if I found that, I could create a new rule to override that to ERXModernNavigationMenu. Ted --- On Tue, 9/18/12, David LeBer wrote: > From: David LeBer > Subject: Re: D2W menu choices > To: "Theodore Petr

Re: Really weird Ajax update problem

2012-09-18 Thread Amedeo Mantica
Use div as display:table ul as display:table-row li as display:table-cell Sent from my iPhone On 18/set/2012, at 23:51, Chuck Hill wrote: > Yes, that works and is Ajax updatable. But using the tag and friends > does not work so well. > > Chuck > > > On 2012-09-18, at 2:43 PM, Amedeo Manti

Re: Really weird Ajax update problem

2012-09-18 Thread Chuck Hill
Yes, that works and is Ajax updatable. But using the tag and friends does not work so well. Chuck On 2012-09-18, at 2:43 PM, Amedeo Mantica wrote: > Actually is possible to create a table entirely using div, ul, li > CSS display properties: table, table-row, table-cell > Fully compatible wit

RE: Issue with UNIXClassPath and JavaWOExtensions framework

2012-09-18 Thread Strumyla, Marius
I finally found some time to look into this issue. It looks like WO5.4.3 has a wrong entry in Info.plist in JavaWOExtensions.framework. This patch fixes it for me: --- Library/Frameworks/JavaWOExtensions.framework/Resources/Info.plist 2012-09-18 17:34:44 -0400 +++ Library/Frameworks/JavaWO

Re: Really weird Ajax update problem

2012-09-18 Thread Amedeo Mantica
Actually is possible to create a table entirely using div, ul, li CSS display properties: table, table-row, table-cell Fully compatible with Ajax Sent from my iPhone On 18/set/2012, at 22:25, Chuck Hill wrote: > Yes, I don't think that updating table structure works very well. You need > to

Re: D2W menu choices

2012-09-18 Thread David LeBer
Try swapping out the ERXNavigationMenu with a ERXModernNavigationMenu it should give you nested ULs for your menu. -- David LeBer Codeferous Software On 2012-09-18, at 4:21 PM, Theodore Petrosky wrote: > David, > > go to this URL: > > http://198.101.209.238/cgi-bin/WebObjects/briefs.woa > i

Re: Really weird Ajax update problem

2012-09-18 Thread Chuck Hill
Yes, I don't think that updating table structure works very well. You need to use div's for layout if you want that. Updating the contents of a cell works. Chuck On 2012-09-18, at 1:19 PM, Henrique Prange wrote: > Hi Pascal, > > I had all sort of problems trying to update just a single row

Re: D2W menu choices

2012-09-18 Thread Theodore Petrosky
David, go to this URL: http://198.101.209.238/cgi-bin/WebObjects/briefs.woa i set it up to auto populate the login credentials. click on any level1 menu item on the left. (Agenda) notice the level2 menu items are displayed at the end of the list of level1 items. The person doing the css has a

Re: Really weird Ajax update problem

2012-09-18 Thread Henrique Prange
Hi Pascal, I had all sort of problems trying to update just a single row of a table. I've only been able to update the contents of a cell (using an AjaxUpdateContainer inside of a ) or the entire table successfully. Cheers, Henrique On 18/09/2012, at 15:27, Pascal Robert wrote: > Hi guys, >

Re: Really weird Ajax update problem

2012-09-18 Thread Jean-François Veillette
Possible cause would be binding synchronisation. Try to disable automatic sync binding on TestsPascal, or trace and debug those sync calls to see if they are causing this. -- jfv Le 2012-09-18 à 14:27, Pascal Robert a écrit : > Hi guys, > > I have a table with a chunk of AjaxUpdateContainer an

Re: Really weird Ajax update problem

2012-09-18 Thread Amedeo Mantica
Sent from my iPhone On 18/set/2012, at 20:27, Pascal Robert wrote: > Hi guys, > > I have a table with a chunk of AjaxUpdateContainer and AjaxObserveField in > it. Each row have its own AjaxUpdateContainer, so when a observe field > action is triggered, I'm calling a sub-component to fill o

Really weird Ajax update problem

2012-09-18 Thread Pascal Robert
Hi guys, I have a table with a chunk of AjaxUpdateContainer and AjaxObserveField in it. Each row have its own AjaxUpdateContainer, so when a observe field action is triggered, I'm calling a sub-component to fill one of the columns. Problem is: if the table have 10 rows, the sub-component is c

Re: D2W menu choices

2012-09-18 Thread David LeBer
Maybe I'm just being dense, but I'm not getting what your asking here? The children are defined in the nav.plist, everything looks good. D -- David LeBer Codeferous Software On 2012-09-18, at 12:55 PM, Theodore Petrosky wrote: > I am in the process of restyling my D2W app. basically, my css c

D2W menu choices

2012-09-18 Thread Theodore Petrosky
I am in the process of restyling my D2W app. basically, my css coder has added new css that changes about everything. a couple of things I want to address. in my NavigationMenu.plist, I have: { name = "CallReport"; displayName = "Call Report";

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 calendar component I used

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." Can somebody help? Re

Re: Correct spelling of Wonder and WOlips? How do we want to call things?

2012-09-18 Thread Pascal Robert
Le 2012-09-18 à 06:37, Markus Ruggiero a écrit : > What is the agreed correct spelling of the following: > > - Wonder / WOnder ? Project Wonder is the "official" name > - WOlips / WOLips ? WOLips > > As the first chapters of my book near completion I want to make sure that > everything is

Correct spelling of Wonder and WOlips? How do we want to call things?

2012-09-18 Thread Markus Ruggiero
What is the agreed correct spelling of the following: - Wonder / WOnder ? - WOlips / WOLips ? As the first chapters of my book near completion I want to make sure that everything is spelled properly. Additionally as far as I remember we try not to talk about WebObjects any more but use the ter