We noticed that when we moved from 2.0 to 2.3 that some of our fonts seemed to lose their mind... i.e., bolded stuff became gigantic. Mind you, there were...
Al, I've not seen this behavior at all with 2.0, 2.1, 2.2, 2.3 or 3.0 in PatternStream. Can you give me some more information and/or a couple of sample files...
Brad Anderson
brad@...
Aug 1, 2007 3:55 pm
7743
hi all, im having trouble trying to extract elements, attributes and replacing the attribute's values. can somebody please help me with my project? i tried...
Hello, following problem. We have several asian and east-europe languages in which we need combined fonts to display the characters correctly. Okay, we solved...
Thanks Brad - all the scripting/database stuff to generate each report is identical, but in situation #1 it's Frame 6.0/Pattern Stream 2.0, and in situation #2...
Hi Karsten, thanks for your reply. You are right, it works fine now. I am not quite sure what happened because I copied the code from my project to this...
Hi Al, Where is the MIF coming from? My guess is the change has happened with the upgrade from Frame 6 to 7.1 rather than the upgrade from PatternStream 2.0...
Brad Anderson
brad@...
Aug 2, 2007 12:50 pm
7749
Hello jerico, here is a little sample for replace/setting a attribute value in a element with all sibling and child elements  best regards Karsten hi all, im...
Hello jerico, here is a little sample for replace/setting a attribute value in a element with all sibling and child elements best regards Karsten  hi all, im...
hi karsten, sorry for my late reply. thanks for your help but uhm... how can i download or access the file? all it says is "Attached file not stored". maybe...
Hello Jerico, no problem. Here is the file. Best regards Karsten hi karsten, sorry for my late reply. thanks for your help but uhm... how can i download or...
hi karsten, sorry for my late reply. thanks for your help but uhm... how can i download or access the file? all it says is "Attached file not stored". maybe...
hi though i already read the GET STRING command but as far as i have learned and what a read, the only example in the guide was it can only replace a string...
hi, It sounds to me like you want to loop through all of the paragraphs in the story and search for the string "See" or "see also". I would first set up a...
hi paul my TOC has the strings "Noun" followed by its meaning. basically these two strings are separated. Noun (See also...) a word of .... etc... i would like...
Hi, I'm trying to use the Frame Find from Text Location command to find paragraphs that are tagged with a certain tag and do something to them. I'm having a...
paul the script works but somehow it only scan on the first found string. though i modified the script coz it doesnt work. ... ReturnStatus(vFound); =to= ... ...
Benjie I was also not successful moving back from the ReturnedRange to the Pgf object but you might be able to loop the Pgfs Set vPgfTag = vPgf.Name; then an...
It sounds like you are missing a Set vpgf = vpgf.NextPgfInFlow; comand. Because you are deleting a PgfMark you have to be careful to keep track of the script...
Hi all, the script SetAttributeValue is now available: http://framescript.natebus.de/index.php?navi=script_misc&file=setattributevalue best regards Karsten hi...
paul this was the script you first sent me... ... not yet been set ... ReturnStatus(vFound); //Placed this after the Loop command coz you said i should look...
Hello- I'd like to be able to intelligently check table column headings for line wrap problems. I want to flag potential tables where a heading in a row could...
Hi Chuck, You can use this to get a line count in a paragraph (oPgf): Get TextList InObject(oPgf) LineBegin NewVar(tTextList); Display tTextList.Count; Rick...
Rick Quatro
frameexpert@...
Aug 9, 2007 7:07 pm
7766
Perfect... Just what I was looking for! Thanks!...
Hi, According to the ElmSoft Reference, the property I want is vTable.FirstPgf, but when I add text to that, it adds a new paragraph before the table. The...
Hi Benjie, First of all you have to make sure that the table actually has a visible title. Assuming that oTbl is your table object, you can use either. Set...
Rick Quatro
frameexpert@...
Aug 13, 2007 1:16 pm
7769
Hi Rick, As I explained in my original post, that does not work. All it does is add a paragraph before the table. The position is set to TblTitleAbove. When...
Hello Scripters,here is the question which is not strictly FrameScript matter.I have modified my FMToolbr.ini file with:3=COMBOBOX, SizeMenu, 50The toolbar...