Re: Building a navigational component

2007-09-03 Thread Guido Neitzer
On 03.09.2007, at 10:35, Guido Neitzer wrote: // for iterating over the list public MenuEntry currentEntry; Yeah, don't edit too much, Guido ... entry == currentEntry. cug ___ Do not post admin requests to the list. They will be ignored. Webobjects-

Re: Building a navigational component

2007-09-03 Thread Guido Neitzer
On 03.09.2007, at 09:52, Sigurður E. Vilhelmsson wrote: Yes, that would probably be the way to go, but how do I wrap the repetition around the different menu divs? Get the stuff into an array: // define an ivar just for the list (make it private, but that's too long here) public NSArray li

Re: Building a navigational component

2007-09-03 Thread Sigurður E. Vilhelmsson
Hi Atze, Yes, that would probably be the way to go, but how do I wrap the repetition around the different menu divs? Best regards, Sigurdur 2007/9/3, Alexander Spohr <[EMAIL PROTECTED]>: > Hi Sigurður, > > I am not sure if I just misunderstood your problem or if the simple > solution would be a

Re: Building a navigational component

2007-09-03 Thread Alexander Spohr
Hi Sigurður, I am not sure if I just misunderstood your problem or if the simple solution would be a WORepetition running over the menu-array from the database? Regards, atze Am 03.09.2007 um 16:43 schrieb Sigurður E. Vilhelmsson: Hi all, I'm playing around with a navigational