Search found 16 matches

by mwilems1
Wed Nov 11, 2009 10:20 pm
Forum: Support
Topic: RVStyle giving wrong color
Replies: 3
Views: 12701

I tried reproducing this problem with a fresh project lastnight and the styles worked as intended. The form with the problem (actually forms now since I have two) is based on the ScaleRichView ActionTest demo (ActionTestD2009) Unit3 form. I copied this form, removed a few controls I didn't need and ...
by mwilems1
Tue Nov 10, 2009 10:19 pm
Forum: Support
Topic: RVStyle giving wrong color
Replies: 3
Views: 12701

RVStyle giving wrong color

I have searched the forums and looked at the demos and still don't have the answer. I have a DBSRichViewEdit object which I assigned a RVStyle object (RVStyle1). I tried adding a style at design time and at run time using RVStyle1.TextStyles.Add. No matter what I do, the text styles are the default ...
by mwilems1
Tue Nov 10, 2009 2:32 am
Forum: ScaleRichView
Topic: SRVLabel Implementation
Replies: 3
Views: 20127

Also, I tried using AutoSize and it didn't work. The objects won't resize. Here is my code: procedure TtemplateForm.InsertClickTextFieldClick(Sender: TObject); var fieldPopup: TdocumentFieldInsPop; ClickTextField: TDocumentClickText; begin if ValidPrimaryRecord then begin fieldPopup := TDocumentFiel...
by mwilems1
Tue Nov 10, 2009 1:50 am
Forum: ScaleRichView
Topic: SRVLabel Implementation
Replies: 3
Views: 20127

SRVLabel Implementation

OK. This is a continuation of the conversation from http://www.trichview.com/forums/viewtopic.php?p=13924#13924 "Label Overlaps Text" but centering on SRVControl usage. I am trying to implement SRVLabel, SRVEdit, and SRVCheckBox for data retrieval and input. Currently I am working on data ...
by mwilems1
Mon Nov 09, 2009 9:48 pm
Forum: ScaleRichView
Topic: Label overlaps text
Replies: 11
Views: 44948

Just using Ariel 12pt. Actually don't know if that is raster or vector and so frustrated after trying to get component insert/move/resize working is SRV for the last three days with only one day left before a meeting. I tried inserting a subclass of TSRVLabel using: DBSRVEdit.InsertControl(myLabel);...
by mwilems1
Mon Nov 09, 2009 7:53 pm
Forum: ScaleRichView
Topic: Label overlaps text
Replies: 11
Views: 44948

I am having a similar problem. After installing SRVControls and SRV2.4.1 using source code you sent 11/7, I can successfully insert and display a subclass of SRVLabel. This is the only one I have tested. I can set the width of the object when I create it, but if I try to change that width, it will t...
by mwilems1
Sun Nov 08, 2009 12:24 am
Forum: ScaleRichView
Topic: DBSRVEdit 2.4.1 Access Violations after Update
Replies: 7
Views: 33821

My user is the only user on the computer and I have administrator rights. I have also turned off all limits I could without digging in to the registry. I want to keep my development computers as "normal" as possible so my deployment will function on most other computers. Thanks so much for...
by mwilems1
Sat Nov 07, 2009 7:40 pm
Forum: ScaleRichView
Topic: DBSRVEdit 2.4.1 Access Violations after Update
Replies: 7
Views: 33821

Thanks Sergey. Not sure why I'm having problems with the installer. I'm running Vista Home Premium and I keep my machine very clean. Only stuff installed is Office 2007, RAD Studio 2009, MySQL 5.5, and Adobe CS3. Nothing that I would expect to interfere with an installer. SRV 2.2 gives the same Inst...
by mwilems1
Fri Nov 06, 2009 9:27 pm
Forum: ScaleRichView
Topic: DBSRVEdit 2.4.1 Access Violations after Update
Replies: 7
Views: 33821

Stepped back to SRV 2.2.1. I still got access violations on the installer, but it did not crash and completed the install. So, after three hours, I'm back to where I started except I have the latest versions of RV and RVA.

I'm still looking for the SRVEdit, SRVLabel, SRVCheckBox, ...
by mwilems1
Fri Nov 06, 2009 7:58 pm
Forum: ScaleRichView
Topic: DBSRVEdit 2.4.1 Access Violations after Update
Replies: 7
Views: 33821

The error seems to be in the registry reader/writer. After clearing the TSRichViewEdit entry from the registry, the installer crashes while updating or reading the registry. It added the key but did not add any values under it and did not allow me to enter my registration information before it crash...
by mwilems1
Fri Nov 06, 2009 7:49 pm
Forum: ScaleRichView
Topic: DBSRVEdit 2.4.1 Access Violations after Update
Replies: 7
Views: 33821

I uninstalled SRV and DBSRV, removed the registry entries and the first time through, the installed just crashed and after that there were the access violations again.
by mwilems1
Fri Nov 06, 2009 7:33 pm
Forum: ScaleRichView
Topic: DBSRVEdit 2.4.1 Access Violations after Update
Replies: 7
Views: 33821

DBSRVEdit 2.4.1 Access Violations after Update

I'm trying to install the new version of ScaleRichViewEdit v2.4.1. I could not find the full version downloads for RichView nor RVActions so I let the installer download the files. After following the instructions to update RV 11.1.1 and RVA 1.72, The installer for SRV got to the license Agree/Don't...
by mwilems1
Tue Oct 20, 2009 3:43 pm
Forum: Support
Topic: Tablet Handwriting with RichView?
Replies: 1
Views: 8687

Tablet Handwriting with RichView?

Is it possible to handle handwriting with RichView and ScaleRichView?

I would like to give my users the ability to use handwriting input on documents. Is there a way to do this?
by mwilems1
Fri Jul 03, 2009 12:49 pm
Forum: Support
Topic: DBRichViewEdit.BackgroundBitmap vs PNG
Replies: 2
Views: 10298

Thanks. That's what I suspected. My users have the ability to create documents so to prevent confusion with my users, I will store backgrounds separately. This will also give me the ability to control size and aspect ratio to maintain the original proportions. As future enhancements for background i...
by mwilems1
Wed Jul 01, 2009 7:14 pm
Forum: Support
Topic: Picture Alignment...again ;-)
Replies: 18
Views: 50072

Thanks for the updates

Thanks Sergey for the updates.

I am new to RV as of March 2009 and this is one of the first elements I saw I would really want, though no one else has this feature either. I can understand that it is difficult to implement.

An announcement when done would be outstanding.