• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOPopupButton Confusion... SOLVED
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOPopupButton Confusion... SOLVED


  • Subject: Re: WOPopupButton Confusion... SOLVED
  • From: James Cicenia <email@hidden>
  • Date: Sat, 28 Feb 2004 15:59:53 -0600

I guess I just needed to rebuild my project for some reason...
now if I can figure out why it calls dataSetQ1 multiple times
when it creates the chart ???!


On Feb 28, 2004, at 1:50 PM, Chuck Hill wrote:

At 01:34 PM 28/02/2004 -0600, James Cicenia wrote:

Now my list is perfect, but I can't seem to get it to "take" the
selection. There
are so many bindings here that I am confused and don't know if it is my
bindings
or my code. Also, I have an onChange binding with a javascript.submit()
which works.


Here is what I have:

CustomerArray --> list
Customer --> item
Customer.custName --> displayString
Properly styled these names should start with lower case. Upper case is
for class names.



(The above seem to work)
now what do I do for the other bindings namely,
Selection  and selected?

Are they set methods? Instance variables? both?

As you wish (it is just KVC). Selection is what is focused on display and
set on from submission.



No matter what I seem to do it doesn't remember the selection.

Is it in a form?


Chuck



-James Cicenia

On Feb 28, 2004, at 9:55 AM, David Griffith wrote:

James,

You need to bind the array to the 'list', an instance of the item in
the
array to 'item' which you have probably done, and then the attribute
from
the item that you want to display should be linked to the
'displayString'
binding of the WOPopUp.

I.e.

CustomerArray -> list
Customer -> item
Customer.custName() -> displayString

That should sort it...

Dave.

James: I would guess that you have bound your array to both the list
and item attribute. Make sure you have a single instance variable of
the type of object in the array -and- bind it to the item attribute.

-George

On Feb 28, 2004, at 10:13 AM, James Cicenia wrote:

Hello -

I think I am brain dead this morning but,
When I populate my WOPopupButton with an NSArray, which
is an array of my objects, I am seemingly getting a 2-dimensional
array view...

My popup has the right number of items in it, HOWEVER, each item
is an array of my values!!!

So instead of getting:

Item1
Item2
Item3

I am getting

Item1, Item2, Item3
Item1, Item2, Item3
Item1, Item2, Item3

Any help would be appreciated this morning as I am seemingly lost
on this simple matter.

-James Cicenia
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.




_______________________________________________ WebObjects-dev mailing list email@hidden http://www.omnigroup.com/mailman/listinfo/webobjects-dev


--

Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: WOPopupButton Confusion... SOLVED
      • From: Chuck Hill <email@hidden>
References: 
 >Re: WOPopupButton Confusion... (From: David Griffith <email@hidden>)
 >Re: WOPopupButton Confusion... (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: Why WebObjects is no success
  • Next by Date: Re: WOPopupButton Confusion...
  • Previous by thread: Re: WOPopupButton Confusion...
  • Next by thread: Re: WOPopupButton Confusion... SOLVED
  • Index(es):
    • Date
    • Thread