varargs best practice?

2010-12-06 Thread Mark Wieder
All- Does anyone have ideas on a best practice for handling variable numbers of parameters (as in C varargs)? I have two functions and I'd like to pass a variable number of parameters (probably no more than six) to the first function and have it hand them off to the second: function getString pVe

iOS pickWheel woes....

2010-12-06 Thread Jim MacConnell
First: I love 4.5.2 and the iOS integration. Second: I'm afraid I'm collecting evidence that I am stupid. I can't get a result from iphonePick or menuPick in the simulator much less on my iTouch. What am I doing wrong? - - - - - I'm following the example in revLessons "How do I use the

RE: ANN: glx2 is now open source

2010-12-06 Thread Walt Brown
Maybe the observation was made mid-pour. Or mid-swallow. The glass was half full because I haven't finished yet. -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Bob Sneidar Sent: Monday, December 06, 2010 5:21 PM To

RE: focus question

2010-12-06 Thread Walt Brown
Done. -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Smith Sent: Monday, December 06, 2010 11:39 PM To: How to use LiveCode Subject: RE: focus question Hi Walt, I think the list strips attachments. Could you

RE: focus question

2010-12-06 Thread Mark Smith
Sounds like some weekend homework to me :-) I'll let you know how I make out. -- Mark From: use-livecode-boun...@lists.runrev.com [use-livecode-boun...@lists.runrev.com] On Behalf Of Bob Sneidar [b...@twft.com] Sent: Monday, December 06, 2010 12:07 PM

RE: focus question

