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: 1379
  • Category: Development
  • Founded: Oct 30, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 9305 - 9334 of 20470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
9305 Peter Gummer
peter_gummer Send Email
Aug 1, 2006
10:54 am
... But when you tell Subversion to move a file, doesn't it just delete it and then add it under a different name, losing its history? That's what TortoiseSVN...
9306 Jocelyn
djoce_net Send Email
Aug 1, 2006
11:12 am
... In fact, when svn moves a file Inside the same commit, it will do - deletes the previous file - add the new file BUT it precises a Copy-from data...
9307 grantrettke Send Email Aug 2, 2006
2:00 pm
... Through Tortoise choose "Revision Graph" on a file that you have moved or renamed, you get a nice graph tracking the change....
9308 scheiblej Send Email Aug 2, 2006
3:22 pm
I have an object that contains an array of other objects. I want to loop through that array, and find those objects that are a particular class. For instance,...
9309 Jim Cochrane
xxjtczz Send Email
Aug 2, 2006
8:21 pm
On Wed, 02 Aug 2006 15:21:27 -0000 ... How about 'conforms_to' - e.g.: type_comparison (n1, n2: NUMERIC) is do print (n1.generating_type + "/" + ...
9310 Andreas Leitner
weisznet Send Email
Aug 3, 2006
8:00 am
Hi all, Bernd and I have been working on a little script that helps to keep up with the many new releases of EiffelStudio that are available nowadays. The...
9311 Finnian
finnianr Send Email
Aug 3, 2006
12:00 pm
class MY_FRAME_WINDOW inherit WEL_FRAME_WINDOW feature {NONE} -- Basic operations post_button_click (button_id: INTEGER) is -- Simulates a button click --...
9312 Peter Gummer
peter_gummer Send Email
Aug 3, 2006
12:17 pm
... I just tried it with cygwin, Andreas. I had to install wget from cygwin, and of course I added it to my .bashrc. Then there were a couple of things I had ...
9313 Andreas Leitner
weisznet Send Email
Aug 3, 2006
12:42 pm
... Yeah, I too just realized that this was a stupid remark of mine. When I wrote the lines saying it should work on Windows I was thinking whether the script...
9314 Peter Gummer
peter_gummer Send Email
Aug 3, 2006
1:15 pm
... On Windows, the EiffelStudio installer sets registry values for ISE_EIFFEL, etc. When you run EiffelStudio or the compiler on Windows, it looks at these ...
9315 Andreas Leitner
weisznet Send Email
Aug 3, 2006
1:46 pm
... Right, that makes sense. Then `activate_estudio&#39; does not make much sense on Windows either, because it does not update short cuts. It only helps if one...
9316 grantrettke Send Email Aug 3, 2006
2:13 pm
The last time we talked about .NET exception handling in Eiffel for .NET, it seemed like you really are only able to use a global exception handler (thanks for...
9317 grantrettke Send Email Aug 3, 2006
2:20 pm
Eiffel has gone GPL. That means on Windows & .NET now you can use Eiffel to write your business layer and SharpDevelop ...
9318 scheiblej Send Email Aug 3, 2006
6:55 pm
OK, I've got something that works. I know the instance in question is not Void, so I can use the ?= operator to conditionally assign to an instance of the...
9319 steven_m_wurster
steven_m_wur... Send Email
Aug 3, 2006
7:06 pm
... Try the queries 'generating_type' and 'generator&#39;, which are in ANY. Steve...
9320 scheiblej Send Email Aug 3, 2006
8:13 pm
Both generator and generating_type worked. Thank you. The results were the same for both, though. I do not understand the distinction. -Jack ... ANY....
9321 jeh@... Send Email Aug 3, 2006
11:30 pm
I suspect that this has been asked and answered a million times, but I never noticed. I am now studying .NET and VisualStudio 2005. Is ENVISION compatable with...
9322 Paul Bates [ES]
pa_bates80 Send Email
Aug 3, 2006
11:33 pm
Hi James, We're working on the 2005 version right now. It should be out later this year. Paul. _____ From: eiffel_software@yahoogroups.com ...
9323 Peter Horan
peter7723 Send Email
Aug 4, 2006
6:07 am
... Now, I think I have this right, but, be warned, and apologies if not. Given ai: ARRAY[INTEGER] The "generating type" of "ai" is "ARRAY[INTEGER]";...
9324 Bernd Schoeller
berndschoeller Send Email
Aug 4, 2006
12:56 pm
... I call the Microsoft Windows registry one of the the most significant design flaws of the Microsoft Windows operating system. Why do we need a second file...
9325 Peter Gummer
peter_gummer Send Email
Aug 4, 2006
1:54 pm
... I believe Microsoft acknowledged this (perhaps not so bluntly) several years ago. .NET developers have always been discouraged from using the registry. The...
9326 Bernd Schoeller
berndschoeller Send Email
Aug 4, 2006
3:14 pm
... Hey, thank for the work. I would have tried it this evening, you took some work off my shoulders. Last question: During operation, did EiffelStudio...
9327 Emmanuel Stapf [ES]
manus_eiffel Send Email
Aug 4, 2006
3:24 pm
... No, it will just create registry entries for the preferences. This is really the only thing that explicitely rely on registry at the level of EiffelStudio....
9328 Peter Gummer
peter_gummer Send Email
Aug 4, 2006
3:33 pm
... Nope. Nein. Nay. Non. Nyet. I refreshed my view of the registry in regedit: xISE was still there under HKEY_LOCAL_MACHINE, but ISE was not. I had to rename...
9329 Patrick Ruckstuhl [ES]
butcherch Send Email
Aug 4, 2006
3:36 pm
Hi, ... msi can be installed unattended if you use some command line switches http://unattended.sourceforge.net/installers.php Regards, Patrick...
9330 Emmanuel Stapf [ES]
manus_eiffel Send Email
Aug 4, 2006
3:39 pm
... An Eiffel assembly needs the EiffelSoftware.Runtime.dll assembly. So it really depends how you load assemblies in this environment. The best thing to do is...
9331 Bernd Schoeller
berndschoeller Send Email
Aug 4, 2006
3:41 pm
... Thank you :-) ... But closing all my stuff and booting up VMWare, updating the Windows installation, installing EiffelStudio and then doing all of the...
9332 Emmanuel Stapf [ES]
manus_eiffel Send Email
Aug 4, 2006
7:27 pm
... At the moment, the situation is the same in the forthcoming 5.7 release at the source level. At the EiffelStudio level, you can now ignore certain kinds of...
9333 Colin Adams
colinpauladams@... Send Email
Aug 9, 2006
8:51 am
I tried doing adding a launcher to my GNOME panel last night (on Fedora Core Linux 5, 64-bit version) for EiffelStudio. But I was unable to pick the logo.png...
9334 Till G. Bay
till_bay Send Email
Aug 11, 2006
3:07 pm
Dear all, I am happy to announce the release of EiffelMedia 0.9.0 kingfisher edition. With this new release EiffelMedia now has * added support for procedural...
Messages 9305 - 9334 of 20470   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