Hi Years ago, I need to open large file (huge svn dump) and I made a some file for that You can find the code there...
19290
Louis M
eiffel@...
May 16, 2012 3:05 am
Hi again, First of all Thank you Mischa and Manu to take the time to help me. I really appreciate. The problem is not solve yet. I investigate but I am still...
19291
Emmanuel Stapf
manus_eiffel
May 16, 2012 4:12 am
Could you create a problem report at http://support.eiffel.com and include the new wel ECFs as well as the Makefile and Makefile.SH generated in the ...
19292
Jimmy Johnson
boxer41a
May 18, 2012 6:36 pm
What is the best way to include resources, such as .png files, into a project? Specifically, I want to place a picture onto an ev_button. I have tried the...
19293
Emmanuel Stapf
manus_eiffel
May 18, 2012 7:38 pm
The path is relative, so you have to make sure that your application is indeed running relatively to the right directory. I'd use an absolute path first and...
19294
larry_rix
May 18, 2012 8:01 pm
There is also an "Image Embedding" tool that ships with Eiffel Studio to turn your PNG files in to class code. If you take this approach, then you do not need...
19295
Jimmy Johnson
boxer41a
May 18, 2012 9:30 pm
This sounds like a good approach. Can you supply details?...
19296
larry_rix
May 19, 2012 3:17 am
Hey Jimmy, You bet! Steps: 1. Locate the ".\tools\spec\win64\bin\eimagemb.exe" --> Run it. 2. Locate the "Open" button --> Click it. 3. Locate the image (e.g....
19297
larry_rix
May 19, 2012 3:27 am
Jimmy, This was taken from: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/tools/eiffel_matrix_code_generator/readme.txt Eiffel Matrix Code Generator - Read...
19298
Jimmy Johnson
boxer41a
May 19, 2012 4:03 am
Thanks a lot. Now, EV_WIDGETs do not seem to behave exactly like "normal" eiffel objects, so, must I create a new pixmap whenever I want to place that image...
19299
Thomas Beale
twbeale
May 20, 2012 12:29 pm
We have probably 100 icons or more in our little app - most are variants of each other due to the addition of small visual flags e.g. compiler status...
19300
pgcrism
May 21, 2012 8:39 am
Hello, What is the usage of this menu entry? I played with it but do not understand the hows and whys. Where is the documentation? Thank you, Best regards, ...
19301
pgcrism
May 21, 2012 8:48 am
Hello, Where are stored the definition of externals commands ? Is it possible to let them defined in some config file so that it is possible to define commands...
19302
Thomas Beale
twbeale
May 21, 2012 11:15 am
... I have wished that existed as well! - thomas [Non-text portions of this message have been removed]...
19303
Iliyan Gochev
iliyan_gochev
May 21, 2012 11:28 am
Hi, On Windows OS there is a folder in C:\Users92;<Username>\Documents\Eiffel User Files\7.0 where resides a file called external_commands.ini, containing the...
19304
Thomas Beale
twbeale
May 21, 2012 2:41 pm
... I did learn about this file eventually, but you have to know where to look for it. And then you have to manually copy it to your new installation of...
19305
Philippe Laré
philippe.lare
May 22, 2012 4:02 pm
Hello, I have a problem with a program dealing with a PostgreSQL database through ODBC which seems to work well with all types except DATE_TIME. The piece of...
19307
m.michotte
May 23, 2012 1:39 pm
Hello, I try to set up an editable grid view using EV_GRID and EV_GRID_EDITABLE_ITEM. The "activate_item(an_item: EV_GRID_ITEM)" routine from class EV_GRID_I...
19308
Eric Bezault
gobosoft
May 24, 2012 7:49 am
... In the ECF syntax, we can have something like that: <condition> <version type="compiler" max="7" min="0"/> </condition> I'm not sure what `max' and `min'...
19309
pgcrism
May 24, 2012 3:52 pm
Hello, Platform: CentOS 6.2, 64 bits Eiffel: 7.0 GPL Precompiles have been built 2 times. Here is the error: gcc:...
19310
Emmanuel Stapf
manus_eiffel
May 24, 2012 4:11 pm
Make sure you follow the requirements for Linux: http://docs.eiffel.com/book/eiffelstudio/eiffelstudio-linux which requires GTK+ 2.0 and the Xtst libraries to...
19311
Emmanuel Stapf
manus_eiffel
May 24, 2012 4:49 pm
... We would welcome any contribution to that effect. Manu...
19312
Thomas Beale
twbeale
May 24, 2012 6:52 pm
just a suggestion on the version naming part - I suggest having a look at the standard scheme described at semver.org for naming the parts of a version number...
19313
Emmanuel Stapf
manus_eiffel
May 24, 2012 8:24 pm
... This is currently what we use for versioning in an ECF, it is a set of 4 16-bit integers. And we compare from major to build. Manu...
19314
Emmanuel Stapf
manus_eiffel
May 25, 2012 4:07 pm
If you could provide a small reproducible system that would be great including how to setup the database. Manu...
19315
pgcrism
May 28, 2012 8:11 am
Hello, I second the question of my colleague by rephrasing it. Could someone provide an example of an simple editable grid. While the note of the EV_GRID class...
19316
pgcrism
May 28, 2012 8:23 am
Hello, I want to write a small application to help my children stop playing after a certain amount of time. The idea is: They launch the GameTimeOut...
19317
Ian King
iek_uk
May 28, 2012 6:01 pm
For EV_GRID_EDITABLE_ITEM, by default, all that needs to be hooked up is the call to activate actions, i.e.: from the double click / key actions. The...
I changed the time_french lib to time and it works. I think it's about the default_format_string. But I can't figure out why with the time_french lib the ANY...