Search found 40 matches
- Fri Feb 13, 2015 4:14 pm
- Forum: Support
- Topic: drag and drop from outlook
- Replies: 2
- Views: 12896
msg files
And when I drop a msg file to a richviewedit an error message is shown 'Unknown picture file extention (.msg)
- Fri Feb 13, 2015 4:10 pm
- Forum: Support
- Topic: drag and drop from outlook
- Replies: 2
- Views: 12896
drag and drop from outlook
When I drop an email from outlook on a TRichviewedit control I only get the quickview data in the richviewedit and not the totally message.
Is the a property to get the full message?
Is the a property to get the full message?
- Tue Oct 26, 2010 7:12 am
- Forum: Support
- Topic: TRVFontInfoProperty Size of published set is >4 bytes
- Replies: 3
- Views: 14383
Delphi QC post
I also post a qc report so maybe this limit will be upgraded in next delphi releases.
http://qc.embarcadero.com/wc/qcmain.aspx?ac=89202
http://qc.embarcadero.com/wc/qcmain.aspx?ac=89202
- Tue Oct 26, 2010 6:39 am
- Forum: Support
- Topic: TRVFontInfoProperty Size of published set is >4 bytes
- Replies: 3
- Views: 14383
default
ValidTextProperties also moved and default cannot set to [] in public section. So default also removed.
Thanks for your reply, we can use the newest now.
Thanks for your reply, we can use the newest now.
- Mon Oct 25, 2010 7:42 am
- Forum: Support
- Topic: TRVFontInfoProperty Size of published set is >4 bytes
- Replies: 3
- Views: 14383
TRVFontInfoProperty Size of published set is >4 bytes
When enabling RVLANGUAGEPROPERTY the TRVFontInfoProperty gives an compile error: Size of published set is ModifiedProperties >4 bytes
The max of a set is 32 items. rvfiHidden is added and works when RVLANGUAGEPROPERTY isnot defined.
The max of a set is 32 items. rvfiHidden is added and works when RVLANGUAGEPROPERTY isnot defined.
- Mon Jan 19, 2009 12:30 pm
- Forum: Support
- Topic: PrintpreviewAction hangs on delphi 2009
- Replies: 3
- Views: 13331
clear tag
I found the problem (after a long search). We use to insert autotext code: RVData.AddNLTag(Trim(lText) , lFontNew.Index, 0, Integer(StrNew(PChar(lDataTag))) When a user open an document we replace the tags with the selected data. After replacing we remove the tag with the code: lDataTag := PChar ...
- Tue Jan 13, 2009 8:34 am
- Forum: Support
- Topic: PrintpreviewAction hangs on delphi 2009
- Replies: 3
- Views: 13331
PrintpreviewAction hangs on delphi 2009
We use the trichviewactions v1.69 with richviewedit v11.02 We can print an dbgrid into a table by using datatext integration. In D2006 it works nice, but in D2009 the applications hangs in previewaction. Small table are correct printed, larger tables hangs. For example: 9 cols and 6 rows -> Problem ...
- Tue Jan 13, 2009 7:40 am
- Forum: Support
- Topic: language property richview 11.02 in delphi 2009
- Replies: 8
- Views: 24244
fixed
In Delphi 2009 by Tools | Options | Environment options | Delphi Options | Library - Win32 there was an wrong directory added.
Removing this item fixed the problem
Removing this item fixed the problem
- Tue Jan 06, 2009 3:18 pm
- Forum: Support
- Topic: language property richview 11.02 in delphi 2009
- Replies: 8
- Views: 24244
clean install
I have remove everthing. Registry items, D2006, richview and richview actions. Remove component, .bpl, .dcp and still get the error.
All package are in the same directory.
If language property is set than richviewactions will not install
All package are in the same directory.
If language property is set than richviewactions will not install
- Tue Jan 06, 2009 2:47 pm
- Forum: Support
- Topic: language property richview 11.02 in delphi 2009
- Replies: 8
- Views: 24244
d2006 vs d2009
With D2006 it works fine. D2009 problem still exitsts
- Mon Dec 22, 2008 3:01 pm
- Forum: Support
- Topic: language property richview 11.02 in delphi 2009
- Replies: 8
- Views: 24244
rebuilding
I have first uninstall packages rvpkgd2009, rvdbpkgD2009 and richviewactionsd2009. Then rebuild all the 3 packages Install packages. The richviewactionsd2009 gives error about entrypoint. Then uninstall the packages, close delphi 2009. Delete packages cache in registry of windows. Start Delphi 2009 ...
- Wed Dec 17, 2008 9:46 am
- Forum: Support
- Topic: language property richview 11.02 in delphi 2009
- Replies: 8
- Views: 24244
language property richview 11.02 in delphi 2009
If we enable the language property by editing RV_Defs.inc {$DEFINE RVLANGUAGEPROPERTY} the richviewactionsd2009.bpl will not install anymore. Entrypoint procedure not found in RVPkgD2009.bpl
- Tue Mar 11, 2008 8:16 am
- Forum: Support
- Topic: rva actions protected instead of private
- Replies: 2
- Views: 11571
thanks
It works fine. lMiCopy := TMenuItem.Create( rvaPopupMenu ); //our own implentation lMiCopy.Action := rvActionCopy; //insert on position 1. Items starts on position 0 RVAPopupMenu.Items.Insert(1, lMiCopy); One remark: You have to created the menu item each time. lMiCopy will be destroyed by ...
- Mon Mar 10, 2008 11:13 am
- Forum: Support
- Topic: rva actions protected instead of private
- Replies: 2
- Views: 11571
rva actions protected instead of private
In richviewactions.pas TRVAPopupMenuHelper and TRVAPopupMenu contains private procedures and declarations.
If this will be protected we can use an inherited class
We have our own rvactions which we want to add in the preparepopup.
If this will be protected we can use an inherited class
We have our own rvactions which we want to add in the preparepopup.
- Tue Mar 04, 2008 11:27 am
- Forum: Support
- Topic: is item selected
- Replies: 1
- Views: 9510
is item selected
Is there a way to know or a rvdata.item is selected?