TsDBRichEdit does not update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #69054
    Support
    Keymaster

      Hello!
      I’m trying to repeat this situation in tests, but without success, unfortunately.
      Can you help me with test-app, please? Also, try the v15.11, I was trying with this version.

      #69071
      Pedro-Juan
      Participant

        Hello,

        When I want to disable all items (TsRadioGroup.ItemIndex := -1), TsRadioGroup keeps the selected item at runtime, even after putting TsRadioGroup.Refresh in the code.

        TsDBgrid is not updated after a query.
        When scrolling through the DBGrid, it is only possible to scroll through the selected records (the query is fine), but the ones from the previous query are visible.
        However this time TsDBgrid.Refresh does work, but with the previous version installed (14.34) it was not necessary to refresh, and the code is the same.

        At design time components like TsDBRichEdit and TsDBgrid are not repainted. Sometimes changing Width or Height (Shift + Up / Down Arrow or Left / Right) looks good, but not always.

        I don’t know very well what test-app is, does it mean to make a small application in sending it?

        May be are the solutions to these problems included in:
        Update: AlphaControls v15.11 Stable released …
        Minor improvements and bugfixes?

        Thank you very much and greetings.

        #69072
        Stephane Senecal
        Participant

          are you using Dataset.DisableControls()?
          if yes, check that you have the same amount of DisableControls than EnableControls.

          Stephane Senecal
          CIS Group
          Delphi programmer since 2001

          #69076
          Pedro-Juan
          Participant

            I’ve looked and it’s all good. All paired Disable / Enable.
            Thank you very much.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.