Re: Unicode in Answer Dialog on iOS

2013-03-01 Thread Richmond
On 03/01/2013 11:40 PM, Monte Goulding wrote: As far as I know this isn't supported yet. I think we would need a unicode variant of the answer dialog. I'm also trying to work out how to handle this on mergExt externals. I've got a tendency to go for just utf8 everything... but it may be that I

Re: about resolution independence...

2013-03-01 Thread Richmond
On 03/01/2013 11:27 PM, Ian Wood wrote: Resolution Independence is perfectly attainable. Aspect Ratio Independence is a separate but related issue, and vastly more complicated... ;) That is where I went wrong with my remark: not differentiating the two. Ian On 1 Mar 2013, at 20:46, Colin H

Re: about resolution independence...

2013-03-01 Thread Richmond
On 03/01/2013 10:46 PM, Colin Holgate wrote: In part I was saying that with Flash I do have resolution independence, and that if the Flash team can do it, then the LiveCode team should be able to. 'Can' is one word; a development team the size of Adobe's versus . . . is quite another. I won

Re: Unicode in Answer Dialog on iOS

2013-03-01 Thread Jim Little
Thanks, Kee and Monte. We'll try a fake dialog. Jim & Todd On Mar 1, 2013, at 4:17 PM, kee nethery wrote: > > On Mar 1, 2013, at 1:13 PM, Jim Little wrote: > >> >> Hi All, >> >> We're trying to localize an iOS app for Japanese. We're stuck with trying >> to use unicode in Answer dialog

Re: Unicode in Answer Dialog on iOS

2013-03-01 Thread Monte Goulding
I use a similar technique for modal dialogs but I use black graphic with blendlevel about 80% to dim everything. The main annoyance is that you need to remember to keep the dimming layer and the the dialog groups above everything else in the ui. It would certainly be nice to have a multi-stack

Re: mySQL OLD_PASSWORD

2013-03-01 Thread Kay C Lan
On Fri, Mar 1, 2013 at 11:57 PM, Ruslan Zasukhin < ruslan_zasuk...@valentina-db.com> wrote: > Most probably this is issue of mySQL itself. > > Most probably can be googled info how convert existed users into new format > So my question remains. The reason I'm not using the new format is because b

Re: How to create graphics like the ones in Windows screensaver "mystify"?

2013-03-01 Thread Matthias Rebbe
Thank you to both of you. Regards, Matthias Am 01.03.2013 um 10:51 schrieb Alejandro Tejada : > Hi Matthias, > > > Matthias Rebbe-2 wrote >> I need to create and manipulate that curves by program. I do not need to >> do animation. Just manipulate the curves by changing values. >> Is there

Set the Finder icon of a stack?

2013-03-01 Thread Paul Hibbert
Hi all, I wanted to set the Finder Icon of some stacks by script, I know I can do it easily in the Finder, but I wanted to automate the process within LC. After scanning the dictionary I thought this would be easy, however, the info provided is either out of date, inaccurate or just misleading,

Re: Unicode in Answer Dialog on iOS

2013-03-01 Thread kee nethery
On Mar 1, 2013, at 1:13 PM, Jim Little wrote: > > Hi All, > > We're trying to localize an iOS app for Japanese. We're stuck with trying to > use unicode in Answer dialogues on iOS. > > We've tried: > > 1. HTML-formatted strings outputs to tags > 2. RTF-formatted strings outputs with

Re: about resolution independence...

2013-03-01 Thread Monte Goulding
On 02/03/2013, at 8:27 AM, Ian Wood wrote: > Resolution Independence is perfectly attainable. Aspect Ratio Independence is > a separate but related issue, and vastly more complicated... ;) I will have something open source shortly for this. Quite a bit of code may become redundant in it once

Re: Unicode in Answer Dialog on iOS

2013-03-01 Thread Monte Goulding
As far as I know this isn't supported yet. I think we would need a unicode variant of the answer dialog. I'm also trying to work out how to handle this on mergExt externals. I've got a tendency to go for just utf8 everything... but it may be that I will add an encoding parameter to everything...

Re: about resolution independence...

2013-03-01 Thread Colin Holgate
Still, for my non-utility situations, I'm aspect ratio independent in Flash. At least in the range of ratios I want to support (e.g., 4:3 through to 16:9). Supporting portrait and landscape is a layout issue rather than a resolution issue. That is, you're unlikely to have a single layout that ca

Re: about resolution independence...

2013-03-01 Thread Ian Wood
Resolution Independence is perfectly attainable. Aspect Ratio Independence is a separate but related issue, and vastly more complicated... ;) Ian On 1 Mar 2013, at 20:46, Colin Holgate wrote: > In part I was saying that with Flash I do have resolution independence, and > that if the Flash team

RE: about resolution independence...

2013-03-01 Thread Ralph DiMola
I agree. When I got the "Livecode does not have resolution independence" reality check after using LC for my first mobile app I sent out a help to the list. Jacque clued me in and gave me some pointers. To make my app happen I wrote a library in a couple of weeks and tweaked it over a couple of mon

Unicode in Answer Dialog on iOS

