Search found 31 matches

by jnap
Sat Apr 10, 2010 2:45 pm
Forum: Support
Topic: Can't perform Unicode Operation - Error
Replies: 4
Views: 15177

Hi Sorry for the confusion but I have now found the line causing the problem. It is: //------------------------------------------------------------------------------ // rve OnPaste... //------------------------------------------------------------------------------ procedure TSEMArcFrm.rvePaste(Sende...
by jnap
Fri Apr 09, 2010 9:04 pm
Forum: Support
Topic: Can't perform Unicode Operation - Error
Replies: 4
Views: 15177

Hi

Thank you for your very fast response :)

The Error is just on a Paste from an rvActionPaste which is assigned to a TPopupMenu.

Thank you for your time

Chris
by jnap
Fri Apr 09, 2010 8:10 pm
Forum: Support
Topic: Can't perform Unicode Operation - Error
Replies: 4
Views: 15177

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 d...
by jnap
Sat Oct 10, 2009 1:48 am
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 72145

Hi,

Thanks for your help.
by jnap
Fri Oct 09, 2009 8:27 am
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 72145

I think I have worked it out now, I just create it and free it when needed :)

Thanks for your help. I got there in the end :D

jnap
by jnap
Fri Oct 09, 2009 8:09 am
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 72145

Hi,

Found the unit: dmActions

The trouble is I get an Access Violation when pressing the Enter key using the code you suggest.
by jnap
Thu Oct 08, 2009 7:56 pm
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 72145

Hi,

may be a silly question - but what is rvActionsResource - I get undeclared on these lines...

What unit must be added for this?
by jnap
Thu Oct 08, 2009 2:45 am
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 72145

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 ...
by jnap
Thu May 28, 2009 11:44 pm
Forum: Support
Topic: FontBackColor
Replies: 7
Views: 19330

Hi,

Thank you very much Sergey for all your time and help.
by jnap
Wed May 27, 2009 9:03 pm
Forum: Support
Topic: FontBackColor
Replies: 7
Views: 19330

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(r...
by jnap
Wed May 27, 2009 5:30 pm
Forum: Support
Topic: FontBackColor
Replies: 7
Views: 19330

I try to do the same thing for selecting the Font Type but always the Font Dialog will be displayed. How is it possible to do this without displaying the Font Dialog? I have tried with: procedure TMain.FontCmbSelectFontName(Sender: TObject; AName: string); begin // rvActionFonts1.UserInterface := rv...
by jnap
Wed May 27, 2009 5:08 pm
Forum: Support
Topic: FontBackColor
Replies: 7
Views: 19330

Hi,

Thank you very much, I have used method number (2) which works very well.

Thanks again.

jnap
by jnap
Wed May 27, 2009 12:04 pm
Forum: Support
Topic: FontBackColor
Replies: 7
Views: 19330

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
by jnap
Thu May 14, 2009 5:26 pm
Forum: ScaleRichView
Topic: Spacing between characters...
Replies: 13
Views: 46055

Hi,

Thank you for your prompt response.

I will have to switch back to TRichViewEdit for this project.

jnap
by jnap
Thu May 14, 2009 5:08 pm
Forum: ScaleRichView
Topic: Spacing between characters...
Replies: 13
Views: 46055

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 b...