Search found 93 matches

by toolwiz
Sat Feb 23, 2008 9:30 am
Forum: ScaleRichView
Topic: how to add items to pop-up menu
Replies: 9
Views: 39999

how to add items to pop-up menu

I asked this earlier but I don't think it was answered completely. In the Actions Demo, you can right-click on the SRV area and a context menu appears. It's generated by the action framework. I'm not sure if it's one of the popup menus on the form, or if it's generated dynamically. I added some butt...
by toolwiz
Fri Feb 22, 2008 10:44 pm
Forum: Support
Topic: strnew replacement?
Replies: 9
Views: 25072

Besides this one, just a component or two in the Raize Components 4 library. But that's different.

-David
by toolwiz
Thu Feb 21, 2008 5:39 pm
Forum: Support
Topic: strnew replacement?
Replies: 9
Views: 25072

I've run into several deprecated functions. The sad part is that it's not mentioned in the help for them, and there's no practical way to find what function should be used to replace them. (No "See Also" to similar functions.)

-David
by toolwiz
Thu Feb 21, 2008 4:54 pm
Forum: ScaleRichView
Topic: when are updates due to be released?
Replies: 6
Views: 22754

This is Thursday....

any news?

I've got something on hold awaiting this update. Client is getting anxious.

-David
by toolwiz
Wed Feb 20, 2008 11:46 pm
Forum: Support
Topic: Pdf generating problem
Replies: 3
Views: 12914

I've never tried embedding the fonts, and have not run into any problems.

-David
by toolwiz
Wed Feb 20, 2008 1:29 am
Forum: ScaleRichView
Topic: some funky refreshing going on
Replies: 0
Views: 14840

some funky refreshing going on

I'm using D2007, and I've noticed that there's some kind of funky refreshing that goes on when I've got my app opened up that's based on the Actions Demo. All of the icons on the desktop start flickering, everything in Delphi starts flickering, and then the form with the SRV on it is brought to the ...
by toolwiz
Wed Feb 20, 2008 1:19 am
Forum: Support
Topic: strnew replacement?
Replies: 9
Views: 25072

This is a little stange AFAIK StrNew is not deprecated but NewStr is. But NewStr is not used in RichView. :? That's funny ... I'm seeing both of them used throughout RV code. (Do a Find In Files for both of 'em and it finds both.) I didn't realize there were both StrNew and NewStr. So if I use StrN...
by toolwiz
Tue Feb 19, 2008 7:13 pm
Forum: ScaleRichView
Topic: more RVAction Hyperlink questions
Replies: 11
Views: 36350

Actually, if it finds CRs or LFs, it just sets Text = ''. But that's not a problem. The question is ... is there any particular need to have encoded URLs stored in the Tags? I tried saving plain URLs and they're not being pulled up properly. But I'm not sure if it's because of that or something else...
by toolwiz
Tue Feb 19, 2008 5:18 pm
Forum: ScaleRichView
Topic: when are updates due to be released?
Replies: 6
Views: 22754

YAY!
by toolwiz
Tue Feb 19, 2008 5:16 pm
Forum: ScaleRichView
Topic: more RVAction Hyperlink questions
Replies: 11
Views: 36350

Ok, thanks It appears that the Hyperlink code that adds them to the item tags also encodes them -- apparently replacing spaces and punctuation with %xx forms. Is it necessary to do this when the hyperlinks are stored as tags? That is, can they be encoded later? (Do they need to be encoded at all?) A...
by toolwiz
Tue Feb 19, 2008 8:11 am
Forum: Support
Topic: strnew replacement?
Replies: 9
Views: 25072

strnew replacement?

In D2007, it says that 'strnew' is deprecated. Unfortunately, the help doesn't give any suggestions on what to replace it with.

It's used in lots of the routines here that deal with item tags.

Is there something else to use that's equivalent and not deprecated?

-David
by toolwiz
Tue Feb 19, 2008 1:23 am
Forum: Support
Topic: Search and replace that crosses item boundaries?
Replies: 8
Views: 23042

Michael Pro, Would you mind pasting the ENTIRE FUNCTION here? I've got pieces from three different messages that I tried to merge, and the compiler is saying there are variables that aren't being used that are part of fixes people have posted. I'm sure others are are will run into similar problems. ...
by toolwiz
Mon Feb 18, 2008 8:52 pm
Forum: ScaleRichView
Topic: suggestion handling custom 'save as' in actions framework
Replies: 1
Views: 11769

suggestion handling custom 'save as' in actions framework

In the actions demo where you add the code to handle saving custom file formats, there's a flag called "success". If it's false, it displays a warning box. This needs to be a three-valued flag, not a simple true/false flag, because if you hit the Cancel button on the Save dialog, it's neit...
by toolwiz
Mon Feb 18, 2008 8:32 pm
Forum: ScaleRichView
Topic: when are updates due to be released?
Replies: 6
Views: 22754

when are updates due to be released?

Several things have been identified and fixed here.

When are the updates due to be released that contain these fixes?

-David
by toolwiz
Fri Feb 08, 2008 12:18 pm
Forum: ScaleRichView
Topic: <CTRL-Z> falls off end of list and generates errors
Replies: 5
Views: 21034

that would be great, thanks!

-David