The problem is that I need to pass arguments to the pdf reader executable. To do this I got the command to run for pdf files from the registry:
put queryRegistry("HKEY_CLASSES_ROOT\AcroExch.Document\Shell\Open\Command\") into pdfcmd
And then I appended the parameters to pdfcmd and ran that in ...
Search found 10 matches
- Tue Jul 28, 2009 6:43 pm
- Forum: Windows
- Topic: Opening a PDF File with Arguments
- Replies: 2
- Views: 4152
- Mon Jul 27, 2009 10:05 pm
- Forum: Windows
- Topic: Opening a PDF File with Arguments
- Replies: 2
- Views: 4152
Opening a PDF File with Arguments
I am familiar with the launch document command which is great for opening pdf's, but I would like to open a pdf file to a specific location, and that requires arguments. Can I pass arguments to the launch document command? Or is there a way to look up what application would launch that file and then ...
- Sun Jun 08, 2008 3:57 pm
- Forum: Talking LiveCode
- Topic: Resizing items in a group
- Replies: 2
- Views: 4040
- Sun Jun 08, 2008 12:51 am
- Forum: Talking LiveCode
- Topic: Resizing items in a group
- Replies: 2
- Views: 4040
Resizing items in a group
I want to update a certain rectangle graphic (knob) whenever the group resizes. So, in the group script, I wrote a reziseControl method that looks like this:
on resizeControl
put the rect of me into grploc
put the width of me into grpwidth
put the height of me into grpheight
put (item 1 of ...
on resizeControl
put the rect of me into grploc
put the width of me into grpwidth
put the height of me into grpheight
put (item 1 of ...
- Thu May 01, 2008 10:49 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Resize Images in Group
- Replies: 1
- Views: 3122
Resize Images in Group
How can I resize images in a group when the group is resized? I want the images to stay in the proper positions relative to each other and to the new group rectangle. Is there any way I can do this?
- Thu Jun 28, 2007 8:11 pm
- Forum: Feature Proposals
- Topic: more modern looking icons in the image library
- Replies: 11
- Views: 11652
I hate to double post but I did find this:
http://lists.freedesktop.org/archives/t ... 00152.html
plus the license does say that commercial use of the icons is allowed
http://lists.freedesktop.org/archives/t ... 00152.html
plus the license does say that commercial use of the icons is allowed
- Thu Jun 28, 2007 7:48 pm
- Forum: Feature Proposals
- Topic: more modern looking icons in the image library
- Replies: 11
- Views: 11652
That was a creative thought - using the Tango library - and I got all excited about it - but I took a look at the Creative Commons Attribution Share-Alike License, and as Obleo says, it includes the requirement
Share Alike. If you alter, transform, or build upon this work, you may distribute the ...
Share Alike. If you alter, transform, or build upon this work, you may distribute the ...
- Wed Jun 20, 2007 8:51 pm
- Forum: Feature Proposals
- Topic: more modern looking icons in the image library
- Replies: 11
- Views: 11652
- Wed May 30, 2007 9:10 pm
- Forum: Talking LiveCode
- Topic: Resizing Graphics
- Replies: 3
- Views: 5567
Re: Resizing Graphics
Has anybody already created a script for that?BvG wrote:Yesdanrg7 wrote:...do I have to specifically scale every object in the group when it is resized?
- Tue May 29, 2007 4:05 pm
- Forum: Talking LiveCode
- Topic: Resizing Graphics
- Replies: 3
- Views: 5567
Resizing Graphics
I have a set of graphics made using the drawing tools. The graphic itself is just the group of these simple drawings. My problem is that by resizing the group, the objects in the gorup don't resize. Is there an easy way to have all the objects in the group scale to the way the group resizes, or do I ...