Search found 22 matches

by nower
Tue Jun 23, 2015 12:58 am
Forum: Feature Proposals
Topic: Windows 10 Universal App Support
Replies: 7
Views: 4646

Re: Windows 10 Universal App Support

Richard, thank you very much for the detailed and thoughtful response! I can see the points you make. I am also aware of the low market share of Windows Phone and understand the reluctance to divert resources for implementing support for the platform in LC. And yes, LC supports Windows x86 apps. On ...
by nower
Mon Jun 22, 2015 3:13 pm
Forum: Feature Proposals
Topic: Windows 10 Universal App Support
Replies: 7
Views: 4646

Re: Windows 10 Universal App Support

Hi Simon,

I can only assume that universal apps will run on multiple processors, both ARM and Intel, as they are supposed to be supported by existing hardware.

Thanks,
Werner
by nower
Mon Jun 22, 2015 2:33 am
Forum: Feature Proposals
Topic: Windows 10 Universal App Support
Replies: 7
Views: 4646

Re: Windows 10 Universal App Support

Hi Richard, I appreciate your response. I'm not quite sure what point you tried to make with the link in your post. There were several comments from people which had very diverse viewpoints about what it means that MS is ditching one of their existing Skype versions. From my point of view MS is putt...
by nower
Sat Jun 20, 2015 5:33 pm
Forum: Feature Proposals
Topic: Windows 10 Universal App Support
Replies: 7
Views: 4646

Windows 10 Universal App Support

Do you have plans to support Windows 10 Universal Apps? If yes, when? It would have the added benefit to cover Windows (10) Phone as well, which is on the roadmap with an uncertain delivery date. Given that Windows 10 will run on hundreds of millions of devices, it looks like an essential LiveCode f...
by nower
Sat Aug 09, 2014 4:01 pm
Forum: iOS Deployment
Topic: Specifying app languages in binary
Replies: 6
Views: 5826

Re: Specifying app languages in binary

Thank you, Ender, I will try it!

Werner
by nower
Fri Aug 08, 2014 2:56 am
Forum: iOS Deployment
Topic: Specifying app languages in binary
Replies: 6
Views: 5826

Re: Specifying app languages in binary

Thank you again, Ender!

My app does switch languages as I expect (I do it manually in the app itself).

I am just wondering how I can confirm that the iTunes store will list the additional languages that are supported, and for which I will add folders per your instructions.

Werner
by nower
Fri Aug 08, 2014 1:10 am
Forum: iOS Deployment
Topic: Specifying app languages in binary
Replies: 6
Views: 5826

Re: Specifying app languages in binary

Thank you very much for the instructions, Ender!

Do you know how I can test the result without resubmitting the app to the Apple App Store?

Werner
by nower
Wed Aug 06, 2014 12:07 pm
Forum: iOS Deployment
Topic: Specifying app languages in binary
Replies: 6
Views: 5826

Specifying app languages in binary

I just learned that the list of languages displayed in the Apple App Store under Languages is set in the app binary.
How do I set the languages supported by the app in the standalone that I submit to Apple?
I don't see an option to specify languages in the Standalone Application Settings.
by nower
Tue Jul 15, 2014 6:57 am
Forum: Android Deployment
Topic: Activities during preOpenCard are visible to the user
Replies: 0
Views: 1963

Activities during preOpenCard are visible to the user

I have a cross-platform app that resizes according to screen size or window size. It has several substacks, and when it opens a substack it sets the size of the card appropriately and lays out the elements in the preOpenCard handler. On Android this sizing of the card and its elements is visible to ...
by nower
Sun Jun 09, 2013 11:44 pm
Forum: Feature Proposals
Topic: Provide a repository for open source livecode apps
Replies: 3
Views: 2252

Re: Provide a repository for open source livecode apps

I did "poke around" a bit, and I found it rather overwhelming.
Maybe it's because I started with LiveCode less than two month ago...
My respect to whoever coded all of this. :-)
by nower
Sat Jun 08, 2013 5:38 am
Forum: Feature Proposals
Topic: Provide a repository for open source livecode apps
Replies: 3
Views: 2252

Provide a repository for open source livecode apps

With the availability of the open source edition of LC I would expect quite a number of open source LC apps to come into existence. Each of them needs to make their source code available. It would be really nice to have one recommended/preferred location for these apps, and make it very inviting to ...
by nower
Tue Jun 04, 2013 12:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intermittent flicker with visual effect dissolve
Replies: 3
Views: 3050

Re: Intermittent flicker with visual effect dissolve

It seems to be platform or machine dependent.
I have the flicker on my Windows 7 machine, but it doesn't happen on a Mac OS X machine.
Strange.
by nower
Sun Jun 02, 2013 6:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intermittent flicker with visual effect dissolve
Replies: 3
Views: 3050

Re: Intermittent flicker with visual effect dissolve

It works fine for me 90% of the time, too. But then randomly there is a flicker. As I said, the transition between the same texts may work fine one time and then have a flicker the next time. Between the lock screen and unlock screen I set border color, an imageSource, and enable or disable several ...
by nower
Sun Jun 02, 2013 4:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intermittent flicker with visual effect dissolve
Replies: 3
Views: 3050

Intermittent flicker with visual effect dissolve

I am displaying text on a card that can be changed by pressing a button, and I use the "dissolve" effect when the text is changed. I lock the screen for visual effect at the beginning of the handler that changes the text, then update the field on the card, and then unlock it with the visual effect. ...
by nower
Sun Jun 02, 2013 12:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: DataGrid Scrollbar Issue
Replies: 4
Views: 3199

Re: DataGrid Scrollbar Issue

It seems that the DataGrid is really picky about when you set which values. The scrollbar worked fine after setting the data before switching the scrollbar on or off. But setting the hilited line didn't work anymore, as I had it next to setting the grid data. I got that working again by putting that...