2010-12-06 Thread Mark Smith
Hi Walt, I think the list strips attachments. Could you send to me offlist? mark_sm...@cpe.umanitoba.ca Cheers, - Mark From: use-livecode-boun...@lists.runrev.com [use-livecode-boun...@lists.runrev.com] On Behalf Of Walt Brown [walter.h.br...@gmail.co

Re: PDF ?

2010-12-06 Thread Anthony Howe
*whines like a whimpering cat at the last prospects of an automated process dwindle into insignficance.* ho hum. It's interesting that software like acrobat pro and PDFShrink and particularly this one... PDFPen http://smilesoftware.com/PDFpen/index.html ... seem to have the 'open & edit a PDF

Re: Code To Minick Control-A, Control-C, Control-V (Select All, Copy, Paste)

2010-12-06 Thread Peter Brigham MD
On Dec 6, 2010, at 5:00 PM, Bob Cole wrote: Here is a script that I use to copy all the text in a field. This works on Mac OS X and Windows (XP and 7). on mouseUp select the text of field "myList" copy wait 1 second select empty set the vscroll of field "myList" to 0

Re: ANN: glx2 is now open source

2010-12-06 Thread Bob Sneidar
Good point. And I might add, we have not considered the REASON for the glass being half full. Did the imbiber not particularly like the wine? In which case, we would be well advised not to finish it! It could also be that the imbiber had quite enough wine, and fell senseless upon the floor, whic

Re: LineSize

2010-12-06 Thread Jeff Massung
It's been a while since I've had to do anything with a printer (so things may be better now?). But, back in the day, there were lots of problems drawing graphics to a printer because of unit conversions. Simply put, the printer has a *much* higher resolution per page than whatever it is that you ar

RE: Code To Minick Control-A, Control-C, Control-V (Select All, Copy, Paste)

2010-12-06 Thread Bob Cole
Here is a script that I use to copy all the text in a field. This works on Mac OS X and Windows (XP and 7). on mouseUp select the text of field "myList" copy wait 1 second select empty set the vscroll of field "myList" to 0 -- reset the scroll to the top of a

Re: PDF ?

2010-12-06 Thread Peter Brigham MD
Oh, right. Sorry, I guess I spoke too soon. I haven't actually imported pdf's as images, I always saved the pdf as an image first then imported that. I have a bunch of forms that I fill in that way and I've always been able to set everything up for the user first -- I've never tried to do i

Re: ANN: glx2 is now open source

2010-12-06 Thread Richmond
On 12/06/2010 11:45 PM, Peter Brigham MD wrote: On Dec 6, 2010, at 12:25 PM, Keith Clarke wrote: On 6 Dec 2010, at 17:16, Bob Sneidar wrote: On Dec 4, 2010, at 5:32 PM, Mark Wieder wrote: Optimist - The glass is half full. Pessimist - The glass is half empty. Engineer - The glass is twice

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Warren Samples
On Mon, 2010-12-06 at 14:11 -0600, Warren Samples wrote: > On Mon, 2010-12-06 at 19:31 +, Kevin Miller wrote: > > Hi folks, > > > > 4.5.2 is now available. And LiveCode for iOS is now available! > > > > To download them, please log into your account. > > > > If you¹re interested, you may a

Re: ANN: glx2 is now open source

2010-12-06 Thread Peter Brigham MD
On Dec 6, 2010, at 12:25 PM, Keith Clarke wrote: On 6 Dec 2010, at 17:16, Bob Sneidar wrote: On Dec 4, 2010, at 5:32 PM, Mark Wieder wrote: Optimist - The glass is half full. Pessimist - The glass is half empty. Engineer - The glass is twice a large as it needs to be. Mathmetician - The g

Re: LineSize

2010-12-06 Thread Jonathan Lynch
Try using an image that contains a 1-pixel line, perhaps? On Mon, Dec 6, 2010 at 3:23 PM, Hershel Fisch wrote: > I cant get into technical part now, due to the lack of knowledge, my > concern > I need to draw a fine line on the screen and then to print it.now when I > set > the, LineSize,bord

Re: PDF ?

2010-12-06 Thread Richmond
On 12/06/2010 11:35 PM, Peter Brigham MD wrote: If you only want to fill in the stamp and then print the result, what I do is import the pdf as an image, Wow! Hold it right there! My original 'seed' for this thread was a question as to how one could import a PDF as an IMAGE . . . . . . Plea

Re: PDF ?

2010-12-06 Thread Peter Brigham MD
If you only want to fill in the stamp and then print the result, what I do is import the pdf as an image, overlay fields wherever I need them, then fill them in by script, and print the result. If you want to export it instead of printing it, you could take a snapshot of the result and expo

Importing a specific file name

2010-12-06 Thread Richmond
As my Devawriter Pro quits it exports an image "DevaW.jpg" and a text file "DevaW.txt" into the defaultFolder . . . not rocket science, but the best way that I can think of of saving one's work. NOW . . . I know how to import image and text files with an answer dialog. What I am unsure of is

Re: revVideograbber + Mac OS X 10.6.5 + iSight bug

2010-12-06 Thread Martin Koob
Thanks for the offer to test this Ben. I will contact you off list. Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/revVideograbber-Mac-OS-X-10-6-5-iSight-bug-tp3074776p3075330.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Kevin Miller
On 06/12/2010 20:27, "Klaus on-rev" wrote: >> Ah, oh, I see, cool :-) >> And how can one tst this in the simulator like with the older plug ins? > > Sorry, found this in the release notes. > > But since I do not have the menubar with the icons or text showing, I feel a > bit lost :-/ > An addit

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Keith Clarke
Hi Kevin, Is revServer now also integrated, as I don't see any mention in the release notes or any separate download links in the my products page? Thanks, Keith.. On 6 Dec 2010, at 20:07, Kevin Miller wrote: > On 06/12/2010 20:05, "Klaus on-rev" wrote: > >>> 4.5.2 is now available. And LiveCo

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Klaus on-rev
Hi all, > Hi Kevin, > >> On 06/12/2010 20:05, "Klaus on-rev" wrote: >> >>> ... >>> I only see LC 4.5.2 but no link for the iOS mobile plug in? >>> Or did I misunderstand the announcement? I have currently alpha15. >>> It would be nice to see the current version somehwere on the webpage! >> Its

Re: LineSize

