[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-11-06 Thread julian
Follow-up Comment #10, bug #34492 (project gnustep): thanks it seems to be fixed for my real app too. ___ Reply to this item at: ___ Nachricht geschickt

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-11-06 Thread Fred Kiefer
Follow-up Comment #9, bug #34492 (project gnustep): I just added another fix, that is the code now uses the action _popUpItemAction: as the default action for the menu item. Could you please test whether this resolves your problem. If not, we will have to reopen this case and a new test applicat

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-11-05 Thread julian
Follow-up Comment #8, bug #34492 (project gnustep): sorry, although the test-app works fine now, the problem still exists in my full app. the reason is that your fix only works if the menu items are added to the nspopupbutton in interface builder. i am adding all my menu items with addItemWithTi

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-11-01 Thread Fred Kiefer
Update of bug #34492 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-10-31 Thread julian
Follow-up Comment #7, bug #34492 (project gnustep): thanks! the test-sample works fine now. i'll be removing all the workaround code (quite a lot for this bug) from my real app and re-test it too during this week - if there are any remaining issues i will file new bugs.

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-10-31 Thread Fred Kiefer
Update of bug #34492 (project gnustep): Status: Confirmed => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #6: Instead of re-think

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-10-09 Thread julian
Follow-up Comment #5, bug #34492 (project gnustep): thanks for looking into it! it seems the issue is quite fundamental and i guess there is no easy workaround. i assume any fix to this will also fix #34471 which is also related to bindings and cells (but of minor importance). _

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-10-09 Thread Fred Kiefer
Update of bug #34492 (project gnustep): Status:None => Confirmed Assigned to:None => FredKiefer ___ Follow-up Comment #4: Looks like the prob

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-10-07 Thread julian
Follow-up Comment #3, bug #34492 (project gnustep): i can't find the problem in NSPopUpButton.m perhaps the fault is in the user defaults controller? ___ Reply to this item at:

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-10-06 Thread julian
Follow-up Comment #2, bug #34492 (project gnustep): minimal sample attached select the last item from the popupbutton on mac os x it NSLog()s : popup item selected 2 on gnustep: popup item selected 0 (file #24114) ___ Additional Item

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-10-06 Thread Fred Kiefer
Follow-up Comment #1, bug #34492 (project gnustep): Yes, a minimal example would be quite helpful as I am almost sure I implemented this binding. ___ Reply to this item at: _

[bug #34492] [Bindings] selectedIndex binding of NSPopUpButton broken

2011-10-06 Thread julian
URL: Summary: [Bindings] selectedIndex binding of NSPopUpButton broken Project: GNUstep Submitted by: julian_ Submitted on: Do 06 Okt 2011 11:17:21 GMT Category: Gui/AppKit