Re: [OT] images: best transparent format

2011-10-30 Thread Nicolas Cueto
> I'm pretty sure the issue is LiveCode, not you. I thought so too. Cause, within Fireworks, visual effects such as shadowing are clean and jagged-less. But when LC applies graphic effects, that is when the imperfections arise. And that is also when I decided to contact the list, plus upgrade to 5

Re: [OT] images: best transparent format

2011-10-30 Thread Scott Rossi
I'm pretty sure the issue is LiveCode, not you. See an example here: http://www.tactilemedia.com/download/LC_antialias_issue.jpg LiveCode has had antialiasing issues for years (try creating a sharp line using an even line width in LC -- can't be done when antialiasing is enabled). My guess is w

Re: Simple web page commenting via on-rev?

2011-10-30 Thread Tim Selander
Thanks for everyone's replies! I tried the suggested Disqus... but have not made it past some errors it's giving me yet. Also tried a couple other similar systems to varying degrees of success, but nothing quite right yet. Thank you for your code Alex! I plan to have some fun with it tonight

Re: How to reset the player?

2011-10-30 Thread mike
The field test went fine. All set for tomorrow night! Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: m...@doub.com Sender: use-livecode-boun...@lists.runrev.com Date: Sun, 30 Oct 2011 21:10:37 To: How To use LiveCode Reply-To: How to use LiveCode

Re: OT: Command-line blues (ImageMagick)

2011-10-30 Thread Richard Gaskin
Graham Samuel wrote: > I did not realise that MacPorts will create a 'fully functional > binary', so thanks very much for that info. I have some hopes after > all for my geography teachers. > > If this is the case, then why the heck haven't the producers > of ImageMagick gone so far as to do thi

Re: [OT] images: best transparent format

2011-10-30 Thread Colin Holgate
Fireworks is a preferred application for a lot of people making PNG web graphics, so even if any number of other applications can also make PNGs, ones from Fireworks should be working perfectly well. ___ use-livecode mailing list use-livecode@lists.runr

Re: [OT] images: best transparent format

2011-10-30 Thread ddas
Hi Nicholas, Your best bet might be Illustrator. Create a shape and then export for web/devices as 24bit png. The results are slightly superior to Photoshop when it comes to dithering edges. Copying vectors using the clipboard yields better results when moving between apps. Higher res composi

Re: [OT] images: best transparent format

2011-10-30 Thread Roger Eller
On Sun, Oct 30, 2011 at 5:35 PM, Nicolas Cueto wrote: > I'm afraid my question is becoming a discussion about image software. > What my question was actually about was how to create and/or export > transparent images with perfectly non-jagged (or dithered) edges. > > Thanks. > -- > Nicolas Cueto

Re: [OT] images: best transparent format

2011-10-30 Thread Colin Holgate
When you save a png you should get options about how many bits there are, and whether there is transparency. If you see an option to have either 32 bit, or 24 bit and transparency selected, then those should work perfectly in LiveCode. At least it does for me. Look too to see if there is a Save

Re: [OT] images: best transparent format

2011-10-30 Thread Nicolas Cueto
I'm afraid my question is becoming a discussion about image software. What my question was actually about was how to create and/or export transparent images with perfectly non-jagged (or dithered) edges. Thanks. -- Nicolas Cueto ___ use-livecode mailing

Re: Am I misunderstanding data grids?

2011-10-30 Thread Matthias Rebbe
Hi Geoff, if you are using DataGrids in more than one project then have a look at DataGridHelper Plugin. http://www.runrev.com/store/product/data-grid-helper-1-2-0/ You find a quickstart guide at http://aslugontheroad.com/index.php?option=com_phocadownload&view=category&id=12:trial&Itemid=63#

Re: Am I misunderstanding data grids?

2011-10-30 Thread Mike Bonner
Wow, I need to wake up. Should be set the dgColumnIsEditable["yourColumn"] of group "yourGroup" to false 3rd times the charm. On Sun, Oct 30, 2011 at 3:18 PM, Mike Bonner wrote: > er Meant false. oopsy > > On Sun, Oct 30, 2011 at 3:16 PM, Mike Bonner wrote: > >> If you look here >> http://less

