Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

eiffel_software · Eiffel Software User list

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1380
  • Category: Development
  • Founded: Oct 30, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 626 - 657 of 20499   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
626 Emmanuel STAPF [ES]
manus_eiffel Send Email
Jul 30, 2002
3:24 pm
... 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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email 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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email
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 Send Email
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@... Send Email
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@... Send Email
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 Send Email
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@... Send Email
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 Send Email
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 Send Email 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 Send Email 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@... Send Email
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 Send Email 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@... Send Email
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 Send Email 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@... Send Email
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 Send Email 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 Send Email 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@... Send Email
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 ...
Messages 626 - 657 of 20499   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help