Hello, Consider I have the following code: local l_dumper: STRING_DUMPER do from create l_dumper socket.read_line l_string := socket.last_string ...
16950
Colin LeMahieu
colinlema
May 12, 2010 7:48 pm
You need to escape spaces in file names with a backslash Eiffel\ 6.6\ User\ Files. http://borkware.com/quickies/single?id=94 ... [Non-text portions of this...
16949
Jimmy Johnson
boxer41a
May 12, 2010 7:45 pm
I was able, finally to edit the file. (By the way, is there a way to edit without using a command line editor?) But here is what I get. General configuration...
16948
Jann Röder
roederja@...
May 12, 2010 12:04 pm
Have you tried updating all libraries to the latest version? You can do this by running "sudo port selfupdate" followed by "sudo port upgrade outdated". I have...
16947
Marco Piccioni
marcopiccioni65
May 12, 2010 11:23 am
Hi, since a few days I cannot start EiffelStudio on the mac anymore, and another EiffelStudio/Mac user in my group is experiencing the same issue. I get an...
16946
Ian Joyner
i.joyner@...
May 9, 2010 1:02 pm
... TextMate is the best... and make sure you download the excellent Eiffel macros!...
16945
Colin LeMahieu
colinlema
May 9, 2010 12:05 am
The file is in your home directory e.g. "~/.profile" http://en.wikipedia.org/wiki/Tilde#Directories_and_URLs The "~" is your home directory. The file is a...
16944
Jimmy Johnson
boxer41a
May 8, 2010 9:16 pm
where is this .profile file and how do I edit it?...
16943
Colin LeMahieu
colinlema
May 8, 2010 8:52 pm
In your user directory's .profile file "~/.profile" add export commands e.g. "export ISE_LIBRARY=/Users/jjj/eiffel_src/Src" The .profile file is where bash...
16942
Jimmy Johnson
boxer41a
May 8, 2010 8:40 pm
On windows I use environment variables for the paths to my eiffel source libraries. How do I do this on a Mac? thanks, jjj...
16941
Jann Röder
roederja@...
May 7, 2010 3:43 pm
Interesting point. My practical advice for you is to use the ECLI library for Database interaction. ECLI uses GOBO's time library which will cause you much ...
16940
Guus Leeuw jr.
leeuwguus
May 4, 2010 11:02 pm
Well, I found the problem. It is intrinsic to the way libraries are defined. Based on the time stuff I posted earlier, I had in my main .ecf a reference to...
16939
Guus Leeuw jr.
leeuwguus
May 4, 2010 9:18 pm
When execution is halted at the `end' keyword, following is registered in the Watch Window: attached {DATE_TIME} obj: BOOLEAN = False obj: DATE_TIME =...
16938
Jocelyn Fiat
djoce_net
May 4, 2010 8:20 pm
Note that yahoo's group does not allow attachement, so all your screenshot were just dropped. Otherwise, you could copy/paste the content of the object's tool...
16937
Guus Leeuw jr.
leeuwguus
May 4, 2010 8:00 pm
Nope, that's not it. Must be something in EiffelStore... I'll keep digging From: eiffel_software@yahoogroups.com [mailto:eiffel_software@yahoogroups.com] On...
16936
Guus Leeuw jr.
leeuwguus
May 4, 2010 7:37 pm
Hello, Could this be related to the full implementation of is_date: is_date (obj: detachable ANY): BOOLEAN -- Is `obj' a date object? -- (from EXT_INTERNAL) --...
16935
Guus Leeuw jr.
leeuwguus
May 4, 2010 5:41 pm
Hello, Trying to EiffelStore an object into my MYSQL handler. The object maps to a table with date field, mapped to the Eiffel attribute end_date: DATE_TIME My...
16934
Peter Horan
peter7723
May 4, 2010 1:36 pm
... I used an override group to achieve this. Such a patch makes sense for common formats, but override allows one to define a new format without modifying the...
16933
Thomas Beale
twbeale
May 4, 2010 10:10 am
I reported exactly this problem at least 5 years ago, and provided a similar solution (which we still use - see ...
16932
fivaarno
May 4, 2010 8:46 am
Hi Guus This is a commit related to my master thesis at ETH and does not have anything to do with the official EiffelStudio release, indicated by the commit...
16931
Jocelyn Fiat [ES]
jfiat@...
May 4, 2010 7:26 am
I think you should post such message on the http://forum.eiffel.com/13 (i.e: http://eiffelstudio.origo.ethz.ch/forum/13) which is more focused on...
16930
Guus Leeuw jr.
leeuwguus
May 4, 2010 7:05 am
Hello, ... This smells to me as though you would 4 bits for describing the event and 4 bits for argument count. Maybe the comments are wrong / old? Regards, ...
16929
Guus Leeuw jr.
leeuwguus
May 4, 2010 6:58 am
Hello, Working with the time library, I figured out today that the default *English* time format for DATE_TIME_TOOLS is actually en-US ([0]mm/[0]dd/yyyy). ...
16928
Guus Leeuw jr.
leeuwguus
May 3, 2010 11:10 pm
Ian, Thanks for that, Ian. Now we just need to make sure that the Vision2 Wizard pops out a correct void-safe class to start with :-D Regards, Guus...
16927
Ian King
iek_uk
May 3, 2010 9:54 pm
Hi Guus, If you look at this page here: http://docs.eiffel.com/book/solutions/converting-eiffelvision-2-systems-void-safety ...
16926
Guus Leeuw jr.
leeuwguus
May 3, 2010 9:52 pm
The problem is, Eric, `initialize39; is called from `default_create39;, which is frozen in EV_ANY. The generated MAIN_WINDOW class simply calls `create...
16925
Eric Bezault
gobosoft
May 3, 2010 9:48 pm
... You might try to create your attributes before the call to precursor in `initialize39;. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
16924
Guus Leeuw jr.
leeuwguus
May 3, 2010 9:38 pm
Hello, Building a GUI app, having a class ABOUT_DIALOG as created by the wizard: note description : "About dialog box" author : "Generated by the New...
16923
Kevin McFarlane
kaa_mcfarlane
May 1, 2010 9:50 pm
Ian, FWIW, the MonoTouch guys think that their toolset *seems* to comply with the new license - no confirmation from Apple but some MonoTouch apps. have been...
16922
Ian Joyner
i.joyner@...
May 1, 2010 9:09 am
Excellent. I'm glad someone is using the approach with the Obj-C runtime. I've thought myself that would be the way to do it, but lack time and motivation. I...