Unfortunatelly my application is very complex.
I have a function that finds what kind of file it is and load it in ScaleRichView but it's also very complex and uses many other functions.
Also it's not easy for me to make a new program with a simpler version of this function.
I will send you the ...
Search found 21 matches
- Thu Sep 04, 2008 2:18 pm
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Fri Aug 29, 2008 1:25 pm
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Fri Aug 29, 2008 12:37 pm
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Fri Aug 29, 2008 7:37 am
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Thu Aug 28, 2008 1:34 pm
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Mon Aug 25, 2008 7:18 am
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Mon Aug 18, 2008 3:16 pm
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Mon Aug 18, 2008 8:25 am
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Thu Jul 31, 2008 9:57 pm
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Wed Jul 30, 2008 5:06 pm
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Wed Jul 16, 2008 2:09 pm
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
- Wed Jul 16, 2008 8:21 am
- Forum: ScaleRichView
- Topic: Interface is frozen when loading a big file
- Replies: 20
- Views: 84263
Interface is frozen when loading a big file
Hi.
A significant part of the loading time for rtf files is taken in my program by the SetRVMargins procedure. But during this the main interface is frozen and I can't show any progress to the user (with a progressbar).
For this I need that SetRVMargins to be modified to work with OnProgress event ...
A significant part of the loading time for rtf files is taken in my program by the SetRVMargins procedure. But during this the main interface is frozen and I can't show any progress to the user (with a progressbar).
For this I need that SetRVMargins to be modified to work with OnProgress event ...
- Sat Jun 14, 2008 11:14 am
- Forum: Support
- Topic: Get caret position of the selected text in screen
- Replies: 3
- Views: 15137
- Sat Jun 14, 2008 9:09 am
- Forum: Support
- Topic: Get caret position of the selected text in screen
- Replies: 3
- Views: 15137
- Fri Jun 13, 2008 4:07 pm
- Forum: Support
- Topic: Get caret position of the selected text in screen
- Replies: 3
- Views: 15137
Get caret position of the selected text in screen
Hi.
I want to show a window just below text selection in ScaleRichView.
I don't know how to find the position of the selected text (even in tables) in Screen coordinates. I tried with GetItemClientCoords, GetSelectionRect and ClientToScreen API but no luck so far.
Can anyone help me, please ...
I want to show a window just below text selection in ScaleRichView.
I don't know how to find the position of the selected text (even in tables) in Screen coordinates. I tried with GetItemClientCoords, GetSelectionRect and ClientToScreen API but no luck so far.
Can anyone help me, please ...