2010-12-06 Thread Hershel Fisch
I cant get into technical part now, due to the lack of knowledge, my concern I need to draw a fine line on the screen and then to print it.now when I set the, LineSize,borderSize, borderWitdh to 1 and the height in the pallete to 1, its not seen on the screen, but it prints at certain positions an

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Keith Clarke
...ah, thanks Mike. I was expecting it to be a under Developers (i.e. customers ) or Support (for customers) - but the Store makes sense in an 'Afore ye go, look what else you can buy' kind of way! ;-) On 6 Dec 2010, at 19:57, Mike Bonner wrote: > Click the link to the store, and you can log in

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Klaus on-rev
Hi Kevin, > On 06/12/2010 20:05, "Klaus on-rev" wrote: > >> ... >> I only see LC 4.5.2 but no link for the iOS mobile plug in? >> Or did I misunderstand the announcement? I have currently alpha15. >> It would be nice to see the current version somehwere on the webpage! > Its all integrated into

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Warren Samples
On Mon, 2010-12-06 at 19:31 +, Kevin Miller wrote: > Hi folks, > > 4.5.2 is now available. And LiveCode for iOS is now available! > > To download them, please log into your account. > > If you¹re interested, you may also want to check out our new front door > http://www.runrev.com/ > > Kin

Re: A wee gifty . . .

2010-12-06 Thread Richmond
On 12/05/2010 11:09 PM, BNig wrote: Hi Richmond, the group "GXYZ" has disapeared in the stack and that throws an error. Where should the group be? and what size and lockLoc true? Yup; sorry; I know; it stank; new version now ready for you to play with: http://andregarzia.on-rev.com/richmond

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Kevin Miller
On 06/12/2010 20:05, "Klaus on-rev" wrote: >> 4.5.2 is now available. And LiveCode for iOS is now available! > > Cool, thanks! > > But this reads as if there is a final version (1.0) of the iOS plug in > available ;-) > >> To download them, please log into your account. > > I only see LC 4.5.

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Klaus on-rev
Hi Kevin, Am 06.12.2010 um 20:31 schrieb Kevin Miller: > Hi folks, > > 4.5.2 is now available. And LiveCode for iOS is now available! Cool, thanks! But this reads as if there is a final version (1.0) of the iOS plug in available ;-) > To download them, please log into your account. I only s

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Pierre Sahores
What a fantastic Live Presentation :D Kind Regards, Pierre Le 6 déc. 2010 à 20:31, Kevin Miller a écrit : > > If you’re interested, you may also want to check out our new front door > http://www.runrev.com/ > > Kind regards, > > Kevin > > Kevin Miller ~ ke...@runrev.com ~ http://www.runrev.c

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Colin Holgate
On Dec 6, 2010, at 2:56 PM, Keith Clarke wrote: > > Thanks and the new home page looks slick. I can's find a customer login link > anywhere - is that deliberate? If you go to Store, or Downloads, which are the places you might need to be logged, you're soon greeted with a login option. ___

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Mike Bonner
Click the link to the store, and you can log in there. On Mon, Dec 6, 2010 at 12:56 PM, Keith Clarke < keith.cla...@clarkeandclarke.co.uk> wrote: > Kevin, > Thanks and the new home page looks slick. I can's find a customer login > link anywhere - is that deliberate? > Best, > Keith.. > On 6 Dec 2

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Keith Clarke
Kevin, Thanks and the new home page looks slick. I can's find a customer login link anywhere - is that deliberate? Best, Keith.. On 6 Dec 2010, at 19:31, Kevin Miller wrote: > Hi folks, > > 4.5.2 is now available. And LiveCode for iOS is now available! > > To download them, please log into your

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Giuseppe Luigi Punzi
Congratulations. Nice video, and nice Beginners video. P.D.: Somebody can explain to a newbie like me, why I see ribbons everywhere? (BvG videos, now Runrev videos :S ) Cheers. El 06/12/2010, a las 20:31, Kevin Miller escribió: > Hi folks, > > 4.5.2 is now available. And LiveCode for iOS is

4.5.2 and iOS Deployment launched

2010-12-06 Thread Kevin Miller
Hi folks, 4.5.2 is now available. And LiveCode for iOS is now available! To download them, please log into your account. If you¹re interested, you may also want to check out our new front door http://www.runrev.com/ Kind regards, Kevin Kevin Miller ~ ke...@runrev.com ~ http://www.runrev.com/

Re: Maximize A Stack

2010-12-06 Thread Warren Kuhl
ThanksI will give this a shot! Appreciate the help, Warren On Mon, Dec 6, 2010 at 12:58 PM, John Dixon wrote: > > set the rect of stack 'whateverName' to screenRect() > > > Date: Mon, 6 Dec 2010 12:31:52 -0600 > > Subject: Maximize A Stack > > From: warrenk...@gmail.com > > To: use-livecode

