Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

eiffel_software · Eiffel Software User list

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1379
  • Category: Development
  • Founded: Oct 30, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 9768 - 9797 of 20471   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
9768 Emmanuel Stapf [ES]
manus_eiffel Send Email
Dec 1, 2006
4:58 pm
... Unfortunately this combination cannot work on Windows 64-bit. The only 64-bit compiler is the Microsoft one, follow the instructions at ...
9769 Mark Mueller
markm1153 Send Email
Dec 2, 2006
12:15 am
Hi All -- Any help with this will be greatly appreciated. I am in the process of upgrading from ver 5.6 to 5.7. When trying to recompile a dot net project,...
9770 grantrettke Send Email Dec 2, 2006
7:02 am
Is anyone running Eiffel on Nokia SmartPhones? I see they have got an open-source presence: ...
9771 Friedrich Dominicus
dominicusfri... Send Email
Dec 4, 2006
10:13 am
... I wanted to follow your new suggestions.... Regards Friedrich...
9772 Laurent Dubuisson
skaith_a Send Email
Dec 4, 2006
1:19 pm
Hello, Could you, please, advice me a good way to start using XML files in the EiffelStudio 5.7 IDE ? I think Gobo is a good start but hard to find a newcomer...
9773 Emmanuel Stapf [ES]
manus_eiffel Send Email
Dec 4, 2006
4:11 pm
... Gobo is definitely the right library to use for XML parsing. A typical parse could be written like: local l_parser: XM_EIFFEL_PARSER l_tree_pipe:...
9774 Emmanuel Stapf [ES]
manus_eiffel Send Email
Dec 4, 2006
4:12 pm
... I'm not sure to understand from where you are getting this error? Could you be more explicit? Thanks, Manu...
9775 Laurent Dubuisson
skaith_a Send Email
Dec 4, 2006
4:25 pm
Thanks Manu, I will start with this exemple. I also find the gobo api description in the IDE. I plan to read XML and build other ones with transformation using...
9776 Emmanuel Stapf [ES]
manus_eiffel Send Email
Dec 4, 2006
4:42 pm
... Indeed. I'm not sure what it takes to be on the symbian webpage, but I'm pretty sure that our implementation could be used on Nokia SmartPhones. Regards, ...
9777 Friedrich Dominicus
dominicusfri... Send Email
Dec 4, 2006
5:06 pm
... From you register pages on eiffel.com Regards Friedrich...
9778 Emmanuel Stapf [ES]
manus_eiffel Send Email
Dec 4, 2006
5:34 pm
... We only have an activation page at http://activate.eiffel.com and it is working correctly. Can you give me the URL that is giving you trouble? Or do you...
9779 Colin Adams
colinpauladams@... Send Email
Dec 4, 2006
6:29 pm
... In that case Manu's example is not the one you want to follow. His example was for building an XM_DOCUMENT - an Eiffel XML tree object. For XSLT...
9780 Berend de Boer
berenddeboer Send Email
Dec 5, 2006
3:10 am
... Hash: SHA1 ... Laurent> I think Gobo is a good start but hard to find a newcomer Laurent> documentation. Note that most features of Gobo are excercised by...
9781 Emmanuel Stapf [ES]
manus_eiffel Send Email
Dec 5, 2006
5:58 am
... That's correct, 5.7 includes the latest official release of Gobo, that is to say version 3.4. Manu...
9782 Colin Adams
colinpauladams@... Send Email
Dec 5, 2006
7:34 am
Well, in that case it is not advisable to use that version for XSLT processing. ... _________________________________________________________________ It's...
9783 Laurent Dubuisson
skaith_a Send Email
Dec 5, 2006
9:22 am
Hello, Thanks to all I will start with all these ideas. I will also have a look to the Gobo mailing list. Cheers, Laurent....
9784 marvin_littlewood_426...
marvin_littl... Send Email
Dec 6, 2006
12:31 am
... message) ... configuration information. ... Hi Mark I had similar problems, initially with 5.6 and then with 5.7 as documented in the thread: "VD61 Lace...
9785 Greg C
gmc444 Send Email
Dec 6, 2006
5:37 pm
... or conversely, why do appends require a SEQUENCE instead of an ARRAY? Here's the problem in a nutshell. The following code generates a compilation error: ...
9786 Colin Adams
colinpauladams@... Send Email
Dec 6, 2006
7:04 pm
Quick fix is to use DS_LIST. :-) ... _________________________________________________________________ It's Hotmail's 10th Birthday! Come and play Pass the...
9787 manofsteel00 Send Email Dec 6, 2006
10:42 pm
I'm new to eiffel and I'm working on a project. So far I have created classes and setup some business rules. I can output to the screen using the print...
9788 rfo@...
roger.osmond Send Email
Dec 6, 2006
11:22 pm
The 'io' feature in ANY provides pretty much all you need in that department. 'io' is an instance of STD_FILES. In that class text you will find routines for...
9789 Peter Horan
peter7723 Send Email
Dec 6, 2006
11:32 pm
... The feature `io: STD_FILES' is defined in class ANY for every class and can be used to read from and write to the console. For example, from io.read_char ...
9790 Emmanuel Stapf [ES]
manus_eiffel Send Email
Dec 7, 2006
12:15 am
... You can do: (<<this.out, that.out>>).do_all (agent (l: LIST [STRING]; v: STRING) require l_not_void: l /= Void v_not_void: v /= Void do l.extend (v) ensure...
9791 Chris Saunders
saunders7777 Send Email
Dec 7, 2006
12:21 am
I think your complaint has some validity, however I also think that you are confusing English and Eiffel. In the documentation for ARRAY from Eiffel ...
9792 Finnian
finnianr Send Email
Dec 7, 2006
3:02 pm
A technique I have been using to draw and erase shapes does not seem to work with text. Using draw_xor_mode gives an unexpected color and also does not erase...
9793 Finnian
finnianr Send Email
Dec 7, 2006
3:55 pm
For now my solution is to draw a rectangle with the background color overwriting any previous text and then use draw_ellipsed_text to make sure the new text is...
9794 Finnian
finnianr Send Email
Dec 7, 2006
4:04 pm
EiffelStudio 5.6 Autocompletion insists on lower casing constant and once names even when I have the "Once and constant in upper" preference set to true. This...
9795 Emmanuel Stapf [ES]
manus_eiffel Send Email
Dec 7, 2006
4:26 pm
... If you really want to follow this style guideline, go in the preferences and under Editor->Eiffel and set `Once and constant in upper' to True Regards, ...
9796 Finnian
finnianr Send Email
Dec 7, 2006
5:37 pm
If you really want to follow this style guideline, go in the preferences and ... I have followed these instructions and restarted EiffelStudio but it is still...
9797 Paul Bates [ES]
pa_bates80 Send Email
Dec 7, 2006
6:17 pm
It's not the solution, because the preference should be respected, but if you hold CTRL *after* the completion list is shown it shows the names with the...
Messages 9768 - 9797 of 20471   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help