Re: Am I misunderstanding data grids?

2011-10-30 Thread Mike Bonner
er Meant false. oopsy On Sun, Oct 30, 2011 at 3:16 PM, Mike Bonner wrote: > If you look here > http://lessons.runrev.com/s/lessons/m/datagrid/l/7343-Data-Grid-Properties > > Under column properties, you will find this.. > *dgColumnIsEditable [COLUMN] > - Toggle whether or not a column is editabl

Re: Am I misunderstanding data grids?

2011-10-30 Thread Mike Bonner
If you look here http://lessons.runrev.com/s/lessons/m/datagrid/l/7343-Data-Grid-Properties Under column properties, you will find this.. *dgColumnIsEditable [COLUMN] - Toggle whether or not a column is editable by the user. Set to true/false. * So you can do "set the dgColumnIsEditable["yourcolumn

Re: How to reset the player?

2011-10-30 Thread mike
I found the currentTime property which does the reset. I also got it to repeat as I needed by catching playstopped and re-initializing everything thus faking a loop Got everything working just in time for a night time test before Halloween. :-) Got to admit the simulated lightening is pretty c

Am I misunderstanding data grids?

2011-10-30 Thread Geoff Canyon Rev
Do I really need to edit the script of each column's template object to insert an exit mouseDoubleUp if I want that column not to be editable? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: [OT] images: best transparent format

2011-10-30 Thread Richmond
On 10/30/2011 08:37 PM, Roger Eller wrote: On Sun, Oct 30, 2011 at 12:54 PM, Richmond wrote: On 10/30/2011 05:32 PM, Roger Eller wrote: Try Sumo Paint On-line. Transparency is supported, and it can save as PNG. It's like having Photoshop Lite inside your browser. http://www.sumopaint.com/app

Re: app id on the web

2011-10-30 Thread ddas
Thanks Andre. I will now try to set a custom user-agent with HTTPHeaders. Regards, Debdoot On Oct 30, 2011, at 3:28 PM, Andre Garzia wrote: > Debdoot, > > You can customize what it would show if you set your http user agent > header. I can't recall what is the current default value though. >

Re: Mac app icons

2011-10-30 Thread J. Landman Gay
On 10/30/11 1:39 PM, FlexibleLearning wrote: Ouch, damn and drat... But thank you for confirming I am not alone! I tried replacing the dud Standalone.icns with one from another app that does display correctly. Still not working. So far the client has not complained but I suspect it is only a ma

Re: app id on the web

2011-10-30 Thread Andre Garzia
Debdoot, You can customize what it would show if you set your http user agent header. I can't recall what is the current default value though. Cheers andre On Sun, Oct 30, 2011 at 4:46 PM, ddas wrote: > Hello Everyone, > > If my iOS app connects to a web resource, how would it show on the logs

app id on the web

2011-10-30 Thread ddas
Hello Everyone, If my iOS app connects to a web resource, how would it show on the logs. Would it be com.companyname.appname or just appname or something else. Thanks, Debdoot ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Mac app icons

2011-10-30 Thread FlexibleLearning
Ouch, damn and drat... But thank you for confirming I am not alone! I tried replacing the dud Standalone.icns with one from another app that does display correctly. Still not working. So far the client has not complained but I suspect it is only a matter of time. If ANYONE has tracked this down,

Re: [OT] images: best transparent format

2011-10-30 Thread Roger Eller
On Sun, Oct 30, 2011 at 12:54 PM, Richmond wrote: > On 10/30/2011 05:32 PM, Roger Eller wrote: > >> Try Sumo Paint On-line. Transparency is supported, and it can save as PNG. >> It's like having Photoshop Lite inside your browser. >> >> http://www.sumopaint.com/app/ >> > > The emphasis being on "L

Re: How to reset the player?

2011-10-30 Thread stephen barncard
did you try 'set the filename of player 1 to xx' for each reset? or set the filename player 1 to empty set the filename player 1 to xx' On 30 October 2011 08:19, Mike Doub wrote: > I am trying to get several call backs to fire during playback of a looping > mp3. I am controlling lights from

