Hi, I restored elj wiki from the backups I had. They were pretty old, so if you entered anything on the wiki you may have to reenter it again. Take a look:...
1215
Paul Morgan
paul.morgan@...
Jan 3, 2003 9:24 pm
I am trying to position widgets in an EV_TABLE via EiffelBuild. In the properties inspector for EV_TABLE is a tool called "Position Children..." but it does...
1216
Paul Morgan
paul.morgan@...
Jan 3, 2003 9:28 pm
I purchased two copies of EiffelStudio Enterprise---one for Windows and one for Linux. The Windows copy installed fine but the Linux version refuses to run the...
1217
Julian Rogers [ES]
juliandrogers
Jan 3, 2003 9:29 pm
Hi Paul, ... Is it that the table is still its default size, 1x1? If so, you will be unable to move the child contained and shoud try increasing the column and...
1218
Paul Morgan
paul.morgan@...
Jan 3, 2003 9:32 pm
The table is 4 rows x 3 cols, and I added the widgets without a problem via pick-and-drop into the layout constructor. Closing and re-opening the project...
1219
Gary Smithrud
smithrud
Jan 3, 2003 9:38 pm
I haven't gotten that far yet with the version for Linux. What command did you use to mount the CD? Is it an ISO9660 format (which is what I had assumed that...
1220
Julian Rogers [ES]
juliandrogers
Jan 3, 2003 9:39 pm
... via ... drag-and-drop, ... You need to select the widget from the list to the right hand side of the table. The selected widget will be highlighted red....
1221
Paul Morgan
paul.morgan@...
Jan 3, 2003 9:41 pm
A few minutes ago I received a direct email from ISE suggesting that I run it as `./register39;, so I will try that shortly. -Paul ... From: Gary Smithrud...
1222
Paul Morgan
paul.morgan@...
Jan 3, 2003 9:57 pm
Eureka! After doubling each dimension of the table, I moved the widgets off the original tiles, positioned them correctly back onto the desired tiles, then...
1223
CRISMER Paul-Georges
paul-georges.crismer@...
Jan 6, 2003 3:01 pm
Hi all, Has anyone had problems like Eiffel runtime panic or segmentation violation under the following conditions : * Version 5.2.1123 * the application is...
1224
Brian Heilig <Bria...
heiligb
Jan 6, 2003 3:28 pm
... violation [...]: I have occasionally experienced strange runtime panics and segmentation violations. Once or twice I was able to isolate a bug and report...
1225
Paul Morgan
paul.morgan@...
Jan 6, 2003 3:41 pm
When I first tried EiffelStudio 5.1 (for Windows), I used the Borland compiler and experienced the segmentation violations quite frequently (especially with...
1226
Emmanuel STAPF [ES]
manus_eiffel
Jan 6, 2003 6:24 pm
Dear Paul, We have fixed a bug for 5.3 related to invariant checking. Here is what the release notes will say: Fixed a crash in finalized mode with invariant...
1227
Emmanuel STAPF [ES]
manus_eiffel
Jan 6, 2003 6:36 pm
Dear Gary, In my /dev/fstab file I have the following configuration for my cdrom drive: /dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro...
1228
Gary Smithrud
smithrud
Jan 6, 2003 9:13 pm
Actually, I can not see any files on the CD. When I look at the properties under Windows, it shows up as RAW and empty. I was thinking that this was because ...
1229
Manvinder Singh
eifflist
Jan 7, 2003 2:41 pm
Objective of my app. is to launch an instance of THREAD from main_window and show the progress of thread-processing in a progress bar (in main_window). Thread...
1230
Gary Smithrud
smithrud
Jan 7, 2003 3:02 pm
Without seeing more of you code, it is hard to guess what the problem is. Some things to remember is that the main thread needs to wait for all the children...
1231
CRISMER Paul-Georges
paul-georges.crismer@...
Jan 7, 2003 3:34 pm
Our problem occurs in melted code. When disabling invariant checking, everything goes fine. We'll verify using finalized code. Thank you for your help, Paul G....
1232
bakhond <manu_deba...
bakhond
Jan 8, 2003 2:19 pm
Hello, I've just downloaded Envision and it works fine. Really a great tool. But I was looking for some information to write ASP.NET pages in eiffel and also...
1233
Neil Collier [ES]
peel_man
Jan 8, 2003 6:14 pm
Manu, To make a web service using Envision or EiffelStudio you have to inherit from the .NET framework System.Web.Services.WebService base class. There is a...
1234
Sam Hunting
etopicality
Jan 8, 2003 6:17 pm
Stupid, newbie question because I am so frantic I can't read the FAQ... Can I build Web Services from the Linux version? Sam Hunting eTopicality, Inc. ... ...
1235
Paul Morgan
paul.morgan@...
Jan 8, 2003 6:25 pm
It is my understanding that the Goanna project is currently the only Eiffel framework for web *services* and that it does support ISE Eiffel. See ...
1236
Emmanuel Stpaf [ES]
manus_eiffel
Jan 9, 2003 7:20 am
Dear Eiffel enthusiasts, On behalf of the Eiffel Software team, I would like to wish you a happy and prosperous new year. In 2003 we will continue to challenge...
1237
Manvinder Singh
eifflist
Jan 9, 2003 9:34 am
My problem is not specific to EiffelStudio but I didn't know where else to go. Indexing in Matisse Database (Release 5.0.9) on attribute MT_DATE seems to be a...
1238
bakhond <manu_deba...
bakhond
Jan 9, 2003 4:10 pm
Neil, Thank you for the quick reply. Now creating an eiffel class which inherits from Web_Service is no problem. Also, the last step should be possible. The...
1239
Jonathan S. Ostroff
jonathan_ost...
Jan 9, 2003 5:07 pm
... Dear Manu & Eiffel Software team: A happy new year to you all as well. EiffelStudio52 and Envision are great! It has helped us provide a much better...
1241
Gary Smithrud
smithrud
Jan 9, 2003 10:16 pm
Err...very nice, but I'm not sure you meant for this message to be posted here. Gary. ... === message truncated === ...
1242
Kazuhiro Nakao
kazuhiro_nakao
Jan 10, 2003 3:42 am
Manvinder, It is a known problem in Matisse 5.0.9. You can get your Matisse related questions answered at support@.... Matisse 6.0 will be released...
1243
Manvinder Singh
eifflist
Jan 10, 2003 9:40 am
... Gary, thanks for the suggestion. This does work but raises another issue. App. main_window (which launches the thread) stops/pauses it's processing until...
1244
CRISMER Paul-Georges
paul-georges.crismer@...
Jan 10, 2003 9:45 am
Have a look at the 'fancy39; sample application about how to synchronize Threads and windows. This is located at $ISE_EIFFEL/examples/thread/fancy. It is a WEL...