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 18671 - 18702 of 20470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
18671 Thomas Beale
twbeale Send Email
Sep 1, 2011
9:23 am
The subject says it all - I have context menus working fine except I cannot turn off the 'pick' item that appears at the top. I would have expected: ...
18672 CRISMER Paul-Georges
paul-georges.crismer@... Send Email
Sep 2, 2011
12:56 pm
Hello, We are migrating from Eiffl 6.3 to Eiffel 6.8. Even in compat mode there is a bunch or warnings that slows the build process down. Is it possible to...
18673 Emmanuel Stapf [ES]
manus_eiffel Send Email
Sep 2, 2011
5:52 pm
... In the project settings, you can decide to show or hide warnings altogether, or you can select some of the warnings you want to keep. Regards, Manu...
18674 finnianr Send Email Sep 2, 2011
10:19 pm
I am writing a search engine application and have defined a class TOKENIZED_STRING which inherits from STRING_32. TOKENIZED_STRING is being used to represent a...
18675 finnianr Send Email Sep 4, 2011
2:00 pm
I found this C# class which promises Efficient Boyer-Moore Search for Unicode Strings. http://www.codeproject.com/KB/recipes/bmsearch.aspx I have ported it to...
18676 Emmanuel Stapf
manus_eiffel Send Email
Sep 5, 2011
1:22 am
Thanks for the contribution. We are using a better algorithm than the Boyer-Moore in the STRING_8 case and we would like to port it for the STRING_32 case....
18677 Helmut Brandl
helmut_l_brandl Send Email
Sep 5, 2011
2:25 pm
I have found an interesting paper on how the design of a computer language can foster or impede reuse, on how it can help to avoid code duplication or drive...
18679 David Jenkins
djenkins99a Send Email
Sep 6, 2011
12:16 am
While testing an application that uses MySQL for its database, I encountered an error that I wasn't expecting. It turns out that in EiffelStore there is a...
18680 Tao Feng
kkkkg999 Send Email
Sep 6, 2011
2:40 am
Hi David, It indeed needs a way to raise this violation earlier. `execute_query&#39; should be the right place. About the descriptor limitation, I think the number...
18681 Thomas Beale
twbeale Send Email
Sep 6, 2011
8:14 am
Can an 'accordion&#39; control be built or simulated somehow? The underlying logic should be similar to tabs... thanks - thomas beale...
18682 David Jenkins
djenkins99a Send Email
Sep 6, 2011
10:44 am
Hi Ted, Thank you for the reply. ... should be the right place. Why not eliminate "execute_query" altogether and just offer "query" as is? The pattern...
18683 Emmanuel Stapf
manus_eiffel Send Email
Sep 6, 2011
12:55 pm
There is nothing that prevents you to implement this behavior using a vertical box where you only have one item of the box fully visible (i.e. only its title...
18684 Tao Feng
kkkkg999 Send Email
Sep 6, 2011
1:49 pm
Hi David, `execute_query&#39; and `query' indeed make very small difference, except that with `execute_query&#39; DB_SELECTION object can be reused later without...
18685 CRISMER Paul-Georges
paul-georges.crismer@... Send Email
Sep 6, 2011
2:10 pm
Hello, Debugging an EiffelNet application in multithreaded mode, I get the following error: Net error #10053: I/O error. (IO_FAILURE) ...
18686 Jocelyn Fiat
jfiat@... Send Email
Sep 6, 2011
2:26 pm
WSAECONNABORTED 10053 = Software caused connection abort. An established connection was aborted by the software in your host computer, possibly due to a data...
18687 CRISMER Paul-Georges
paul-georges.crismer@... Send Email
Sep 6, 2011
2:59 pm
Bizarre... The application works in finalized code, but not in workbench mode. Debugging the same application using either EiffelNet or ePosix sockets lead to...
18688 Jocelyn Fiat
jfiat@... Send Email
Sep 6, 2011
3:45 pm
I guess you are using the "work-in-progress" from Eiffel Web Framework, and using the Nino connector I precise that, for other readers Did you tried using CGI...
18689 Jocelyn Fiat
jfiat@... Send Email
Sep 6, 2011
4:00 pm
Paul, Maybe you could start a topic on http://groups.google.com/**grou<http://groups.google.com/group/eiffel-web-framework>; p/eiffel-web-framework...
18690 David Le Bansais
dlebansais Send Email
Sep 6, 2011
5:44 pm
Thanks for the link. David Le Bansais...
18691 Jimmy Johnson
boxer41a Send Email
Sep 10, 2011
5:51 am
Could someone tell me where/what are the three lines that need to be added to the [I think] .profile file in order for studio to work? Something like "export...
18692 Marco Trudel
marco@... Send Email
Sep 10, 2011
8:06 am
You need these two: export ISE_EIFFEL=path_to_eiffel export ISE_PLATFORM=your_platform It might be something like: export ISE_EIFFEL=/opt/Eiffel67 export...
18693 Paolo
technoben59 Send Email
Sep 10, 2011
9:03 am
Hi everyone! I noted a new class WEL_SILLY_WINDOW that is called to register a window. The problem is that it uses the default class_icon, class_background,......
18695 rfo@...
roger.osmond Send Email
Sep 10, 2011
12:54 pm
Hi Jimmy Here's what use in my .bash_profile (should be equiv) export ISE_EIFFEL=/usr/local/Eiffel export ISE_PLATFORM=linux-x86-64 export...
18696 Jimmy Johnson
boxer41a Send Email
Sep 10, 2011
4:52 pm
I'm using Eiffel 6.8 in ubuntu which is running as a guest via VirtualBox on OS X. I can see the files in my shared directory and all the way up the folders...
18697 Jimmy Johnson
boxer41a Send Email
Sep 10, 2011
4:56 pm
... Additionally, I just discovered that generating the compiler files in a local [to ubuntu] a deeper tree is created. I get COMP, F_Code, Partials, and...
18698 Thomas Beale
twbeale Send Email
Sep 10, 2011
4:58 pm
I have had to get up to speed on Vision in the last few months, and now know how to do quite a lot of things. As it happens I had a copy of Bertrand's book...
18699 Thomas Beale
twbeale Send Email
Sep 10, 2011
5:08 pm
It has been clear to me for some time that the standard feature groups of 'Access&#39;, 'Status Report', 'Status Setting', 'Element change' etc are fine for...
18700 Thomas Beale
twbeale Send Email
Sep 10, 2011
5:08 pm
I would say this is a bug - this is the output for choosing the flat view (editor buttons, not context tool) of EV_COMBO_BOX .... text_assigned:...
18701 Peter Gummer
peter_gummer Send Email
Sep 10, 2011
11:05 pm
... Perhaps the interface view could provide an option for sub-grouping by ancestor name, e.g., feature -- Access PICK_AND_DROPPABLE ... feature -- Access...
18702 Ian Joyner
i.joyner@... Send Email
Sep 11, 2011
1:15 am
Is Touch of Class good? I'm thinking of buying it, but it kind of looks like it is meant for undergrads (the 'class&#39; pun). Ian...
Messages 18671 - 18702 of 20470   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