Current filter:
                                You should refresh the page.
                                0
                                  • In my propram some hints depent from user input, so I need to manipulate the hint runtime.
                                    until the last update this worked:

                                    procedure TForm1.cxHintStyleController1ShowHintEx(Sender: TObject;
                                      var Caption, HintStr: string; var CanShow: Boolean; var HintInfo: THintInfo);
                                    begin
                                        HintStr := 'hint101';
                                    end;

                                    Now it don't.
                                    It seems the event is now called after the hint is shown.

                                    Greetings,
                                    Henk van den Boogaard

                                0

                                Hi Henk,

                                Thank you for the question.
                                Please let us know which control you use with the TcxHintStyleController, or better yet, send us your sample, so we can examine it in more detail.
                                Prior to responding to us or sending your sample, please check whether you've set the control's ShowHint property to True.
                                For now, I've tested the TcxHintStyleController with the TcxScheduler control. Everything works well for me.

                                Thanks,
                                Bob

                                0

                                Here is a sample.

                                Greetings, Henk

                                test.zip
                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.