Hi again I am now testing further and wanted to pass a Java class of my own to a Java constructor. If I pass a Java String to a routine returning Void I should...
18946
pgcrism
Feb 8, 2012 9:30 am
Hello, Is it possible to run EiffelStudio on Mac ? How to do it? Thanks for the help, Best regards, Paul G. Crismer...
18947
luca paganotti
luca.paganotti
Feb 8, 2012 9:47 am
Hi Paul, yes it is, I've made it some time ago. I don't remember well but for sure you need the X11 sdk and maybe MacPorts and some other module to be able to...
18948
luca paganotti
luca.paganotti
Feb 8, 2012 9:52 am
... there is also another source of info: http://dev.eiffel.com/EiffelOnMac ... [Non-text portions of this message have been removed]...
18949
javier
vrhj2000
Feb 8, 2012 11:23 am
Hi All. I've been writing examples of http://rosettacode.org in Eiffel, and I put them in git https://github.com/jvelilla So, if anyone want to collaborate...
18950
Jocelyn Fiat
djoce_net
Feb 8, 2012 11:49 am
Hi all, Since this action is part of the Eiffelhub community You can find a clone of Javier's git repository at https://github.com/eiffelhub/RosettaCode To get...
18951
rfo@...
roger.osmond
Feb 8, 2012 1:23 pm
I also contributed a few examples to RosettaCode (a couple of years ago, so perhaps not current enough). A lot more needs to be done and this is a pretty good...
18952
javier
vrhj2000
Feb 8, 2012 1:36 pm
Hi, Roger, the idea is not duplicate the examples, just reuse the existing examples, update if it is necessary and keep the code in a repository, and update...
18953
Emmanuel Stapf
manus_eiffel
Feb 8, 2012 5:14 pm
... It is hard to day why it would not work. Can you reduce your code to the bare essential until it cannot find the routine? Regards, Manu...
18954
carl94706
Feb 9, 2012 5:16 pm
The way this is typed suggests that the full classpath is not entered for the class. Also, there may be a problem with how the -classpath variable is set up....
18955
finnian@...
finnianr
Feb 9, 2012 6:10 pm
It would be useful to have some way of closing notebook tabs using a clickable button. At present the EV_NOTEBOOK_TAB component does not offer a way to add a...
18956
Emmanuel Stapf
manus_eiffel
Feb 9, 2012 9:35 pm
... EV_NOTEBOOK_TAB is the implementation of the native look of a notebook on the various platforms. By default they do not offer a close button facility. The...
18957
Peter Gummer
peter_gummer
Feb 9, 2012 11:17 pm
... As well as the EiffelStudio source code and the docking examples, there's another open source example that uses the docking library here: ...
18958
pgcrism
Feb 10, 2012 11:40 am
Hello, Up to the arrival of Eiffel 7.0, we managed to build projects that use "on-demand" void-safety. We compiled the project with non-void-safe libraries. ...
18959
Jocelyn Fiat
jfiat@...
Feb 10, 2012 12:14 pm
Hi Paul It would help to know which kind of errors. I know that 7.0 is catching more void-safety errors than before. -- Jocelyn On Fri, Feb 10, 2012 at 12:40...
18960
finnian@...
finnianr
Feb 10, 2012 2:07 pm
Hi Manu, is the Eiffel Docking library suitable for general use? Why don't you provide it as part of EiffelStudio distribution libraries with some simple...
18961
finnian@...
finnianr
Feb 10, 2012 2:24 pm
Hi Peter thanks for the link to the adl_workbench project. I will investigate it for release 1.1 of my product. ... It's a desktop application so I expect most...
18962
Jocelyn Fiat
jfiat@...
Feb 10, 2012 2:49 pm
Unless I am missing something You can find the library located at $ISE_EIFFEL/library/docking and examples $ISE_EIFFEL/examples/docking Hope this helps, --...
Can you not simply change the "Void safety" option at each non-void-safe library level so the compiler knows to not apply void safety checking to classes...
18965
pgcrism
Feb 10, 2012 10:25 pm
Thank you Larry for your suggestion. Unfortunately, it does not help. ... safety settings. ... higher or equal void safety. The root cluster (and the root...
18966
Peter Gummer
peter_gummer
Feb 11, 2012 5:45 am
... Hi Paul, I was always under the impression, wrongly it seems, that this was always the case. I always assumed that a void-safe class could not depend on a...
18967
Thomas Beale
twbeale
Feb 12, 2012 1:59 pm
Just to add to that: Peter and I have made most of the docking facilities work fairly reliably in this tool, so if you run it (you can get a download from ...
18968
pgcrism
Feb 13, 2012 9:47 am
Hello Peter, With 6.8, we discovered it was possible to develop classes with void-safety checking, client of non-void-safe classes. This is "global...
18969
pgcrism
Feb 13, 2012 10:41 am
Please ignore the beginning of my message. The beginning should be: With 6.8, we discovered it was possible to develop classes with void-safety checking, even...
18970
Jimmy Johnson
boxer41a
Feb 13, 2012 6:29 pm
class FLOCK feature ducks: SET [DUCK] end During DESIGN all I know about a class is the above. Unfortunately, with "complete void safety", Standard syntax,...
18971
Helmut Brandl
helmut_l_brandl
Feb 13, 2012 8:32 pm
Void safety is not yet a mature feature. There is still an ongoing discussion on how different problems will be solved in the future. But I guess your problem...
18972
Jimmy Johnson
boxer41a
Feb 13, 2012 8:37 pm
Thanks, that's what I needed....
18973
Jimmy Johnson
boxer41a
Feb 13, 2012 8:44 pm
I seem to recall that the diagram tool used to be able to show clusters embedded within other clusters, and that the clusters could be collapsed into a single...
18974
larry_rix
Feb 14, 2012 1:46 am
Hi Jimmy, The points Helmut made were spot on! I can only add how our Eiffel project was created starting with version 6.5 with "Complete void safety" and...