Anyone know how to send the ANSI colour sequences to the screen? I assume there's some kind of control sequence involved. Can these be sent using put_string? ...
I have just been looking at class STD_FILES. I was surprised to see no assertions stating that input, output and error are not Void. Shouldn't there be...
If I run the following program by pressing the F5 key in EiffelStudio on Linux, then the program does not pause for input. The problem does not occur on...
First I installed VS.NET 2005 and then EiffelStudio. Finally, I installed VC++ 2003 Toolkit, in that order. Will ES know to use VS.NET 2005 for the compiler?...
Hi folks, Maybe you can help me. I can't get the cursor to show up on a black background. I have already submitted this as bug #10165, but still, maybe one of...
Hello, I'm trying to have EV_TREE_ITEM39;s generate an event when the mouse rolls over them. So far, I haven't been able to figure out how to do this. It appears...
Hi, I'm running Windows XP, EiffelStudio 5.6 and VS.NET 2005. Checked out GOBO CVS tonight, dropped to dos, and ran vcvars32.bat. Ran boostrap msc ise and it...
Hello, I'm attempting to save the state of my simple EV application using the store and retrieved features associated with a RAW_FILE. So far, I'm not having...
Hi, all I am a university student seeking help on one of the project requirements. It asks for an implementation of a simple Computer Science algorithm in...
My Estudio goes stupid quite frequently, sometimes during a compile and sometimes when I am working in the IDE. Sometimes the delays are quite length (up to a...
I really apologize. I've just tried to set the associated EV_FIGURE_WORLD as the target and it works fine. Sorry for the junk mail... :| Francisco Pires ...
Hello, I'm trying to set an EV_DRAWING_AREA as target for a pebble, by calling drawing_area.drop_actions.extend (agent my_pebble_agent). When running the ...
Hi, I have an EV_TREE that displays a small image as part of each node. The image is just like the dot that Eiffel Studio uses to indicate a breakpoint. When I...
Hi all, I read this in http://www.objs.com/x3h7/eiffel.htm "Dynamic extensibility is not supported in Eiffel" I have an idea of what this might mean: If I have...
Hi, I just starting working on an existing eiffel project, I installed Eiffelstudio 5.6 with standard Borland compiler, tried to compile the project, ...
Hello, I'm trying to build a tree widget using EV_TREE and EV_DYNAMIC_TREE_ITEM as the parent of several custom classes, and I'm running into compile errors....
Dear all, just learning Eiffel and Eiffel Studio. I have a simple read, sort and write program which I profiled to get an idea of how to use the profiler as...
Hi, I just installed a new machine. It is running Windows XP. I tried installing ES 5.6 and it reminded that .NET wasn't installed so I installed both v1.1 and...
Hi folks. After reading a lot about Eiffel in OOSC2 and ETL along with writing code in ES, the next steps would seem to be to gain some "real world" ...
hi all we are having problem installing eiffel studio 5.6 on our Mac OSX 10.4.4 but it came up with "There were errors installing this software. Please try...
Hi all, Can anyone explain why Current, of type GENERIC_PARENT [ G -> ITEM ] does not conform to a formal argument of type GENERIC_PARENT [ ITEM ] ? I would...
As far as some people are concerned, if there isn't a blog about something then it may as well not exist. With that in mind I've set up the Team Eiffel blog ...
Hi, When I finalize a simple GUI application in Eiffel Studio 5.6 and then run the generated .exe file from F_code directory, I get the following Exception: ...
I just installed Visual Studio 2005. I installed EiffelStudio 5.6 afterwards and it is working fine with Visual Studio. I attempted to install EiffelEnvision...
Dear all, I'm playing with Eiffel 5.6.1218 Free Edition in an attempt to gain some familiarity with the language. The small problem I've decided to tackle is...
We are looking for a good candidate to work on a PhD in the field of object persistence, with special application to Eiffel. The profile is: - Excellent...
Hi, I'm getting the following curious error in compilation. The compiler wizard gives no additional information for this error. Can anyone help me figure out...
Hi, Anyone have experience with formal methods in commercial software development that you would care to share? Any thoughts on how Eiffel is similar or...
== Apologies if you receive duplicate copies of this CFP == The Final CFP for the 1st International Symposium on Concurrency, Real-Time and Distribution in...
Hi all, Is it possible to create an instance of a type with a call to a dll function? and 'restore39; it in the Eiffel side? Consider this, I am producing a dll...