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@...
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
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
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
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
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
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
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
Sep 6, 2011 2:40 am
Hi David, It indeed needs a way to raise this violation earlier. `execute_query39; should be the right place. About the descriptor limitation, I think the number...
18681
Thomas Beale
twbeale
Sep 6, 2011 8:14 am
Can an 'accordion39; control be built or simulated somehow? The underlying logic should be similar to tabs... thanks - thomas beale...
18682
David Jenkins
djenkins99a
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
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
Sep 6, 2011 1:49 pm
Hi David, `execute_query39; and `query' indeed make very small difference, except that with `execute_query39; DB_SELECTION object can be reused later without...
18685
CRISMER Paul-Georges
paul-georges.crismer@...
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@...
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@...
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@...
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@...
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
Sep 6, 2011 5:44 pm
Thanks for the link. David Le Bansais...
18691
Jimmy Johnson
boxer41a
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@...
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
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
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
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
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
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
Sep 10, 2011 5:08 pm
It has been clear to me for some time that the standard feature groups of 'Access39;, 'Status Report', 'Status Setting', 'Element change' etc are fine for...
18700
Thomas Beale
twbeale
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
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@...
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 'class39; pun). Ian...