[Feature Request] FlatEdit |
Post Reply |
Author | |
DataCrypt
Groupie Joined: 09 January 2009 Status: Offline Points: 13 |
Post Options
Thanks(0)
Posted: 23 February 2011 at 10:27pm |
Would it please be possible to add these to the TODO list? I'm hoping you would please consider implementing a few new features
to your CodeJock Xtreme Suite ActiveX Controls. I
think they would be very simple to implement and would be very helpful.
1). Add a GetMask property to the FlatEdit control so a user can retrieve the mask set in the control. 2). Add a SetText property to the controls FlatEdit, ComboBox, and perhaps DatePicker, etc... that allows a user to set the text in the control without firing the Change or Click events. 3). Add a UnFmtText property to the FlatEdit control to obtain the actual data in the control when a mask has been set. Currently the MaskedText property brings back the data, but includes the prompt character as well. For example, if the mask was set FlatEdit1.SetMask "000-0000", "___-____" and a user entered only partial data like "123-00__" (leaving to empty spaces), both the FlatEdit1.Text and FlatEdit1.MaskedText output "123-00__" when it should just be "123-00". If this is a bug, then just fixing the MaskedText method would be great. That's it. The only other request (which is already on your list) is the DatePicker have Visual Styles to look like the other controls. Best Regards, DataCrypt |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |