Bug report: Cannot input non-English character-ES_gpl_6.1.71477-Win&Lin-x86

View: New views
4 Messages — Rating Filter:   Alert me  

Bug report: Cannot input non-English character-ES_gpl_6.1.71477-Win&Lin-x86

by 孙恭鑫 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, Everyone.
        I install Eiffel61_gpl_71477 on my Windows XP SP2 and Redflag Linux Desktop 6.0. When creating a EiffelVision2 app, I found that I cannot type chinese in the Eiffel Studio on both system. After compile the app, I can type chinese in the editing windows of the app on Windows but still cannot on Linux. Is this has some thing to do with i18n of Eiffel Studio or maybe just a little configure?

        PS: I'm new to this language. Can anyone tell me where should I get start? Any tutorial should I read?

                                孙恭鑫
                        AlexSun618@...
                                2008-04-29


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/eiffel_software/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/eiffel_software/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:eiffel_software-digest@...
    mailto:eiffel_software-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    eiffel_software-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Bug report: Cannot input non-English character-ES_gpl_6.1.71477-Win&Lin-x86

by Ted-47 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

EiffelStudio has not fully finished i18n, which implies developers are
not yet able to input/render languages like Chinese into the editor.
But the app you created is using Vision2 library control, rather than
the Editor library, which now supports Unicode.

The issue on Linux should be IM problem that Vision2 probably doesn't
activate IM on the control of Linux implementation.

Regards,
Ted

--- In eiffel_software@..., "Ëï¹§öÎ" <alexsun618@...> wrote:
>
> Hi, Everyone.
> I install Eiffel61_gpl_71477 on my Windows XP SP2 and Redflag Linux
Desktop 6.0. When creating a EiffelVision2 app, I found that I cannot
type chinese in the Eiffel Studio on both system. After compile the
app, I can type chinese in the editing windows of the app on Windows
but still cannot on Linux. Is this has some thing to do with i18n of
Eiffel Studio or maybe just a little configure?
>
> PS: I'm new to this language. Can anyone tell me where should I get
start? Any tutorial should I read?
>
> Ëï¹§öÎ
> AlexSun618@...
> 2008-04-29
>



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/eiffel_software/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/eiffel_software/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:eiffel_software-digest@...
    mailto:eiffel_software-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    eiffel_software-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Re: Bug report: Cannot input non-English character-ES_gpl_6.1.71477-Win&Lin-x86

by 孙恭鑫 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks. I'm not sure but it seems the IM problem. I can copy/paste Chinese into the app, though still can't type.

