... In EiffelStudio 5.1, the manipulation to performed is a little bit awkward and I'm glad to say that in the forthcoming 5.2 version or in ENViSioN! it is...
627
Colin Bright
colindbright
Aug 3, 2002 6:21 pm
Gary and Manu, thanks very much for the info on expanded types. I am longing to get more detailed info on how Eiffel 5.2 will work with Microsoft dotnet. ...
628
yafokou
Aug 6, 2002 10:09 am
Hi, How can one select an item in an EV_LIST or EV_MULTI_COLUMN_LIST from the code? I would like to display a list and trigger the selection of the first item...
629
Gary Smithrud
smithrud
Aug 6, 2002 1:19 pm
Unfortunately, I'm not near my machine (nor Eiffel, for that matter), but I think that you can select the list item use the LIST's features and then do a show ...
630
Julian Rogers
juliandrogers
Aug 6, 2002 4:38 pm
Hi Guy, The code snippet included in this message should be of help. Best wishes, Julian a_list_test is -- local list_item: EV_LIST_ITEM counter: INTEGER do ...
631
Gary Smithrud
smithrud
Aug 6, 2002 5:41 pm
That was it! I couldn't remember... Gary. ... [stuff deleted] __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better,...
632
yafokou
Aug 6, 2002 8:42 pm
Thanks Julian. I have tried it and it works. ... counter.out) ... item, ... EV_MULTI_COLUMN_LIST ... Service....
633
angela_yangs
Aug 6, 2002 9:13 pm
Hi: I would use combo box to contain the item list. Sample code like: type_combo_box: EV_COMBO_BOX create type_combo_box type_combo_box.extend(create...
634
Julian Rogers
juliandrogers
Aug 6, 2002 9:19 pm
... Could you please clarify what you mean, possibly with a small example? Thanks, Julian [Non-text portions of this message have been removed]...
635
Peter Horan
peter7723
Aug 8, 2002 5:30 am
... Is there any alphabetical ordering going on in the Windows resource script? -- Peter Horan School of Computing and Mathematics ...
636
eiffelzone
Aug 14, 2002 4:30 pm
Hello, I have recently been using the COM wizard to access DirectX on the windows platform and so far so good, but on some systems where the component I wish...
637
David Goggin
dt420002000
Aug 15, 2002 6:52 pm
Greetings, I recently finished a contract project and I'd like to announce my availablility to work on any Eiffel-related projects that members of the group...
638
Raphaël Simon
raphaels_eiffel
Aug 15, 2002 7:21 pm
Hello Hubert, Here are two suggestions from the top of my head: 1. If the component is not registered then EiffelCOM will throw the exception "class not...
639
Hubert Cater
eiffelzone
Aug 16, 2002 3:25 pm
Perfect! I knew I was missing something obvious here, thanks. Hubert ... -- Fury Software http://www.furysoftware.com Battlefront.com ...
640
Hubert Cater
eiffelzone
Aug 17, 2002 6:03 am
Hello, OK I'm a bit of a novice in this department, but I have definitly got a memory leak in my program, the Eiffel game. This has just recently happened and...
641
Ian Joyner
i.joyner@...
Aug 19, 2002 6:11 am
Kristen Nygaard one of the pioneers of Simula died recently. Full press release: http://www.simula.no/news_one.php?news_id=39 Ian...
642
CRISMER Paul-Georges
paul-georges.crismer@...
Aug 21, 2002 7:30 am
Hello, Does someone know how it is possible to implement Drag and Drop using Wel ? I just want to allow some edit control in my Eiffel application to get text ...
643
Emmanuel STAPF [ES]
manus_eiffel
Aug 22, 2002 4:40 pm
Hi Paul, ... In Vision2, you can choose between pick and drop or drag and drop. But this affects your application only. To accept drag and drop of files, looks...
644
CRISMER Paul-Georges
paul-georges.crismer@...
Aug 23, 2002 7:00 am
Hi, Thank you for your answer. Indeed, it seems that we must use OLE for drag-and-drop. Three OLE interfaces (at least) must be used : IDropTarget,...
645
Greg C
gmc444
Aug 25, 2002 12:55 am
I'd like to report that the second meeting of the Colorado Eiffel Users Group was very successful. Rex Fowler and his software company kindly hosted the event,...
646
eiffelzone
Aug 27, 2002 6:36 pm
Hello, I had been out of town most of last week but was able to track it down today. Used class MEMORY to track the total memory usage by Eiffel and C and no...
648
geiroves
Aug 30, 2002 12:29 pm
Hello, Anybody knows wich C ompiler to use for .NET? Visual C++ 6.0 is not available in Norwegian stores anymore..... GCC is archanic: I don't even understand...
649
CRISMER Paul-Georges
paul-georges.crismer@...
Aug 30, 2002 12:50 pm
Hello Geir, In order to use Eiffel for .NET you must NOT use Free Borland C++ compiler. You must use Microsoft's one. MS C++ 6.0 won't work. You need the CL...
650
geiroves
Aug 30, 2002 12:55 pm
Thanks, But how excactly do I do this configuration? Please! Where is the DOCS (again!) for all these settings? The help file only talks about the MS and...
651
CRISMER Paul-Georges
paul-georges.crismer@...
Aug 30, 2002 1:04 pm
1. Install .NET Framework SDK 2. Figure out in what directory sits cl.exe, in order to add it in the path (if it is not already set by step 1.) 3. Install ISE...
652
geiroves
Aug 30, 2002 1:12 pm
Thanks a lot: But I have already done this: I installed the SDK, CL is available (it responds if I type CL on the command line at c:\). However, The .NET and...
653
CRISMER Paul-Georges
paul-georges.crismer@...
Aug 30, 2002 1:15 pm
Did you try opening an existing ACE using .NET? (in the examples directory). Did the .NET SDK exist before the installation of Eiffel ? (if not, uninstall...
654
geiroves
Aug 30, 2002 1:22 pm
I am runnig Win 2000 pro with SP2. SDK existed before I installed Eiffel. I am now trying to update my Eiffel install. If this does not work, I will uninstall...
656
geiroves
Aug 31, 2002 6:16 pm
Hello, I wonder about the meaning og the all, library and override modifiers in the ACE file. (A question of docs again :-) ). There are also a lot of Lace...
657
Arnaud PICHERY
pichery@...
Aug 31, 2002 9:53 pm
... It only includes the mentioned directory ... It includes the mentioned directory and of its subdirectories. ... Same as "all" but also marks the classes ...