2013-03-01 Thread Jim Little
Hi All, We're trying to localize an iOS app for Japanese. We're stuck with trying to use unicode in Answer dialogues on iOS. We've tried: 1. HTML-formatted strings outputs to tags 2. RTF-formatted strings outputs with tags 3. All sorts of combinations of unicode-text and unidecode() o

Re: ask dialog buttons different text fonts

2013-03-01 Thread stephen barncard
Richmond, the layout looks fine, the only thing that is time consuming is the large png image at the center of your page. All the other components of the page loaded normally. You really don't need transparency, so why not save some bandwidth with a jpg? Or perhaps your bandwidth is throttled. I

Re: Where to write a shared file to?

2013-03-01 Thread Phil Davis
There is also specialFolderPath("asup") which gives you the system's (rather than the current user's) Application Support folder. That might be more what you would want if the data will be shared by several users on the one computer. But I don't know if there are variations among different LC v

Re: about resolution independence...

2013-03-01 Thread Colin Holgate
In part I was saying that with Flash I do have resolution independence, and that if the Flash team can do it, then the LiveCode team should be able to. On Mar 1, 2013, at 3:23 PM, Richmond wrote: > > >Resolution Independence is another unattainable goal __

Re: about resolution independence...

2013-03-01 Thread Richmond
On 02/28/2013 10:56 PM, Colin Holgate wrote: I know quite a bit about showing content at a size that is different to the original document size, everything I make in Flash uses that ability, it lets me make a single file that works for all existing mobile screens. But, it would be easy for mos

Re: Where to write a shared file to?

2013-03-01 Thread Peter Haworth
Tom, I don;t remember the details but I believe using the special folder path "support" gave different results on OSX in a couple of LC versions. Sorry I don;t remember the details but I think it's in the release notes somewhere. Pete lcSQL Software On Sat, Mar 2, 2013 at

Re: The trick for Linux is getting it into the repositories

2013-03-01 Thread Peter Alcibiades
Richard Gaskin wrote > Next up (after the Debian package tool) is the need to allow menus to be > handled on Ubuntu as they are on Mac, since those two are the only OSes > which have a global menu bar. Richard, I think its Gnome3 as well as Unity - and there is a Debian package that purports to

Re: Resolution independence (sort of) today

2013-03-01 Thread Michael Hatch
If you haven't checked it out already, google the plug-in "altMobileResizer" by Chipp Walters. Scales locs, rects and text size proportionally or to the screen rect - Good stuff. Using his plug-in and setting each object to "resize" to the screen rect should be a fairly simple solution if your only

Re: ask dialog buttons different text fonts

2013-03-01 Thread Richmond
On 03/01/2013 06:00 PM, Tiemo Hollmann TB wrote: Hello, working with LC 5.5.3/4 on windows the text size in the cancel button of the ask dialog is smaller as the text size in the ok button. Setting (or not) the text font and size at stack level doesn't change anything. In QCC I have only found

Re: Where to write a shared file to?

2013-03-01 Thread Thomas McGrath III
Thanks Graham, but we decided to go ahead with the support folder for now and see haw it works out. thanks again tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Mar 1, 2013, at 11:44 AM, Graham Samuel wrote: > I'm using Parallels as well, but I do have Windows 7 as wel

Re: [OT] for anyone looking for a Mac expert writer...

2013-03-01 Thread Colin Holgate
I think that might have been the idea behind "other Mark"'s suggestion! On Mar 1, 2013, at 2:34 PM, Mark Smith wrote: > I imagine there is going to be a whole heap of new documentation needed at > RunRev. Maybe ilene can help out? ___ use-livecode ma

Re: [OT] for anyone looking for a Mac expert writer...

2013-03-01 Thread Mark Smith
mwieder wrote > And I can vouch for the fact that Ilene is technically savvy, has a long > history > in the community and can write a coherent and interesting piece on any > given > subject. You know you need that documentation/PR/whatever written and you > want > it done right... > > http://ilene

Re: Resolution independence (sort of) today

