Search found 31 matches
- Sat Apr 10, 2010 2:45 pm
- Forum: Support
- Topic: Can't perform Unicode Operation - Error
- Replies: 4
- Views: 16976
- Fri Apr 09, 2010 9:04 pm
- Forum: Support
- Topic: Can't perform Unicode Operation - Error
- Replies: 4
- Views: 16976
- Fri Apr 09, 2010 8:10 pm
- Forum: Support
- Topic: Can't perform Unicode Operation - Error
- Replies: 4
- Views: 16976
Can't perform Unicode Operation - Error
Hi I am intermittently getting this Error Message in Delphi 2010 - " Can't perform Unicode Operation " I have just switched from Delphi 2007 to Delphi 2010 and since before the switch never had this Error Message before: "Can't perform Unicode Operation" Is there anything I can do to prevent this ...
- Sat Oct 10, 2009 1:48 am
- Forum: Support
- Topic: Enter Key and URL Detection
- Replies: 26
- Views: 83978
- Fri Oct 09, 2009 8:27 am
- Forum: Support
- Topic: Enter Key and URL Detection
- Replies: 26
- Views: 83978
- Fri Oct 09, 2009 8:09 am
- Forum: Support
- Topic: Enter Key and URL Detection
- Replies: 26
- Views: 83978
- Thu Oct 08, 2009 7:56 pm
- Forum: Support
- Topic: Enter Key and URL Detection
- Replies: 26
- Views: 83978
- Thu Oct 08, 2009 2:45 am
- Forum: Support
- Topic: Enter Key and URL Detection
- Replies: 26
- Views: 83978
Enter Key and URL Detection
Hi, I have a problem where trying to get auto URL detection working - the Enter Key is not being detected, this also happens with the Hypertext\URLS Demo Only - Space, Tab, semicolon and comma is working but not the Enter Key... I am using Delphi 2007 on Windows Vista Ultimate x64 Would you be able ...
- Thu May 28, 2009 11:44 pm
- Forum: Support
- Topic: FontBackColor
- Replies: 7
- Views: 22421
- Wed May 27, 2009 9:03 pm
- Forum: Support
- Topic: FontBackColor
- Replies: 7
- Views: 22421
Hi, Thank you very much this works perfectly well. I have used: procedure TMain.FontCmbSelectFontName(Sender: TObject; AName: string); begin rvActionFontEx1.UserInterface := False; rvActionFontEx1.ValidProperties := [rvfimFontName]; rvActionFontEx1.Font.Name := AName; rvActionFontEx1.ExecuteTarget ...
- Wed May 27, 2009 5:30 pm
- Forum: Support
- Topic: FontBackColor
- Replies: 7
- Views: 22421
- Wed May 27, 2009 5:08 pm
- Forum: Support
- Topic: FontBackColor
- Replies: 7
- Views: 22421
- Wed May 27, 2009 12:04 pm
- Forum: Support
- Topic: FontBackColor
- Replies: 7
- Views: 22421
FontBackColor
Hi, How can I use FontBackColor without using the TRVActions? I need to use a TAdvOfficeTextColorSelector from TMS Software but the Actions override the color selector with it's own and also the selected color never displays on the Button. Can this be done without using the Actions? Many thanks jnap
- Thu May 14, 2009 5:26 pm
- Forum: ScaleRichView
- Topic: Spacing between characters...
- Replies: 13
- Views: 53303
- Thu May 14, 2009 5:08 pm
- Forum: ScaleRichView
- Topic: Spacing between characters...
- Replies: 13
- Views: 53303
Spacing between characters...
Hi, Using TScaleRichViewEdit I notice slight spaces between certain characters. eg: This is a test message... (appears as) - This is a test me ss age The spacing is not as apparant as the above spacing and is only slight but is enough to make one think they are seperate words. Is this by design, a ...