in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Spellcheck dialog display behaviour

Last post 05-19-2007 3:21 AM by C1_SergeiS. 13 replies.
Page 1 of 1 (14 items)
Sort Posts: Previous Next
  • 04-19-2007 4:32 PM

    • ezbaji
    • Not Ranked
    • Joined on 04-19-2007
    • Posts 7

    Spellcheck dialog display behaviour

    Hi, I configured my application (developed in .NET 1.1) to use .NET 2.0 framework.

    The spellcheck dialog had a little odd display behaviour like the checkbox is not displayed properly.

    Please check the image attached for the display.

    BB
  • 04-20-2007 1:17 AM In reply to

    Re: Spellcheck dialog display behaviour

    Hi,
     
    I can't see any image.
    Try to download C1Spell for .Net 2.x from http:\\prerelease.componentone.com and check it.
     
    Regards,
    Sergey.
    <ezbaji> wrote in message news:193785@test.componentone.com...
    Hi, I configured my application (developed in .NET 1.1) to use .NET 2.0 framework.

    The spellcheck dialog had a little odd display behaviour like the checkbox is not displayed properly.

    Please check the image attached for the display.

    BB

    http://home.componentone.com/cs/forums/193785/ShowPost.aspx

  • 04-20-2007 8:01 AM In reply to

    • ezbaji
    • Not Ranked
    • Joined on 04-19-2007
    • Posts 7

    Re: Spellcheck dialog display behaviour

    Hi Sergey,

    Thanks for your response.

    Here is the details about the development environment:
    I am using C1Spell Build Number 1.2.20051.57. Our application uses TXTextControl as editor and C1Spell as speller control. We develop our application in .NET 1.1 framework in VS2003.

    we forced our application to work with .NET 2.0 framework by setting the attribute in config file. When we do that, we encounter the display issue with the spell check dialog checkbox.

    Please find the attached image zip.
  • 04-24-2007 8:35 AM In reply to

    • ezbaji
    • Not Ranked
    • Joined on 04-19-2007
    • Posts 7

    Re: Spellcheck dialog display behaviour

    Is there any way I could resolve this issue?

    Thanks
    BB
  • 04-25-2007 12:15 AM In reply to

    Re: Spellcheck dialog display behaviour

    Hi,
     
    I've checked the build of C1Spell you mentioned with .Net 2.0 application and could not reproduce the problem. What OS do you use? Please also try to download the latest versions of C1Spell.1\C1Spell.2 from http://prerelease.componentone.com/  and check if the problem is there.
     
    Regards,
    Sergey.
    <ezbaji> wrote in message news:193858@test.componentone.com...
    Is there any way I could resolve this issue?

    Thanks
    BB

    http://home.componentone.com/cs/forums/193809/ShowPost.aspx#193858

  • 04-25-2007 9:22 AM In reply to

    • ezbaji
    • Not Ranked
    • Joined on 04-19-2007
    • Posts 7

    Re: Spellcheck dialog display behaviour

    Thanks Sergei for your response.

    I use Windows XP. I also tried downloding the latest versions of C1Spell.1.. dlls. Still i have the same issue.

    All I did is changed the application configuration to work with the supported runtime of 2.0















    Also i downloaded the sample applications from Textcontrol that uses c1spell. That also have the same problem.

    Please let me know if you need any other information.

    Thanks in advance.

    Regards
    BB
  • 04-27-2007 6:17 PM In reply to

    Re: Spellcheck dialog display behaviour

    Do you see this issue only with .net 1.x applications built under VS2005? If you create a new windows application in VS2005, put TextBox and C1Spell 1.x on the form, check TextBox with C1Spell, will you see the problem? The same, but if use C1Spell 2.x, will you see the problem?
     
    Regards,
    Sergey.
    <ezbaji> wrote in message news:193858@test.componentone.com...
    Is there any way I could resolve this issue?

    Thanks
    BB

    http://home.componentone.com/cs/forums/193809/ShowPost.aspx#193858

  • 04-30-2007 1:33 PM In reply to

    • ezbaji
    • Not Ranked
    • Joined on 04-19-2007
    • Posts 7

    Re: Spellcheck dialog display behaviour

    I see this issue only with .net 1.x application built under VS2003 and force it to work in .NET 2.0 framework as runtime.

    I haven't tried any sample application using VS2005 and C1Spell 2.x control.

    Thanks a lot for looking into this issue.

    Regards
    BB
  • 05-02-2007 2:40 AM In reply to

    Re: Spellcheck dialog display behaviour

    Hello Sergei,
     
    This is Allen from C1 Support Team. Here is a small description of the problem again:
     
    1) The application is created in ..Net1.1 and using C1Spell for .Net1.0
    2) A configuration file is added to the project (app.config) which has the following entry: 
    <
    supportedRuntime version="v2.0.50727"/>

    forcing the application to use the 2.0 framework enviornment.

    3) On completion of the step 2 the customer seems the distorted behavior of the spell check dialog, please see the attached image. 

    You may want to go through the following thread and a similar solution was provided:

    http://helpcentral.componentone.com/cs/forums/191323/ShowPost.aspx

    Some observations:

    1) The application works fine when converted to .Net 2.0 using the conversion utility.

    2) The application doesn't work in .Net1.1 with the entry in app.config file as mentioned in step 2, however, a similar solution was provided as fix (step3)

    Regards/ Allen

     
     
    <ezbaji> wrote in message news:194065@test.componentone.com...
    I see this issue only with .net 1.x application built under VS2003 and force it to work in .NET 2.0 framework as runtime.

    I haven't tried any sample application using VS2005 and C1Spell 2.x control.

    Thanks a lot for looking into this issue.

    Regards
    BB

    http://home.componentone.com/cs/forums/194024/ShowPost.aspx#194065

  • 05-03-2007 1:45 AM In reply to

    Re: Spellcheck dialog display behaviour

    Hi Allen,
     
    I've attached C1Spell assembly with some fixes. Could you check if you see the problem with it? If the problem persists, please make a screenshot and send it to me.
     
    Regards,
    Sergey.
    <C1_PatrickS> wrote in message news:194137@test.componentone.com...
    Hello Sergei,
     
    This is Allen from C1 Support Team. Here is a small description of the problem again:
     
    1) The application is created in ...Net1.1 and using C1Spell for .Net1.0
    2) A configuration file is added to the project (app.config) which has the following entry: 
    <
    supportedRuntime version="v2.0.50727"/>

    forcing the application to use the 2.0 framework enviornment.

    3) On completion of the step 2 the customer seems the distorted behavior of the spell check dialog, please see the attached image. 

    You may want to go through the following thread and a similar solution was provided:

    http://helpcentral.componentone.com/cs/forums/191323/ShowPost.aspx

    Some observations:

    1) The application works fine when converted to .Net 2.0 using the conversion utility.

    2) The application doesn't work in .Net1.1 with the entry in app.config file as mentioned in step 2, however, a similar solution was provided as fix (step3)

    Regards/ Allen

     
     
    <ezbaji> wrote in message news:194065@test.componentone.com...
    I see this issue only with .net 1.x application built under VS2003 and force it to work in .NET 2.0 framework as runtime.

    I haven't tried any sample application using VS2005 and C1Spell 2.x control.

    Thanks a lot for looking into this issue.

    Regards
    BB

    http://home.componentone.com/cs/forums/194024/ShowPost.aspx#194065



    http://home.componentone.com/cs/forums/194065/ShowPost.aspx#194137

  • 05-03-2007 10:30 AM In reply to

    • ezbaji
    • Not Ranked
    • Joined on 04-19-2007
    • Posts 7

    Re: Spellcheck dialog display behaviour

    Hi Sergei,

    Thanks for the update. I do not see checkbox problem now with this new dll but I found something new.

    1. The labels "Not in Dictionary" and "Suggestion" have dark grey background.
    2. The check box appears 3-dimentional
    3. Application alerts with msg box saying my license expired since T1 2006 during development and runtime.

    I enclosed the screen shot of the new spellcheck dialog.

    Thanks for your efforts.

    Regards
    BB
  • 05-03-2007 6:00 PM In reply to

    Re: Spellcheck dialog display behaviour

    Hi,
     
    that was a test build, I made controls dark grey to see their real sizes in case the problem persists. I'll keep you informed about further progress on this issue.
     
    Regards,
    Sergey.
    <ezbaji> wrote in message news:194276@test.componentone.com...
    Hi Sergei,

    Thanks for the update. I do not see checkbox problem now with this new dll but I found something new.

    1. The labels "Not in Dictionary" and "Suggestion" have dark grey background.
    2. The check box appears 3-dimentional
    3. Application alerts with msg box saying my license expired since T1 2006 during development and runtime.

    I enclosed the screen shot of the new spellcheck dialog.

    Thanks for your efforts.

    Regards
    BB

    http://home.componentone.com/cs/forums/194243/ShowPost.aspx#194276

  • 05-16-2007 2:32 PM In reply to

    • ezbaji
    • Not Ranked
    • Joined on 04-19-2007
    • Posts 7

    Re: Spellcheck dialog display behaviour

    Hi Sergey

    Any update on this issue?

    Thanks
    BB
  • 05-19-2007 3:21 AM In reply to

    Re: Spellcheck dialog display behaviour

    Hi,
     
    build 1.2.20072.74 containing the bugfix was released last Thursday, however, as I can see, it's not yet published on
    http://prerelease.componentone.com/. Unfortunately, I can't tell exactly when this happens :(
     
    Regards,
      Sergey
    <ezbaji> wrote in message news:194857@test.componentone.com...
    Hi Sergey

    Any update on this issue?

    Thanks
    BB

    http://home.componentone.com/cs/forums/194305/ShowPost.aspx#194857

Page 1 of 1 (14 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.