Re: [OT] images: best transparent format

2011-10-30 Thread Richmond
On 10/30/2011 05:32 PM, Roger Eller wrote: Try Sumo Paint On-line. Transparency is supported, and it can save as PNG. It's like having Photoshop Lite inside your browser. http://www.sumopaint.com/app/ The emphasis being on "Lite" (which is, itself a bad sign, as somebody has economised on let

Re: [OT] images: best transparent format

2011-10-30 Thread Roger Eller
Try Sumo Paint On-line. Transparency is supported, and it can save as PNG. It's like having Photoshop Lite inside your browser. http://www.sumopaint.com/app/ ˜Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to sub

How to reset the player?

2011-10-30 Thread Mike Doub
I am trying to get several call backs to fire during playback of a looping mp3. I am controlling lights from within the call backs. However, I am running into several issues that I do not understand. 1) I am not able to reset the player to the beginning 2) The callbacks are onl

Re: OT: Command-line blues (ImageMagick)

2011-10-30 Thread Roger Eller
On Sun, Oct 30, 2011 at 10:42 AM, Graham Samuel wrote: > Thanks Warren, this is good stuff. As my primary target is Windows I think > I can use existing binaries, but of course I remain interested in a Mac > version, which I have now made work experimentally. > > I did not realise that MacPorts wi

Re: Simple web page commenting via on-rev?

2011-10-30 Thread Alex Tweedly
On 29/10/2011 20:43, Alex Tweedly wrote: I think the overall descriptive article is still there - http://andregarzia.com/page/bootstrappingacms though there is no detail about the comment system (and no code - I don't remember if it was ever available or not). -- Alex. Replying to myself ag

Re: [OT] images: best transparent format

2011-10-30 Thread Richmond Mathewson
On 10/30/2011 01:36 PM, Nicolas Cueto wrote: Hello, I'm using Fireworks 2004 to create transparent images of alphabet letters that I import onto an LC stack using LC's "File> Import" menu. Problem is, when in LC I set "dropshadow" and "innershadow" there is still a teeny little bit of jaggednes

Re: OT: Command-line blues (ImageMagick)

2011-10-30 Thread Graham Samuel
Thanks Warren, this is good stuff. As my primary target is Windows I think I can use existing binaries, but of course I remain interested in a Mac version, which I have now made work experimentally. I did not realise that MacPorts will create a 'fully functional binary', so thanks very much fo

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-30 Thread Ueliweb
I tried to mount the box.net direct as WebDav to the Finder If you have sign up to more then one account you can use the old ftp like URL: ftp://username:password@some-domain but the usermane is a email that content also a @ it must be in the URL encoding witch is %40 so your URL to connect

Re: Livecode-HTML SubEthaEdit & Coda Syntax Mode

2011-10-30 Thread Christian Langers
err... yes... wrong link, that is :-( Sorry ! Correct link : http://www.codingmonkeys.de/subethaedit/ Greets and thanks Mark, Christian Le 30 oct. 2011 à 12:59, Mark Schonewille a écrit : > Hi, > > When I open the Subethaedit.com link, I see a dialog that tells me I'm the > winner in my

[OT] images: best transparent format

2011-10-30 Thread Nicolas Cueto
Hello, I'm using Fireworks 2004 to create transparent images of alphabet letters that I import onto an LC stack using LC's "File > Import" menu. Problem is, when in LC I set "dropshadow" and "innershadow" there is still a teeny little bit of jaggedness noticeable between the image itself and the i

Re: Mac app icons

2011-10-30 Thread Phil Jimmieson
The same thing happens to me with one of my OS X apps. LiveCode always produces a zero length icns file for that app. I've never been able to track it down. I always end up manually replacing the dud Standalone.icns with a working version that I keep handy. Sent from my iPhone On 30 Oct 2011,

Mac app icons

2011-10-30 Thread FlexibleLearning
Can anyone point me in the right direction, please? Using 10.6.8 on a MacMini with LC4.5.2 The standalone icns icon set is not being copied (contents:Resources:Standalone.icns is zero KB) but no build error is reported. Using IcoFX software that automatically generates a 1bit set for Mac icns. I