Forum Replies Created
-
AuthorPosts
-
Support
KeymasterHi
I see the issue if modal form is created dynamically.
I will check why custom doesn’t work in this case.Support
KeymasterHello!
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.Support
KeymasterWhich purpose of the Modified property in this case?
This property will be unused.Support
KeymasterI’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.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?
October 7, 2020 at 3:54 pm in reply to: TsCharImageList editor cannot close font adding screen any more #69730Support
KeymasterThanks you. I see, I will fix it in the nearest release.
October 7, 2020 at 2:15 pm in reply to: TsCharImageList editor cannot close font adding screen any more #69727Support
KeymasterThank you for Gif, but I can’t repeat it, unfortunately.
Which AlphaControls package version is installed?
Which Delphi version?Support
KeymasterThank you for the demo.
I see the problem, it will be solved in the next release, I think.Support
KeymasterThanks for the demo, this issue will be solved in the nearest release.
Support
KeymasterHello
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-jqueryOctober 3, 2020 at 8:48 am in reply to: [AC 15.16] Loading form with ReportBuilder freeze application #69713Support
KeymasterI’m glad that issue was solved.
If you can give me a demo, then I will research why TsSkinProvider is required there.Support
KeymasterI hope to find solution for positioning in the nearest release.
But, TcxHintStyleController should be removed, otherwise hints will not be skinned.Support
KeymasterSeveral 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 =)Support
KeymasterMaybe. Other hosters are better and more cheaper, mostly.
But, moving there is so difficult now and many time will be spent.
I’m thinking.Support
KeymasterI 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.Support
KeymasterWhen hint is shown there, I have information about the control, but not about the cell or header which call the hint.
Support
KeymasterDick: 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.September 28, 2020 at 11:16 am in reply to: TsDBCalcEdit should not honor Min and Max on displaying values #69678Support
KeymasterThe value will not be changed automatically if AutoValueCorrect is False.
You should specify a required behavior in the OnValidateError event.Support
KeymasterI will check this ghost item soon.
Support
KeymasterSorry, 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.
-
AuthorPosts