RE: Maximize A Stack

2010-12-06 Thread John Dixon
set the rect of stack 'whateverName' to screenRect() > Date: Mon, 6 Dec 2010 12:31:52 -0600 > Subject: Maximize A Stack > From: warrenk...@gmail.com > To: use-livecode@lists.runrev.com > > When I click the maximize button on my stack...the stack is not maximizing > to my window. It seems to max

RE: Maximize A Stack

2010-12-06 Thread John Dixon
set the rect of stack 'whateverName' to screenRect() > Date: Mon, 6 Dec 2010 12:31:52 -0600 > Subject: Maximize A Stack > From: warrenk...@gmail.com > To: use-livecode@lists.runrev.com > > When I click the maximize button on my stack...the stack is not maximizing > to my window. It seems to max

Re: Maximize A Stack

2010-12-06 Thread Bob Sneidar
Are you sure you have not set limits in your stack properties? Bob On Dec 6, 2010, at 10:31 AM, Warren Kuhl wrote: > When I click the maximize button on my stack...the stack is not maximizing > to my window. It seems to maximize horizintally...but only half my screen > is filled vertically.

Re: ANN: glx2 is now open source

2010-12-06 Thread Peter Haworth
On Dec 6, 2010, at 9:35 AM, Andre Garzia wrote: On Mon, Dec 6, 2010 at 3:16 PM, Bob Sneidar wrote: On Dec 4, 2010, at 5:32 PM, Mark Wieder wrote: Optimist - The glass is half full. Pessimist - The glass is half empty. Engineer - The glass is twice a large as it needs to be. Mathmetician

Maximize A Stack

2010-12-06 Thread Warren Kuhl
When I click the maximize button on my stack...the stack is not maximizing to my window. It seems to maximize horizintally...but only half my screen is filled vertically. How would I maximize a stack to the size of my screen? Warren ___ use-livecode ma

RE: focus question

2010-12-06 Thread James Hurley
-- Message: 6 Date: Mon, 6 Dec 2010 10:33:02 -0500 From: "Walt Brown" To: "'How to use LiveCode'" , Subject: RE: focus question Message-ID: <4cfd0240.8e7adc0a.73ad.5...@mx.google.com> Content-Type: text/plain; charset="US-ASCII" Interesting if useles

Re: Code To Minick Control-A, Control-C, Control-V (Select All, Copy, Paste)

2010-12-06 Thread Warren Kuhl
Thanks everyone for your feedback! I used the command recommend by Walt for the select all and this is working just great... Select the text of fld fFieldName" seems to work. Warren On Mon, Dec 6, 2010 at 9:27 AM, Walt Brown wrote: > Yes, thanks Klaus, I figured that out when I started playin

Re: PDF ?

2010-12-06 Thread Richmond
On 12/06/2010 07:59 PM, Bob Sneidar wrote: Can you rephrase that? Yes; "Some sentences can go on and on and on." Bob On Dec 6, 2010, at 7:25 AM, Walt Brown wrote: Some sentences can, when one pauses to reflect on, meditate on, and inwardly digest them, drag on in a way, which with their mu

Re: revVideograbber + Mac OS X 10.6.5 + iSight bug

2010-12-06 Thread Ben Rubinstein
Hi Martin, I've been working with the video grabber recently on OS X 10.6.5, with both LC 4.0 and 4.5, and haven't come across this. Our test platforms are all using an external camera, but my development was all on MacBook Pro with built-in iSight. If you have a sample app/stack, I'd be ha

Re: focus question

2010-12-06 Thread Bob Sneidar
I have had the idea in the past to use a property to define whether or not a field should place the cursor at the beginning, end or last selection of a field upon entering it. Shouldn't be hard to do. Make 2 properties in each field, focusSelection, lastSelection and read/update these accordingl

Re: PDF ?

