Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
cdehaas57
About
- Username
- cdehaas57
- Joined
- Visits
- 88
- Last Active
- Roles
- Member
Comments
-
to elaborate on my baseball reference we can do this in steps. 1. conversion from rtf to html 2. view resulting html in output view 3. view html in control 4. edit html control 5. synchronize rtf with html and html with rtf While doing this we can …
-
That sounds like a good approach. Let me try that in the morning.
-
I know there is none at the moment, but am wondering if you could create one😉 I know Frank has ask Daniel to talk to you and see if I am smoking or not. What we need is the conversation from rtf to html. The control would be a homerun, but I am …
-
While looking on the internet I found this. Can this be converted into a function(SRP Utilities)? https://www.codeproject.com/Articles/27431/Writing-Your-Own-RTF-Converter
-
Just noticed that there was a question mark at the end of my sentence that shoould have been an exclamation point
-
100 % correct again. The html is intended to be published as an HTML formatted email?
-
100 % correct
-
Looking at the internet I saw a program that converts from RTF to HTML don't know if this can be used in the situation that I described previously
-
Started from scratch and all is working
-
Don every time I did something I logged out and back in
-
Don as I said my API skills are down the drain. (I know I played with all this some 15 years ago, but looking at Bob example i don't know why the program doesn't exit on line 35 ) Feel like I have to start from scratch. Below is Bob's example that …
-
Love the lighting bolt in the srp editor. Was able to test everything we were talking about fast.
-
I have to create a record in OI that points to the API?
-
I was looking at that. But my API skills have deteriorated some.
-
That is where I started. but as I said before the fontstructure and setcharformat layouts are confusing me so I want to show only the fonts separately from the size
-
I want to show all the fonts that are available on a workstation so the user can choose from it.(this will be the font button and secondly they will be able to choose the size they want ( I am thinking to give them a choice starting from 8 till 16 )…
-
I have found the list of installed fonts using the following code ------------------------------------------------------------------------------------- directory = "C:\Windows\Fonts" filter = "*.ttf" Fonts = RTI_OS_Directory( "GETFILES", directory, …
-
Since I know how to set the size is there a way to retrieve all the installed font on a workstation?
-
Thanks Don I didn't see the pts in the font structure either Is it in twips their too?
-
Kevin that is the problem. I need to set the size and font name but I can't see the size in either. Looks like it is a combination of values, so I need to know what the combination is.
-
While continuing working on the implantation of RFT in edit box I have come to a point that need your help again. I need to be able to change the font for a selection. For all my other manipulations I was able to use SETCHARFORMAT. for color I use…
-
What was scary to begin with is that it said that the name that you put in the TEXT field could be different on your computer without the reasoning behind it.
-
Don looking at the documentation for MSFTEdit.dll it looks to me that IRichEditOle commands should be able to executed am I wrong in thinking that?
-
Here is the screen print as to how I found the help
-
Attached is the documentation of the commands
-
Good morning Don, The documentation that I was reading is https://docs.microsoft.com/en-us/windows/win32/controls/using-rich-edit-controls In reality I just wanted the program in the RTI 9.4 help to be working as is, but it didn't
-
Thanks, don't want to change anything that might mess up others so I will place the footer manually
-
It is not working with or without anything in the TCL window. I know everyone here know what the assistant does but anyway here is what is happening. If the TCL window is empty normally the assistant shows a popup with all the available commands. (i…
-
I thought Don had showed me a way to add something on the fly, but must be mistaken since you are the one creating the shortcuts
-
I wish I had a list of all the shortcuts. They speed up the development cycle tremendously. The one I am trying to find now is the adding the breakpoint on the fly.