Search found 150 matches

by SteveTX
Wed Jul 24, 2013 2:37 am
Forum: iOS Deployment
Topic: Disable the scroller when scrollGroup is hidden
Replies: 25
Views: 13802

Re: Disable the scroller when scrollGroup is hidden

I don't have this problem on android via LiveCode 6.1. When the native control (not the content/group) is hidden, no scroll bar.
by SteveTX
Wed Jul 24, 2013 12:39 am
Forum: iOS Deployment
Topic: Facebook integration - using Andre Garzia approach
Replies: 3
Views: 4031

Re: Facebook integration - using Andre Garzia approach

1. Yes it can be extracted. The risk of the secret key being extracted is that a motivated hacker could use the key to enumerate user accounts or perform a brute-force attack to gain access as your app to your oauth providers. However, embed is probably fine for a medium/low-profile application. 2. ...
by SteveTX
Tue Jul 23, 2013 9:23 pm
Forum: Android Deployment
Topic: Respecting ringer/media volume?
Replies: 2
Views: 2876

Re: Respecting ringer/media volume?

I would have presumed there would be an accessible pre-made channel like "system", from which we could derive the volume settings via something like mobileSoundChannelVolume("system") to find out if the user has muted the device in a movie theatre. This is an absolutely essential function for any ap...
by SteveTX
Tue Jul 23, 2013 7:39 am
Forum: Android Deployment
Topic: Respecting ringer/media volume?
Replies: 2
Views: 2876

Respecting ringer/media volume?

mobilePlaySoundOnChannel doesn't seem to respect the system's volume settings, playing at 100% volume when the system is set to mute or vibrate. Is there a way to get the system volume setting or force the playback system to respect it?
by SteveTX
Mon Jul 22, 2013 11:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: different text alignment in the same field
Replies: 6
Views: 3472

Re: different text alignment in the same field

Craig, I want half the line aligned left, the other half aligned right, not one or the other.
by SteveTX
Mon Jul 22, 2013 8:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: different text alignment in the same field
Replies: 6
Views: 3472

different text alignment in the same field

Is it possible to have a set of works on line 1 of a field to align left, and the other words on line 1 align right?
by SteveTX
Mon Jul 22, 2013 5:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: programmatic creation of datagrid?
Replies: 4
Views: 2948

Re: programmatic creation of datagrid?

I am sure it can be done via livecode, there is just no object creation function for the macro that is available. At least not yet...
by SteveTX
Sun Jul 21, 2013 10:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: programmatic creation of datagrid?
Replies: 4
Views: 2948

programmatic creation of datagrid?

Can datagrids only be created through dragging to card from the IDE?
by SteveTX
Fri Jul 19, 2013 8:34 pm
Forum: Databases
Topic: ungraceful failure on android [possible bug] [kinda solved]
Replies: 5
Views: 4336

Re: ungraceful failure on android [possible bug]

Solved the main issue, but a bug remains. I had not checked the SQLite external for android in build settings. However, even upon doing so, revGetDatabaseDriverPath will cause the application to crash hard. It appears some rev database commands are "unsafe" for android and need to be avoided for now...
by SteveTX
Fri Jul 19, 2013 7:48 pm
Forum: Databases
Topic: ungraceful failure on android [possible bug] [kinda solved]
Replies: 5
Views: 4336

Re: ungraceful failure

I checked revOpenDatabases()) and that command just hung. It appears that all the rev Database related commands aren't working on android, even though I've selected to build with database support and all database drivers. I've also tried automatic, that didn't work either. I then suspected database ...
by SteveTX
Fri Jul 19, 2013 7:04 pm
Forum: Databases
Topic: ungraceful failure on android [possible bug] [kinda solved]
Replies: 5
Views: 4336

Re: ungraceful failure

Klaus, it is "documents". However, when I shell into the device to look, there is no database.sqlite file in the supposed location. command setPath debugIt 3, "setPath" if the platform = "android" or the platform = "iphone" then put (specialFolderPath("engine") & "/resources/") into theResourcesDir ...
by SteveTX
Fri Jul 19, 2013 12:06 pm
Forum: Databases
Topic: ungraceful failure on android [possible bug] [kinda solved]
Replies: 5
Views: 4336

ungraceful failure on android [possible bug] [kinda solved]

I've got an app for mobile. On desktop the database opens / creates just fine. On mobile, the handle halts and doesn't produce additional error output. The standalone settings are set to search for required inclusions, as opposed to declaring libraries/db support. On mobile I can't get revOpenDataba...
by SteveTX
Fri Jul 19, 2013 12:22 am
Forum: Android Deployment
Topic: notification bar persistence
Replies: 0
Views: 1489

notification bar persistence

mobileCreateLocalNotification is great for sending messages to the notification bar. I have an app that I would like to have stay in the notification bar at all times and simply provide info in there, not disappear when clicked on. Is there a way to do this?
by SteveTX
Thu Jul 18, 2013 11:15 pm
Forum: Android Deployment
Topic: no audio when playing? [solved]
Replies: 1
Views: 1815

Re: no audio when playing?

Apparently "play file" command is broken for android. But mobilePlaySoundOnChannel works just fine. Perhaps "play" should be deprecated for mobile.
by SteveTX
Thu Jul 18, 2013 11:01 pm
Forum: Android Deployment
Topic: no audio when playing? [solved]
Replies: 1
Views: 1815

no audio when playing? [solved]

I have mp3 files in my theResourcesPath folder. I get notified by debugIt below that the file is indeed playing but I am not getting any audio. Am I missing something? put theResourcesPath & theFile into tSoundFile if the platform is "android" or the platform is "iphone" then if there is a file tSou...

Go to advanced search