2010-12-06 Thread Bob Sneidar
Can you rephrase that? Bob On Dec 6, 2010, at 7:25 AM, Walt Brown wrote: > Some sentences can, when one pauses to reflect on, meditate on, and inwardly > digest them, drag on in a way, which with their multiple subordinate, > embedded clauses, caveats (and, come to think of things, extra twiddl

Re: ANN: glx2 is now open source

2010-12-06 Thread Andre Garzia
On Mon, Dec 6, 2010 at 3:25 PM, Keith Clarke < keith.cla...@clarkeandclarke.co.uk> wrote: > > On 6 Dec 2010, at 17:16, Bob Sneidar wrote: > > > > > On Dec 4, 2010, at 5:32 PM, Mark Wieder wrote: > > > >> Optimist - The glass is half full. > >> Pessimist - The glass is half empty. > >> Engineer - T

Re: [OT] Ucranian spam & other posts

2010-12-06 Thread Bob Sneidar
Worcestershire sauce |ˈwoŏstərˌ sh i(ə)r; - sh ər| noun a pungent sauce containing soy sauce and vinegar, first made in Worcester, England. Bob On Dec 6, 2010, at 7:19 AM, Walt Brown wrote: > Anyone have any worst sester shire sauce? I ask all over, no one has ever > heard of it...

Re: Ucranian spam & other posts

2010-12-06 Thread Bob Sneidar
Drat! My highly romanticized notions of Scotland were heretofore inspiring me to take a vacation there soon. Now that my perceptions are corrected, I think I will go to England instead. That is until my highly romanticized notions of England have been dashed to smithereens. ;-) Bob On Dec 5,

Re: How to make a square topped, round rect bottomed graphic?

2010-12-06 Thread Bob Sneidar
Also because for about half the year, if you are brave enough to go outside, you won't be able to see further than 25 to 30 feet in front of you on account of the blizzard. ;-) Bob On Dec 4, 2010, at 4:03 PM, Roger Guay wrote: > There are no verbal salutations in Montana since one doesn't enc

Re: ANN: glx2 is now open source

2010-12-06 Thread Andre Garzia
On Mon, Dec 6, 2010 at 3:16 PM, Bob Sneidar wrote: > > On Dec 4, 2010, at 5:32 PM, Mark Wieder wrote: > > > Optimist - The glass is half full. > > Pessimist - The glass is half empty. > > Engineer - The glass is twice a large as it needs to be. > Mathmetician - The glass is BOTH half empty AND ha

Re: How to make a square topped, round rect bottomed graphic?

2010-12-06 Thread Bob Sneidar
Ooohhh... Dark Castle. I can attribute much of my current state of affairs, that I am not a filthy rich genius, to that insidious game! That and the fact that I am not a genius to start with. Details details... Bob On Dec 4, 2010, at 8:36 AM, Richard Gaskin wrote: > There was a fair bit of co

Re: ANN: glx2 is now open source

2010-12-06 Thread Keith Clarke
On 6 Dec 2010, at 17:16, Bob Sneidar wrote: > > On Dec 4, 2010, at 5:32 PM, Mark Wieder wrote: > >> Optimist - The glass is half full. >> Pessimist - The glass is half empty. >> Engineer - The glass is twice a large as it needs to be. > Mathmetician - The glass is BOTH half empty AND half full.

Re: ANN: glx2 is now open source

2010-12-06 Thread Bob Sneidar
On Dec 4, 2010, at 5:32 PM, Mark Wieder wrote: > Optimist - The glass is half full. > Pessimist - The glass is half empty. > Engineer - The glass is twice a large as it needs to be. Mathmetician - The glass is BOTH half empty AND half full. Bob ___

revVideograbber + Mac OS X 10.6.5 + iSight bug

2010-12-06 Thread Martin Koob
I have had a couple of users of my application report the the video capture window (the revVideoGrabber preview) has a green or grey area over the video image intermittently. I tested it on one user's computer and I determined that it happened when they had the iSight set as the video source.

RE: focus question

2010-12-06 Thread Walt Brown
Interesting if useless discovery - LC accepts real numbers as Point values, ie "22.5,31.7", not just integers. I haven't discovered if it rounds or truncates them in use though. Walt ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

RE: Code To Minick Control-A, Control-C, Control-V (Select All, Copy, Paste)

