Support

Forum Replies Created

Viewing 20 posts - 361 through 380 (of 9,667 total)
  • Author
    Posts
  • in reply to: Font Mode/Name Not Being Preset When App Starts #69746
    Support
    Keymaster

    Hi
    I see the issue if modal form is created dynamically.
    I will check why custom doesn’t work in this case.

    in reply to: TsImages Does Not Like TsSpinEdits #69745
    Support
    Keymaster

    Hello!
    Thank you for the demo. I see the issue there and I will research it.
    I hope to find a reason of the problem soon.

    in reply to: TsDBCalcEdit not reflecting fields value!! #69737
    Support
    Keymaster

    Which purpose of the Modified property in this case?
    This property will be unused.

    in reply to: TsDBCalcEdit not reflecting fields value!! #69735
    Support
    Keymaster

    I’m not mad :D, just trying to find a best solution for this situation.
    Now, I have added checking of the dsInsert state and CheckValue is runned in the OnExit if DataSource.State is dsInsert. I hope, this way will be handy for developers.

    in reply to: TsDBCalcEdit not reflecting fields value!! #69731
    Support
    Keymaster

    >> Even if modified is False and the focus moves away from the control, minmax checking should occur.

    So, we should cancel all checking of the Modified property in code and ignore it now?

    Or, as another solution, maybe just change Modified to True when new record is inserted?

    Support
    Keymaster

    Thanks you. I see, I will fix it in the nearest release.

    Support
    Keymaster

    Thank you for Gif, but I can’t repeat it, unfortunately.
    Which AlphaControls package version is installed?
    Which Delphi version?

    in reply to: Font Mode/Name Not Being Preset When App Starts #69718
    Support
    Keymaster

    Thank you for the demo.
    I see the problem, it will be solved in the next release, I think.

    in reply to: TB_BTN skin has wrong text color. #69715
    Support
    Keymaster

    Thanks for the demo, this issue will be solved in the nearest release.

    in reply to: TsDBLookupuComboBox question #69714
    Support
    Keymaster

    Hello
    TsDBLookupComboBox is inherited from standard DBLookupComboBox component and inherits a standard behaviour.
    You can’t type there but some solutions exists in the Net, like this:
    https://stackoverflow.com/questions/38615469/dblookupcombobox-how-to-filter-by-typing-similar-select2-jquery

    Support
    Keymaster

    I’m glad that issue was solved.
    If you can give me a demo, then I will research why TsSkinProvider is required there.

    in reply to: Hints show at the wrong position #69712
    Support
    Keymaster

    I hope to find solution for positioning in the nearest release.
    But, TcxHintStyleController should be removed, otherwise hints will not be skinned.

    in reply to: Forum is EXTREMELY slow. #69702
    Support
    Keymaster

    Several databases should be moved also.
    And Php configuration must be compatible.
    Time is needed for that, but I have a lack of time right now.
    And current hosting has been payed for next 2 years, I don’t know if they can return these money back =)

    in reply to: Forum is EXTREMELY slow. #69697
    Support
    Keymaster

    Maybe. Other hosters are better and more cheaper, mostly.
    But, moving there is so difficult now and many time will be spent.
    I’m thinking.

    in reply to: Forum is EXTREMELY slow. #69692
    Support
    Keymaster

    I was talking with hosting support several times, they suggests to optimize site always. But it’s standard WP engine and optimizing is possible by using of plugins only (packing of scripts and css on the fly, and caching of output). I think, just their servers are more slow now than earlier, because forum engine was not changed, but is much slower now. After installing of suggested plugins it’s even more slow now, seems…

    Attachments:
    You must be logged in to view attached files.
    in reply to: Hints show at the wrong position #69680
    Support
    Keymaster

    When hint is shown there, I have information about the control, but not about the cell or header which call the hint.

    in reply to: Hint timing is much too fast #69679
    Support
    Keymaster

    Dick: But they may not show at all (that’s bad).

    Serge: I will check it.

    Dick: It’s no better in 15.16

    Me: Are you sure? Hint is not shown at all still?
    Or, do you mean a timing? It’s not easy to make a delayed hint on disabled control because timer will conflict with standard hint timer. Autoaligning of hint on disabled control will be checked.

    in reply to: TsDBCalcEdit should not honor Min and Max on displaying values #69678
    Support
    Keymaster

    The value will not be changed automatically if AutoValueCorrect is False.
    You should specify a required behavior in the OnValidateError event.

    in reply to: TsListbox AV Problem #69677
    Support
    Keymaster

    I will check this ghost item soon.

    in reply to: TsDBCalcEdit not reflecting fields value!! #69675
    Support
    Keymaster

    Sorry, many things are not clear there still.
    What if new record is created, but value is out of limits, specified in the control?
    It’s not changed by user, it’s defined by DB. What to do? Do not allow exit a control?
    Such hardcoded behaviour will be unwanted for many people, I’m sure.
    Imagine situation, we have two such controls for two different fields. New record has incorrect value for both fields. Which control should not allow to exit? I can imagine many such situations..

    There exist the OnValidateError event. Developer can define a behaviour which required (if the AutoValueCorrect property is False). I think, this behaviour should not be hardcoded.

Viewing 20 posts - 361 through 380 (of 9,667 total)