Hi, I have browsing Eiffel Studio code in vain to find the classes that implements printing (for example printing the content of a class Editor) in Eiffel...
11757
donthb
Apr 12, 2008 8:38 am
Where in the development process is the CLR used when targeting .Net? Does it replace the byte code interpreter in the scenario you described? Research...
11756
Ted
kkkkg999
Apr 11, 2008 4:45 am
Hi Heiko, EiffelStudio recently integrated EIS (Eiffel Information System) incoming mechanism where it uses `command_tunnel39;. It would help if you check the...
11755
Heiko Gering
gheiko
Apr 10, 2008 5:46 pm
How can I fire up a windows message in a WEL application. For instance I will change the background color of a WEL_CONTROL_WINDOW, when I've clicked on it....
11753
Emmanuel Stapf [ES]
manus_eiffel
Apr 8, 2008 5:54 pm
... That would be possible but does such a JVM exist? ... Currently the .NET CLR is used only when you decide to target .NET, otherwise we still use our own...
11752
rfo@...
roger.osmond
Apr 8, 2008 4:52 pm
Hi All! Having multiple creation routines is occasionally quite useful. I use them when I need a kind of stacked state, where objects can be created with...
11751
larryliuming
Apr 8, 2008 9:38 am
Hi, Peter, I have replied it in Origo forum. :)...
11750
Peter Gummer
peter_gummer
Apr 8, 2008 8:22 am
I posted this a couple of days ago at http://eiffelstudio.origo.ethz.ch/node/108 on the Eiffel forums (which were supposedly replacing this mailing list, but...
11749
larryliuming
Apr 8, 2008 7:48 am
Hi, Paskari007, ... It will not compile since EV_WIDGET don't have features: set_height, set_width, set_position. ... It will not compile since only...
11748
Peter Gummer
peter_gummer
Apr 8, 2008 6:35 am
... Restricting the export of 'make' itself prevents its use as a normal command. Unlike constructors in C++ and its imitators, Eiffel creation routines are...
11747
donthb
Apr 8, 2008 3:44 am
Instead of making Java a target would it be possible to use a multiple inheritance aware JVM to replace the byte code interpreter (i.e. replace Eiffel byte...
11746
panfriedwoggle
Apr 8, 2008 3:08 am
Thanks. That worked as expected. I still find it counter-intuitive that restricting the export of make does not work though. Perhaps there should be a warning...
11745
Daniel Tuser
d.tuser
Apr 7, 2008 3:38 pm
Try this: class MY_CLASS create {MY_FACTORY} make Regards...
11744
Jocelyn
djoce_net
Apr 7, 2008 3:28 pm
Hi class MY_CLASS create {MY_FACTORY} -- MY_CLASS objects must be created by a MY_FACTORY make feature {NONE} -- `make' must be called only during creation ...
11743
panfriedwoggle
Apr 7, 2008 3:05 pm
Hi all, I am trying to set up a system where particular families of objects must always be created by using a particular object factory. My idea was to do...
11742
paskari007
Apr 7, 2008 12:06 pm
I am trying to draw simple primitives in EV_DRAWING_AREA with the following code, but I'm running into problems, namely the primitives don't show up. It's as...
11741
Emmanuel Stapf [ES]
manus_eiffel
Apr 6, 2008 4:52 am
... This will be fixed for the next intermediary release. Thanks for reporting it, Regards, Manu...
11740
larryliuming
Apr 6, 2008 4:47 am
Hi, Heiko, For some reason the wizard directory is broken in 6.2.7.2906 (under your $ISE_EIFFEL92;studio92;wizard directory). All wizard executables are missing....
11739
Heiko Gering
gheiko
Apr 5, 2008 1:47 pm
The wizards to create a new project are missed for dotnet, Eiffelvision an WEL in Eiffelstudio 6.2.7.2906 GPL. Regards Heiko...
11738
Thomas Beale
twbeale
Apr 5, 2008 8:37 am
The concept map presentation approach is interesting. We use this kind of thing in clinical modelling, using mindmaps, but these concept maps look somewhat...
11737
Emmanuel Stapf [ES]
manus_eiffel
Apr 5, 2008 6:58 am
... This URL will work for the beta of 6.2 only. For 6.1 and older, use: http://dev.eiffel.com/Installing_Microsoft_C_compiler_6.1_and_older Manu...
11736
Heiko Gering
gheiko
Apr 5, 2008 6:56 am
Hello Manuel, If I understand it right, your search a link to the SDK. I had to do with it some times ago and posted with Microsoft. At ...
11735
Manuel Oriol
oriol1975
Apr 5, 2008 12:34 am
Dear all, Today I had to reinstall EiffelStudio on a fresh Windows. Apparently the URL used in the installer is obsolete (and apparently this was scheduled 6...
11734
Marco Piccioni
marcopiccioni65
Apr 4, 2008 12:21 pm
Dear all, it is now possible for Eiffel developers to store objects almost seamlessly using the db4o object oriented database. Thanks to Ruihua Jin for having...
11733
Jimmy J. Johnson
boxer41a
Apr 2, 2008 10:30 pm
Thanks Eric, you're right. ...Let's see how long have I been using eiffel? 15-20 years? You'ld think I could see *that* by now. thanks again jjj ... is it?...
11732
Eric Bezault
gobosoft
Apr 2, 2008 9:57 pm
... -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
11731
Jimmy J. Johnson
boxer41a
Apr 2, 2008 9:51 pm
BT_STRUCTURE is a descendent of COMPARABLE; infix "<" is defined in my class as you have said below for is_equal. is_equal is defined in class COMPARABLE in...
11730
colinlema
Apr 2, 2008 3:17 am
BT_STRUCTURE is a reference type so when you check if one is equal to another you're checking if they refer to the same object. Checking = on expanded types...
11729
Jimmy J. Johnson
boxer41a
Apr 2, 2008 3:03 am
I have a class as below. Two objects of this type are compared and the one is NOT greater than, equal to, or less than the other. How could this be? In the...
11728
larryliuming
Apr 1, 2008 1:43 pm
The {WEL_GDIP_IMAGE} has the ability to save jpeg image with quality parameter in revision#72923. For details, please see: ...