Another problem( should I open a new thread ? I'm new the this list): How to deploy the app? I mean, how to execute the app outside the EiffelStudio? I try to execute it directly but failed on both system:

//on Linux///////////////////////////////////////////////////////////////////////////////////////////////
[root@Alexander W_code]# ./encrypter

precomp_vision2: system execution failed.
Following is the set of recorded exceptions:

-------------------------------------------------------------------------------
Class / Object      Routine                Nature of exception           Effect
-------------------------------------------------------------------------------
EXCEPTIONS          eraise                 Could not load image file.:
<00000000B71B015C>                         Developer exception.          Fail
-------------------------------------------------------------------------------
EXCEPTIONS          eraise
<00000000B71B015C>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EXCEPTIONS          raise @3
<00000000B71B015C>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_PIXMAP_IMP       read_from_named_file @6
<00000000B71AFCC4>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_PIXMAP           set_with_named_file @4
<00000000B71AFC9C>                         Routine failure.              Fail
-------------------------------------------------------------------------------
MAIN_WINDOW         build_standard_toolbar @5
<00000000B71AA6D4>                         Routine failure.              Fail
-------------------------------------------------------------------------------
MAIN_WINDOW         initialize @5
<00000000B71AA6D4>                         Routine failure.              Fail
-------------------------------------------------------------------------------
MAIN_WINDOW         default_create @6
<00000000B71AA6D4>  (From EV_ANY)          Routine failure.              Fail
-------------------------------------------------------------------------------
APPLICATION         prepare @1
<00000000B71AA04C>                         Routine failure.              Fail
-------------------------------------------------------------------------------
APPLICATION         make_and_launch @2
<00000000B71AA04C>                         Routine failure.              Fail
-------------------------------------------------------------------------------
APPLICATION         root's creation
<00000000B71AA04C>                         Routine failure.              Exit
-------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////////////////////
       
//on Windows//////////////////////////////////////////////////////////////////////////////////////////
precomp_vision2: system execution failed.
Following is the set of recorded exceptions:

-------------------------------------------------------------------------------
Class / Object      Routine                Nature of exception           Effect
-------------------------------------------------------------------------------
RAW_FILE            file_open              No such file or directory:  
<0000000004438040>                         Operating system error.       Fail
-------------------------------------------------------------------------------
RAW_FILE            file_open                                          
<0000000004438040>                         Routine failure.              Fail
-------------------------------------------------------------------------------
RAW_FILE            open_read @3                                        
<0000000004438040>  (From FILE)            Routine failure.              Fail
-------------------------------------------------------------------------------
RAW_FILE            make_open_read @4                                  
<0000000004438040>  (From FILE)            Routine failure.              Fail
-------------------------------------------------------------------------------
EV_PIXMAP_IMP       read_from_named_file @4
<0000000004437F08>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_PIXMAP           set_with_named_file @4                              
<0000000004437EE0>                         Routine failure.              Fail
-------------------------------------------------------------------------------
MAIN_WINDOW         build_standard_toolbar @5
<0000000004430E60>                         Routine failure.              Fail
-------------------------------------------------------------------------------
MAIN_WINDOW         initialize @5                                      
<0000000004430E60>                         Routine failure.              Fail
-------------------------------------------------------------------------------
MAIN_WINDOW         default_create @6                                  
<0000000004430E60>  (From EV_ANY)          Routine failure.              Fail
-------------------------------------------------------------------------------
APPLICATION         prepare @1                                          
<0000000004430068>                         Routine failure.              Fail
-------------------------------------------------------------------------------
APPLICATION         make_and_launch @2                                  
<0000000004430068>                         Routine failure.              Fail
-------------------------------------------------------------------------------
APPLICATION         root's creation                                    
<0000000004430068>                         Routine failure.              Exit
-------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////////////////

======================== 2008-04-29 15:34:41 您在来信中写道:========================

>Hi,
>
>EiffelStudio has not fully finished i18n, which implies developers are
>not yet able to input/render languages like Chinese into the editor.
>But the app you created is using Vision2 library control, rather than
>the Editor library, which now supports Unicode.
>
>The issue on Linux should be IM problem that Vision2 probably doesn't
>activate IM on the control of Linux implementation.
>
>Regards,
>Ted
>
>--- In eiffel_software@..., "孙恭鑫" <alexsun618@...> wrote:
>>
>> Hi, Everyone.
>> I install Eiffel61_gpl_71477 on my Windows XP SP2 and Redflag Linux
>Desktop 6.0. When creating a EiffelVision2 app, I found that I cannot
>type chinese in the Eiffel Studio on both system. After compile the
>app, I can type chinese in the editing windows of the app on Windows
>but still cannot on Linux. Is this has some thing to do with i18n of
>Eiffel Studio or maybe just a little configure?
>>
>> PS: I'm new to this language. Can anyone tell me where should I get
>start? Any tutorial should I read?
>>
>> 孙恭鑫
>> AlexSun618@...
>> 2008-04-29
>>

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =



                        致
礼!


                                孙恭鑫
                        AlexSun618@...
                                2008-04-30


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/eiffel_software/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/eiffel_software/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:eiffel_software-digest@...
    mailto:eiffel_software-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    eiffel_software-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Re: Bug report: Cannot input non-English character-ES_gpl_6.1.71477-Win&Lin-x86

by Peter Gummer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

孙恭鑫 wrote:
>
> ... How to deploy the app? I mean, how to execute the app outside the
> EiffelStudio? I try to execute it directly but failed on both system:
> ...
> EXCEPTIONS          eraise                 Could not load image file.:

It looks like it's trying to load an image file, but the file is not there.
You need to copy the image files to wherever the program is trying to load
them from (probably the same directory as the executable).

I think I recall that this is a bug in the wizard that creates a new
EiffelVision application. The classes generated by the wizard should be
smarter, because all new EiffelVision users seem to get caught by this same
problem.

- Peter Gummer



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/eiffel_software/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/eiffel_software/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:eiffel_software-digest@...
    mailto:eiffel_software-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    eiffel_software-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/