2010-12-06 Thread Walt Brown
Yes, thanks Klaus, I figured that out when I started playing right after the exciting LiveCode TV episode. -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Klaus on-rev Sent: Monday, December 06, 2010 9:51 AM To: How

RE: PDF ?

2010-12-06 Thread Walt Brown
Richmond showing off prior political experience? -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Richmond Sent: Saturday, December 04, 2010 2:35 PM To: How to use LiveCode Subject: Re: PDF ? On 12/04/2010 08:36 PM,

RE: [OT] Ucranian spam & other posts

2010-12-06 Thread Walt Brown
Anyone have any worst sester shire sauce? I ask all over, no one has ever heard of it... -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of René Micout Sent: Sunday, December 05, 2010 10:30 AM To: How to use LiveCode S

RE: focus question

2010-12-06 Thread Walt Brown
I have had to use "Select after char -1 of fld X". I was actually using it to place the cursor at various character positions in a field in a rawKeyDown handler - I was using predictive lookup in rawKeyDown as a field validation technique, playing around after David, Mark, and BvG's EXCELLENT LiveC

Re: Code To Minick Control-A, Control-C, Control-V (Select All, Copy, Paste)

2010-12-06 Thread Klaus on-rev
Hi Walt, > Of interest, if "Select the text of me" is in the mouseUp handler of the > field, it selects NOT all of the text, but all the lines from the mouse > location down. try: ... select char 1 to -1 of me ... > Walt Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

RE: Code To Minick Control-A, Control-C, Control-V (Select All, Copy, Paste)

2010-12-06 Thread Walt Brown
Of interest, if "Select the text of me" is in the mouseUp handler of the field, it selects NOT all of the text, but all the lines from the mouse location down. Walt -Original Message- From: Walt Brown [mailto:walter.h.br...@gmail.com] Sent: Monday, December 06, 2010 9:44 AM To: 'How to us

RE: Code To Minick Control-A, Control-C, Control-V (Select All, Copy, Paste)

2010-12-06 Thread Walt Brown
"Select the text of fld fFieldName" seems to work. Walt -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of stephen barncard Sent: Sunday, December 05, 2010 11:43 PM To: How to use LiveCode Subject: Re: Code To Minick C

RE: LineSize

2010-12-06 Thread Walt Brown
Actually, that might be 3, since the points in the rect are inclusive (99 to 101 = 3)? Walt -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Jan Schenkel Sent: Monday, December 06, 2010 1:05 AM To: How to use LiveCod

RE: PDF ?

2010-12-06 Thread Walt Brown
I have had some success with documents by investigating their internal structure and adding or editing an appropriate object. The issue with many is that you may also have to recalculate length, checksum, signatures, internal pointer, etc. elements in the document file as well. Some elements may al

Re: Code To Minick Control-A, Control-C, Control-V (Select All, Copy, Paste)

2010-12-06 Thread Mike Bonner
Can't test it now, but I think "select the text of field "yourfield" will work On Sun, Dec 5, 2010 at 9:43 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > I am pretty sure "Select All" has to be done by script -- > > select character 1 to -1 of fld x > > > > On 5 December 2010 19

Re: How to show an image in a field?

2010-12-06 Thread Javier Miranda V.
on mouseUp set the imageSource of char 1 of field "aaa" to 1009 set the imageSource of char 1 of line 3 of field "aaa" to 1008 set the imageSource of char 1 of line 5 of field "aaa" to 1011 end mouseUp Where field "aaa" is the field in whis¡ch the images will be inserted 1009, 1008 and 1011

Re: focus question

2010-12-06 Thread Mark Smith
Josh Mellicker wrote: > > Are you using "select after fld X"? > Hi Josh, thanks so much. No, I was using "focus on field x". The dictionary says that if the field is unlocked text then the insertion point is placed after the text in the field. I think I'll suggest that line be removed since it

Re: PDF ?

2010-12-06 Thread Josh Mellicker
While this is not what you're looking for, perhaps it is an alternate solution? http://www.bloggingpro.com/archives/2010/11/26/wp-pdf-stamper-plugin-brand-your-ebooks-with-license-details/ Cheers, Josh Sent from my iPad On Dec 5, 2010, at 10:34 PM, Anthony Howe wrote: > Thanks Jan, > > Grea