I did not receive any response to this query. ... -- Peter Horan Faculty of Science and Technology peter@... Deakin University ...
15714
Robert
rkridle
Nov 1, 2009 8:22 pm
I would love to know if there is anyone running Eiffel Studio 6.4 on x86 Mac running OS X 10.5 (Leopard). I notice that Eiffel themselves don't currently have...
15715
Bob Kridle
rkridle
Nov 1, 2009 8:32 pm
Carl, Thanks for responding. Unfortunantely, your experience doesn't seem to relate to mine (see below) It would be useful to know what versions of Max OSX,...
15716
Daniel Furrer
dfurrer...
Nov 1, 2009 8:45 pm
I (and some other people I know) were running ES6.4 on Mac OS 10.5. Installing it through MacPorts as described here should work just fine: ...
15717
Jann Röder
roederja@...
Nov 1, 2009 8:50 pm
ES should run just fine with your configuration. To copy and paste you need to use Ctrl-C/V instead of Command-C/V . This is because ES is an X11 application. ...
15718
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 5:24 am
If you are a Linux user running a Debian based Linux, you might try out installing the GPL version of EiffelStudio directly using your favorite package manager...
15719
David Jenkins
djenkins99a
Nov 2, 2009 10:38 am
Hello Manu, This is a great idea and should make installing EiffelStudio just that much easier, especially for novice Linux users. (I'm not a Linux expert by...
15720
Mark Bolstad
render_dude
Nov 2, 2009 2:28 pm
I've been running under MacPorts for a while with no issues. I'm pretty much running the latest version of everything. Both Apple X11 and XQuartz 2.4 work...
15721
Emmanuel Stapf
manus_eiffel
Nov 2, 2009 5:58 pm
This is a known issue that seems to only affect some RedHat based systems. We have fixed this issue in our upcoming 6.5 release. Regards, Manu ... Eiffel...
15722
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 6:05 pm
... This distribution is a linux layout distribution (See http://dev.eiffel.com/LinuxUnixLayout for more details) that is to say that it does not require any...
15723
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 6:13 pm
... Not the way Larry suggested it, i.e. by including the manifest file into the resource part of the application. Under .NET you would need to create an ...
15724
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 6:14 pm
... That's sounds about right. You can make your executable smaller by creating a finalized precompiled of EiffelVision and using it in your project. The other...
15725
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 6:24 pm
Currently there is no portable way to do that. On Linux, you can encode the Unicode string into a STRING_8 object with UTF-8 and then open the file. Hope this...
15726
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 6:35 pm
... Note that currently the Mac version of EiffelStudio doesn't know it is running on the Mac and thus it is using the Unix way of doing things (e.g....
15727
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 6:57 pm
... You should not get any VCCH errors. Looking at the errors it seems that you must be referencing the wrong EiffelVision2 library or not compiling with the...
15728
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 7:07 pm
... There is nothing special about `default_create39; compared to other creation procedures. The rule is that at the end of each creation procedures of a class, ...
15729
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 7:23 pm
... Any misbehavior should be reported at http://support.eiffel.com. Thanks, Manu...
15730
andersoxie
Nov 2, 2009 9:05 pm
Hej OK, then I know that it is possible. I tried but did not get it to work with my application. Do you have an example. From your description it seems very...
15731
Emmanuel Stapf [ES]
manus_eiffel
Nov 2, 2009 9:42 pm
... It has nothing to do with the fact it is an ARRAY but you are right it should be 0. The fix will be included in the 6.5 release. Thanks, Manu...
15732
Peter Horan
peter7723
Nov 3, 2009 6:24 am
... All is as required. I suspect that a non-experimental compile intervened. (E.g. delete EIFGENs and then double-click on the .ecf file would do it). When I...
15733
Marco Trudel
marco@...
Nov 3, 2009 8:44 am
Dear all IO.read_line overwrites the content of IO.last_string "instead of" creating a new reference. This is kind of hard to figure out as regular user... For...
15734
Daniel Furrer
dfurrer...
Nov 3, 2009 10:10 am
... Hi Bob, If you don't mind then I will keep this on the list as there may be some value in keeping the conversation archived and some other people could...
15735
patha kumar
path_sant
Nov 3, 2009 10:55 am
Hi, I have create one notebook object notebook: EV_NOTEBOOK I want to add an agent for each tab. How to do this? Please reply. Thank you Santosh ...
15736
David Jenkins
djenkins99a
Nov 3, 2009 1:20 pm
Hello Manu, Thank you for the reply. EiffelStudio is now listed in Synaptic. Very cool! Synaptic will make installing and upgrading EiffelStudio so much ...
15737
rfo@...
roger.osmond
Nov 3, 2009 1:22 pm
Hi Santosh! Add an agent to the notebook's selection_actions and within it check the notbook's selected_item. This approach allows pretty much any widget to be...
15738
Peter Horan
peter7723
Nov 3, 2009 1:29 pm
The behaviour you report is intended. It has been like that for close to 20 years if not longer. Newcomers are frequently troubled as you are. By rewriting...
15739
Bernd Schoeller
berndschoeller
Nov 3, 2009 6:24 pm
The idea of 'last_string39; to be a buffer is broken (it is just the wrong word). The (IMHO) right decision would be to create rename 'last_string39; to ...
15740
rfo@...
roger.osmond
Nov 3, 2009 8:10 pm
Hi Bernd Actually, the irony comes from wanting to change the semantics of last_string, but not the "traditional" name. We should keep the name and semantics...
15741
panfriedwoggle
Nov 4, 2009 1:52 am
Is this not also an example of the principle of Command-Query Separation?...
15742
patha kumar
path_sant
Nov 4, 2009 3:47 am
Hi, Thank you for reply. Santosh ... From: rfo@... <rfo@...> Subject: RE: [eiffel_software] How to add action for selected tab in...