Search found 10 matches

by danrg7
Tue Jul 28, 2009 6:43 pm
Forum: Windows
Topic: Opening a PDF File with Arguments
Replies: 2
Views: 3398

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 the sh...
by danrg7
Mon Jul 27, 2009 10:05 pm
Forum: Windows
Topic: Opening a PDF File with Arguments
Replies: 2
Views: 3398

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...
by danrg7
Sun Jun 08, 2008 3:57 pm
Forum: Talking LiveCode
Topic: Resizing items in a group
Replies: 2
Views: 3289

Thanks! I figured it would be just one little property that I could not find.
by danrg7
Sun Jun 08, 2008 12:51 am
Forum: Talking LiveCode
Topic: Resizing items in a group
Replies: 2
Views: 3289

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 grploc) +...
by danrg7
Thu May 01, 2008 10:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Resize Images in Group
Replies: 1
Views: 2534

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?
by danrg7
Thu Jun 28, 2007 8:11 pm
Forum: Feature Proposals
Topic: more modern looking icons in the image library
Replies: 11
Views: 9194

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
by danrg7
Thu Jun 28, 2007 7:48 pm
Forum: Feature Proposals
Topic: more modern looking icons in the image library
Replies: 11
Views: 9194

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 re...
by danrg7
Wed Jun 20, 2007 8:51 pm
Forum: Feature Proposals
Topic: more modern looking icons in the image library
Replies: 11
Views: 9194

I was thinking that it would be cool if the Tango icon set was included as an image library. It is already extensive and complete, plus it looks really good on all platforms. If you want to check them out: http://tango.freedesktop.org/Tango_Icon_Gallery . And they are licensed by the Creative Common...
by danrg7
Wed May 30, 2007 9:10 pm
Forum: Talking LiveCode
Topic: Resizing Graphics
Replies: 3
Views: 4647

Re: Resizing Graphics

BvG wrote:
danrg7 wrote:...do I have to specifically scale every object in the group when it is resized?
Yes
Has anybody already created a script for that?
by danrg7
Tue May 29, 2007 4:05 pm
Forum: Talking LiveCode
Topic: Resizing Graphics
Replies: 3
Views: 4647

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...