I am pleased to announce the latest release of Slyboots. Slyboots is an Open Source portable GUI library for Eiffel. It started as the reimplementation of the...
570
Lothar Hansche
LOTHAR.HANSCHE@...
Jun 12, 2002 9:08 am
Dear eiffel users and developers, my question is: Who can I use glade or eglade for VEGTK for creating GUI forms via glade interface in Win32 and Linux...
571
Eugene Melekhov
eugene_melekhov@...
Jun 12, 2002 10:21 am
Lothar, LH> Who can I use glade or eglade for VEGTK for creating GUI forms via glade LH> interface in Win32 and Linux platform? As far as I know it is...
572
Lothar Hansche
LOTHAR.HANSCHE@...
Jun 12, 2002 1:53 pm
Eugene, ... EM> As far as I know it is impossible out of the box, but VEGTK and eGTK are mostly EM> compatible. We added the support for the eGTK-like...
573
Eugene Melekhov
eugene_melekhov@...
Jun 12, 2002 3:58 pm
Lothar, EM>> compatible. We added the support for the eGTK-like callbacks exactly EM>> for using the eglade in the future (look at the examples/Callbacks). LH>...
574
Lothar Hansche
LOTHAR.HANSCHE@...
Jun 18, 2002 7:30 am
Hello Eugene, I tried to compile eglade with VE 4.0 a nd VEGTK and CVS-tree GOBO (April 27, 2002) and did break this job. I wrote a Make_It.esd file for VE 4.0...
575
Eugene Melekhov
eugene_melekhov@...
Jun 18, 2002 3:13 pm
Lothar, LH> The last error message was, that the compiler cannot found the LH> class DICTIONARY. This is a class in SmallEiffel and cannot use them and LH>...
576
Eugene Melekhov
eugene_melekhov@...
Jun 18, 2002 7:22 pm
I am pleased to announce the latest release of Slyboots. Slyboots is an Open Source portable GUI library for Eiffel. It started as the reimplementation of the...
Hello, I have the problem, that the REAL and DOUBLE values in Windows being printed differently than under Linux. the following code for example dnumber :...
578
Eugene Melekhov
eugene_melekhov@...
Jun 21, 2002 5:57 pm
Mike, m> I have the problem, that the REAL and DOUBLE values in m> Windows being printed differently than under Linux. m> the following code for example m>...
579
Lothar Hansche
LOTHAR.HANSCHE@...
Jun 28, 2002 9:00 am
Hello, If I compile a Gobo-XML applikation with options -- Optimization control optimize fst on fst_expansion_factor 2 optimize constants on ...
580
Lothar Hansche
LOTHAR.HANSCHE@...
Jun 28, 2002 9:00 am
Hello, I wrote a ace file (Linux smalleiffel) for the example examples/TimeDate/Test_Dat/test_date.e and got an error in TIMESTAMP. ... ****** Fatal Error:...
581
Lothar Hansche
LOTHAR.HANSCHE@...
Jun 28, 2002 9:30 am
Hello Eugene, ... EG> Unfortunately that's true :-( EG> EG> LH> What can I do for a easier way? ... EG> 1. Use VE class HASH_TABLE_ from the Containers...
Hello, ISE Eiffel supports the Object-relational (hybrid) database Matisse (see: http://www.matisse.com/). Does VE 4.0 have such support? If not, is it...
Hello, Using the DM version 3.4.3: The size of widgets can be set in absolute coordinates. But how do I say that a Widget should scale relative to e.g. the...
585
Eugene Melekhov
eugene_melekhov@...
Jul 3, 2002 4:50 pm
Geir, g> Using the DM version 3.4.3: The size of widgets can be set in g> absolute coordinates. But how do I say that a Widget should scale g> relative to e.g....
... Automatic scaling and resizing of widgets is not part ot the Windows (TM :-) look and feel - and DM is implemented using Windows. So, please complain in...
Hello, Thanks, and no offense meant! I don't know the Windows GUI system; I have always used systems on top of it: Thanks god! But couldn't you guys use an...
... ESI is specialised in .NET for Eiffel. Object Tools is distributing this environment - we are pleased to give you a quotation ! -- Frieder Monninger Object...
... It might be a recompilation bug. Can you reproduce it? If yes, could you, please, send me the sources (including cluster.es, .eld/.esd files, list of...
... It should be portable. However, we did not test it with the latest versions of all Eiffel compilers. The reason you get the error message might be due to...
593
Lothar Hansche
LOTHAR.HANSCHE@...
Jul 15, 2002 11:59 am
Hello Alexander, I don't want to send the whole project-sources in this time. If I get a minimal source-configuration, which has this error also, then I send...
594
Lothar Hansche
LOTHAR.HANSCHE@...
Jul 15, 2002 11:59 am
... Aha! Thanks ... I going to do it in the next days. Gruss Lothar Hansche...
... VE 4.0 does not support agents. We plan to implement them but not in the near future (not in the next 6 months). Regards, Alexander Kogtenkov Object Tools,...
... No, VE 4.0 does not support Matisse DB and this is not planned. This can be changed if someone invests into this project. Regards, Alexander Kogtenkov ...
597
Heiko Gering
heiko.gering@...
Jul 16, 2002 1:23 pm
Hello, there are any restrictions of the amount of nb_chars in feature read_stream? I had problems with about 50 000 000. Best regards Heiko Gering...
... There are no restrictions in this feature. The restrictions are in the heap size. By default the heap for STRING and ARRAY objects is 32Mb. As a result,...