
Roy Woll
- Total activity 427
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 178
Activity overview
Latest activity by Roy Woll-
Roy Woll commented,
Unfortunately I think this issue with the inspector at design time with the caption font cannot be resolved until the next major release. We have internal code changes but the resulting package wo...
-
Roy Woll commented,
onChange is fired by windows when the text changes so it does not have a delay. I don't know of a way to change the behavior of this event as it is implemented in the base class of TCustomEdit
-
Roy Woll commented,
For the date to display blank, it would have to be a value of 0 which is equivalent to the 1899 date. It looks like in your screen shot that the time portion is not 00:00 so it would not display bl...
-
Roy Woll commented,
The export to sylk should preserve the field type, but I don't think displayformat is used with that format. I think xml would use displayformat but then the export is done as a string for each field.
-
Roy Woll commented,
You might be able to use the OnBounceBack event which is triggered when you are at the end or beginning. The parameters should tell you which direction is occurring.
-
Roy Woll commented,
Please provide more details. What is the exception you are receiving?
-
Roy Woll commented,
Can you try our latest build I just uploaded and let me know if the problem persists. I can't exactly reproduce your problem, but I am unable to see your error when the editor contains more charac...
-
Roy Woll commented,
You can take a look at using OnFetchMore event to see if it fits your needs. See the help file for more info on this event. If it does not fit your needs, please explain in more detail your needs.
-
Roy Woll commented,
Have you looked at the pdragdrop demo in the demos\griddragdrop directory? It seems to work for me.
-
Roy Woll commented,
This is windows behavior when having a sizeable window. It needs an icon to show it in the taskbar when minimized. If you don't want the icon and still want the x close button, you would have to s...