Re: getting File Name

2014-08-10 Thread JB
Hi Scott, I am using a Mac and it allows a / in the name. If a / is in the name I think that if you simply get the last item it would not give you the full name. John Balgenorth On Aug 10, 2014, at 11:15 PM, Scott Rossi wrote: > Hi John: > > Does the following also do what you want? > > >

Re: Two Week Special: Get a Free Database or Reports ADK withPurchase of Valentina Studio Pro

2014-08-10 Thread stephen barncard
On Sun, Aug 10, 2014 at 1:57 PM, Lynn Fredricks < lfredri...@proactive-intl.com> wrote: > Franklin 3D and Franklin audio. The web sites come up as > > "Website disabled". > > They will come back eventually. We are in the middle of a huge, long > overdue > site update for Paradigma Software's main

Re: Selling a ticket for RevCon '14

2014-08-10 Thread stephen barncard
On Sat, Aug 9, 2014 at 9:33 AM, Björnke von Gierke wrote: > Hmm, so everyone already has their ticket? Or perhaps some folks just can't afford it. I remember Revcon 2 and 3, and it didn't cost that much. *--* *Stephen Barncard - San Francisco Ca. USA - Deeds Not Words*

Re: getting File Name

2014-08-10 Thread Scott Rossi
Hi John: Does the following also do what you want? answer file "Select a file:" set itemDel to "/" ask "File Name" with last item of it Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 8/10/14 10:00 PM, "JB" wrote: >Here is a handler I wrote that will return the fi

getting File Name

2014-08-10 Thread JB
Here is a handler I wrote that will return the file name. on mouseUp answer files "Select the file you want the Name of:" put the longFilePath of line 1 of it into filePath set the itemDelimiter to tab put number of chars in filePath into n repeat for n times if char n of fileP

Getting File Type

2014-08-10 Thread JB
The Standard library would not give me the file type when I tried it so here is a handler I wrote that will give the file type. on mouseUp answer files "Select the file you want the type info" put the longFilePath of line 1 of it into filePath put number of chars in filePath into n put

externalPackages

2014-08-10 Thread JB
I built a external using the external examples and have created the stack and installed the external. Everything works and now I want to see the externalPackages of my stack. I created a button and put the following script into it. on mouseUp put the externalPackages of stack "rnahelloTest" into

Re: Marker image sizes

2014-08-10 Thread J. Landman Gay
On 8/10/2014, 7:25 PM, Jacques Hausser wrote: An the "inner glow" gives a decent result. What's boring is to set the points for a 8 x 8 circle... I offer it to you ;-) 2,0,3,0,4,0,5,0,6,1,7,2,7,3,7,4,7,5,6,6,5,7,4,7,3,7,2,7,1,6,0,5,0,4,0,3,0,2,1,1,2,0 Thank you, I will be able to use this. Bern

Re: Marker image sizes

2014-08-10 Thread J. Landman Gay
On 8/10/2014, 9:18 PM, Mark Wieder wrote: Jacque- You may be fighting a losing battle here. According to the docs for markerPattern (aka hilitePattern): "The hilitePattern of a graphic, image, player, or EPS object has no effect." Yeah, but it's a lie. :) It has an effect, it just isn't the

Re: Marker image sizes

2014-08-10 Thread Mark Wieder
Jacque- You may be fighting a losing battle here. According to the docs for markerPattern (aka hilitePattern): "The hilitePattern of a graphic, image, player, or EPS object has no effect." -- -Mark Wieder ahsoftw...@gmail.com This communication may be unlawfully collected and stored by the Na

Externals

2014-08-10 Thread JB
Is it possible to use SuperCard externals in LiveCode? -=>JB<=- ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listin

Re: Marker image sizes

2014-08-10 Thread Jacques Hausser
> Another possibility is to drop the graphic and use only it's list of points, > and to clone your image and set the loc of each clone to the successive > points... but it will give more headache if you want to change the scale. No, better to keep the graphic (without markers) and to use it's l

Re: Marker image sizes

2014-08-10 Thread Jacques Hausser
Hi Jacque, It seems that if you fill the "Markerfill" with your image,this image is transformed into a pattern, that is, repeated in every direction across the graphic and visible only in the markers (what I deduce because they don't look identical to each other, but two contiguous or overlappi

Re: Marker image sizes

2014-08-10 Thread Randy Hengst
Hi Jacque, I'm not going to claim any understanding of the engine… but, I played a bit and maybe this info will be helpful. I messed with creating the image within LC6.6.2 OSX 8.5:import snapshot from grc "DemoOval" and experimented with different size graphics. I started using a 100x100

Re: Marker image sizes

2014-08-10 Thread J. Landman Gay
I forgot to mention, I can get something close if I make the markers about half the size of the original images, but I need them to be the same size as the originals. On 8/10/2014, 5:54 PM, J. Landman Gay wrote: I don't think it is possible to do what I need, but if anyone has time to tinker,

Re: Marker image sizes

2014-08-10 Thread J. Landman Gay
I don't think it is possible to do what I need, but if anyone has time to tinker, I've put an example stack here: The problem seems to be that the markers are drawn based on each point's position as it would lie on a tiled copy

Re: Problem with playing an audio clip

2014-08-10 Thread Scott Rossi
The only audio formats that can be imported are WAV, AIFF, and AU. WAV needs to be a "standard" sample rate of 44k, 22k or 11k. If you want to use MP3 or something else, you need to use a player object whose fileName is set to an external file. Regards, Scott Rossi Creative Director Tactile Med

Problem with playing an audio clip

2014-08-10 Thread Tore Nilsen
I am currently having problems with playing an audio clip in a stack when using the play command. I only get white noise, no matter what file format I use, I have tried mp3, aiff and m4a, the only difference being the noise itself. The files are imported into the stack, and the same noise is rep

RE: Two Week Special: Get a Free Database or Reports ADK withPurchase of Valentina Studio Pro

2014-08-10 Thread Lynn Fredricks
> Just wondering what's happened to your other products, > Franklin 3D and Franklin audio. The web sites come up as > "Website disabled". They will come back eventually. We are in the middle of a huge, long overdue site update for Paradigma Software's main site. The Franklin site got hacked in

Re: Convert a scrolling field to PDF

2014-08-10 Thread Dr. Hawkins
On Sat, Aug 9, 2014 at 9:49 PM, Paul Hibbert wrote: ... > >open printing to pdf tPath >revPrintField the name of field "sortField" >close printing > end mouseUp > Also, look into the options for from/to, to control the area where it lands, or deal with taller than page height, or .

Re: Two Week Special: Get a Free Database or Reports ADK with Purchase of Valentina Studio Pro

2014-08-10 Thread tbodine
Hi Lynn. Just wondering what's happened to your other products, Franklin 3D and Franklin audio. The web sites come up as "Website disabled". Thanks, Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Two-Week-Special-Get-a-Free-Database-or-Reports-ADK