That's correct. Unused attributes are always generated because it would break mechanisms like storable. Regards, Manu...
9526
Anders Persson
andersoxie
Oct 3, 2006 5:40 am
Hej I have two problems with implementing drag & drop. Maybe the second is a consequence of the first problem. First problem is that I can not seperate a click...
9527
Emmanuel Stapf [ES]
manus_eiffel
Oct 3, 2006 6:11 pm
This is a bug we fixed in 5.7. Simply add a protection to the call to `original_top_level_window_imp.move_to_foreground39; so that it is not be done if ...
9528
andersoxie
Oct 3, 2006 7:35 pm
Hej OK, it corrected the problem with the exception but the first problem is still there. Is it not possible to have both "select" and D&D activated with the...
9529
Thomas Beale
twbeale
Oct 4, 2006 3:03 pm
I have spent quite a while messing around trying to achieve something I thought would be simple. My application starts up, and it knows from the last session...
9530
Emmanuel Stapf [ES]
manus_eiffel
Oct 5, 2006 5:39 am
... This is not possible at the moment because the `select_actions39; are triggered on the press and not on the release. Maybe you can look at EV_GRID which has...
9531
Emmanuel Stapf [ES]
manus_eiffel
Oct 5, 2006 5:47 am
Unless I'm missing something, you simply need to call `enable_select39; on the EV_LIST_ITEM you want to select, and `selected_item39; on the EV_COMBO_BOX to ...
9532
Thomas Beale
twbeale
Oct 5, 2006 11:34 am
... Thanks Manu, that fixes it. What I find counter-intuitive is: * why I need to go to a piece of something (an EV_LIST_ITEM inside an EV_COMBO_BOX) to get it...
9533
Peter Horan
peter7723
Oct 6, 2006 1:18 am
... That contributed to my not responding. -- Peter Horan School of Engineering and Information Technology peter@... Deakin...
9534
Wolfgang Keller
wolfgang.keller.nospa...
Oct 6, 2006 10:51 pm
Hello, ... Will this "port" be in fact a wrapper around Cocoa or will it work more like Qt? TIA, Sincerely, Wolfgang Keller -- My email-address is correct. Do...
9535
Peter Gummer
peter_gummer
Oct 7, 2006 12:13 am
... I believe the plan is to base it on this: http://eiffelsoftware.origo.ethz.ch/index.php/Cocoa_for_EiffelVision2 - Peter Gummer...
9536
andersoxie
Oct 8, 2006 10:10 am
Hej I use a LIST but would like to have a modified do_if feature, e.g. do_if_xxx. I can of course update the LIST class with my implementation but I do not...
9537
Peter Gummer
peter_gummer
Oct 9, 2006 9:35 am
... Can you create a MY_LIST? Do you have control over the creation of the list? - Peter Gummer...
9538
John Duh
John_Duh
Oct 9, 2006 11:15 am
How about this: create a class MY_LINKED_LIST that inherits from LINKED_LIST and MY_LIST in a diamond-inheritance-way inheriting from LIST? Or maybe you can...
9539
Gordon Jones
gordon_eiflex
Oct 9, 2006 3:01 pm
Anders, ... The situation gets worse if you use another library that in turn uses a different data structures library. I can tell you how we handle this issue...
9540
Colin Adams
colinpauladams@...
Oct 9, 2006 3:20 pm
... It's already there - override clusters _________________________________________________________________ Download the new Windows Live Toolbar, including...
9541
Emmanuel Stapf [ES]
manus_eiffel
Oct 9, 2006 4:05 pm
... For this, the best thing to do is to use the `override' mechanism. Simply select a cluster to be the override cluster, then all classes in that cluster...
9542
Gordon Jones
gordon_eiflex
Oct 9, 2006 4:18 pm
... Well I never! OK now you are going to tell me its been there for years, and I havent noticed it. Gordon Jones...
9543
Gordon Jones
gordon_eiflex
Oct 9, 2006 4:26 pm
Manu, ... Simply select ... Is the word THE significant here? We override bits of gobo, bits of net, bits of base, bits of wel, and we like to keep our...
9544
Emmanuel Stapf [ES]
manus_eiffel
Oct 9, 2006 4:44 pm
... Yes, you can. Check out the 5.6 documentation for more details: http://docs.eiffel.com/eiffelstudio/tools/eiffelstudio/reference/25_project_sett ...
9545
Thomas Beale
twbeale
Oct 9, 2006 5:21 pm
We do the same thing - we have a vendor_fixes directory with "fixed" INTERNAL for dotnet, and also fixed time/format/DATE_TIME_TOOLS to get rid of the useless...
9546
Peter Gummer
peter_gummer
Oct 9, 2006 10:08 pm
If I buy an Intel Mac, will 5.6 run on it? If I build an application on an old PowerPC Mac with EiffelStudio 5.6, will it run on someone else's new Intel Mac? ...
9547
Emmanuel Stapf [ES]
manus_eiffel
Oct 9, 2006 10:51 pm
... Because Vision2 consider this to be a property of the item. I agree there is a fine line between what each party should be allowed to do. ... Makes sense....
9548
Peter Gummer
peter_gummer
Oct 9, 2006 10:54 pm
Another annoyance of EiffelStudio 5.6 on Mac OS X is that if something goes wrong while it's starting up, the error messages are thrown away. I've fixed this...
9549
Emmanuel Stapf [ES]
manus_eiffel
Oct 9, 2006 11:26 pm
... Since it is compiled for PowerPC, it should work through the Rosetta layer which emulates the PowerPC on Intel Macs. However applications cannot be ...
9550
Colin Adams
colinpauladams@...
Oct 10, 2006 3:13 am
It's been there for years, and you never noticed. :-) ... _________________________________________________________________ Be the first to hear what's new at...
9551
Eric Bezault
gobosoft
Oct 10, 2006 8:10 am
... Note that 'select39; is a keyword. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
9552
Berend de Boer
berenddeboer
Oct 10, 2006 8:35 am
... Hash: SHA1 ... Peter> I've found this technique useful for deploying an Peter> EiffelVision application that I've built on the Mac. Same thing happens on...
9553
Emmanuel Stapf [ES]
manus_eiffel
Oct 10, 2006 2:56 pm
... Indeed, that might be the reason why the enable/disable pattern was chosen. Suggestions for a better name? Manu...
9554
Peter Horan
peter7723
Oct 10, 2006 3:11 pm
... mark, mark_selected? These may not gel with other enable-disable pairs though. -- Peter Horan School of Engineering and Information...