2013-03-01 Thread Graham Samuel
Thanks Colin and Chris. Pretty much my worst picture, but it's obviously doable. I have not used tmControl but I'll look into it. My app is a single-screen educational program with some simple game-like features, but no rapid movement. On the screen there are images (they're simplified photos

Re: Resolution independence (sort of) today

2013-03-01 Thread Chris Sheffield
Graham, In the case of One Minute Reader, it would kind of depend. Most of the time we used larger "retina" images and then scaled them down via script for the lower resolution iPad. This worked well, it's fast, and quality was pretty decent. There were exceptions to this where sometimes it was

Re: Resolution independence (sort of) today

2013-03-01 Thread Colin Holgate
As things stand you have to do all the work yourself, but you could do that with layout or code, and which to use might depend on the nature of the app. Your easiest option is to not worry about Retina for now, and then when there is resolution independence you can release an update, where a big

Encoding videos for Android

2013-03-01 Thread David Bovill
I've tried 2 videos so far for playback on Android (Nexus 7). Both played but without showing a picture - that is the sound played. The first was an .m4v file which I did not expect to play, and then I tried converting it to a .webm file - this only played the sound as well. The webm file played fi

Re: Basic font question

2013-03-01 Thread David Bovill
Thanks it does - just wandering what the relationship between the results returned by the fontstyle function (ie "bold-italic") are and the textstyle notation - is this a general thing? On 1 March 2013 11:36, Jacques Hausser wrote: > seems to work with "bold,italic" > > Le 1 mars 2013 à 12:26, D

Resolution independence (sort of) today

2013-03-01 Thread Graham Samuel
Thanks Colin Holgate for your excellent explanation of what resolution independence is and isn't, or rather what it could be when implemented. I have an issue in this area right now, and I suppose I will find the answer in the docs somewhere, but meanwhile could some one give me a quick answer?

Re: Where to write a shared file to?

2013-03-01 Thread Graham Samuel
I'm using Parallels as well, but I do have Windows 7 as well as XP if you want me to look into it. Graham On 28 Feb 2013, at 19:21, Thomas McGrath III wrote: > Thanks Graham, I am testing this but I don't have a Windows box (yet) so I > can only test on Parallels in Windows XP but the results

ask dialog buttons different text fonts

2013-03-01 Thread Tiemo Hollmann TB
Hello, working with LC 5.5.3/4 on windows the text size in the cancel button of the ask dialog is smaller as the text size in the ok button. Setting (or not) the text font and size at stack level doesn't change anything. In QCC I have only found a similar but solved issue from 2007. Is this a k

Server Maintenance

2013-03-01 Thread dwilliams
Hello Everybody, As some of you may have already noticed, we are conducting some essential maintenance at the moment to account for increased traffic and ensure our infrastructure is up to scratch for the future. You may notice some slowness on runrev.com and related services, we are work

behavior of cascade menu item buttons

2013-03-01 Thread Tiemo Hollmann TB
Hello, working with LC 5.5.4 on Windows: When clicking a cascade menu item button you have to hold down the mouse while going down the cascades and choosing a menu item. This can be a bit uncomfortable for your hand. Most non LC cascade menus on windows behave a bit different. You can fix every l

Re: RunRev.com down ?

2013-03-01 Thread Richmond
On 01/03/13 14:49, Klaus on-rev wrote: Hi Rene, Am 01.03.2013 um 10:54 schrieb René Micout : What happens at RunRev.com ? thay took the 500,000 GBP and headed to Rio! :-D Better tell Andre that :) No, it is up again ;-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev

Android Nexus 7 and screen resolutions

2013-03-01 Thread David Bovill
Started developing an app for the Nexus 7 - and it's taking a while figuring out the effective screen resolution - wandering if there are any pointers, as Google has not been my friend. The starting point is that the full screen size is 1280 x 800 - but then there is the status bar and those "on s

Re: RunRev.com down ?

2013-03-01 Thread Klaus on-rev
Hi Rene, Am 01.03.2013 um 10:54 schrieb René Micout : > What happens at RunRev.com ? thay took the 500,000 GBP and headed to Rio! :-D No, it is up again ;-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com ___ use-livecode ma

Re: RunRev.com down ?

2013-03-01 Thread Shawn Blc
Not for me here in the southern US. On Friday, March 1, 2013, René Micout wrote: > What happens at RunRev.com ? > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subs

RunRev.com down ?

2013-03-01 Thread René Micout
What happens at RunRev.com ? ___ 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/listinfo/use-livecode

Re: How to create graphics like the ones in Windows screensaver "mystify"?

2013-03-01 Thread Alejandro Tejada
Hi Matthias, Matthias Rebbe-2 wrote > I need to create and manipulate that curves by program. I do not need to > do animation. Just manipulate the curves by changing values. > Is there anyone who could put me into the right direction? Check if this stack could help: http://andregarzia.on-rev.com

Re: How to create graphics like the ones in Windows screensaver "mystify"?

2013-03-01 Thread BNig
Hi Matthias, Jim Hurley just posted 2 stacks using Bezier curves to revOnlne the other day. http://revonline2.runrev.com/stack/694/KaleidoscopeBezier and http://revonline2.runrev.com/stack/693/Bezier-Line apart from that Alejandro does amazing things with vector graphics and bezier curves. Ki

Re: Basic font question

2013-03-01 Thread Jacques Hausser
seems to work with "bold,italic" Le 1 mars 2013 à 12:26, David Bovill a écrit : > How do you set the style of a chunk of text for a font that has a fontstyle > "bold-italic" ? Set the textstyle to "bold-italic" does not work - do I > have to hack it based on the name - ie replace "-" with comma

Basic font question

2013-03-01 Thread David Bovill
How do you set the style of a chunk of text for a font that has a fontstyle "bold-italic" ? Set the textstyle to "bold-italic" does not work - do I have to hack it based on the name - ie replace "-" with comma in fStyle ? ___ use-livecode mailing list us

Re: Android Nexus 7 and screen resolutions

2013-03-01 Thread David Bovill
Interestingly it seems that the effective screenrect does not work but the working screenrect returns a value can use. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription