Search found 19 matches

by mackus
Thu Oct 27, 2011 6:32 pm
Forum: iOS Deployment
Topic: Music Sleep Mode
Replies: 2
Views: 3447

Re: Music Sleep Mode

Thx Bernd. Just what I needed :D
by mackus
Thu Oct 27, 2011 12:35 am
Forum: iOS Deployment
Topic: Music Sleep Mode
Replies: 2
Views: 3447

Music Sleep Mode

Working on an app that plays a preset list of music files, preloaded when the app is compiled. When song is selected, it plays just fine until my 3 minute autolock on the iphone kicks in and the app music quietly shuts down in the sense that the audio music is no longer heard. Touching the screen br...
by mackus
Wed Oct 12, 2011 8:21 pm
Forum: iOS Deployment
Topic: iTunes interface
Replies: 3
Views: 3282

Re: iTunes interface

thx Klaus. we'll keep our fingers crossed it will be soon
by mackus
Tue Oct 11, 2011 9:28 pm
Forum: iOS Deployment
Topic: iTunes interface
Replies: 3
Views: 3282

iTunes interface

Was wondering if it is possible to control the iTunes app via a live code front end on iOS . I have seen the library for OSX based applications but was wondering if I can create an app that can control, start, stop songs etc. On my iPhone. Was wondering if anyone knows this. Thanks in advance. Thx M...
by mackus
Wed Jun 22, 2011 5:50 am
Forum: Announcements
Topic: MobGUI plugin for mobile development
Replies: 15
Views: 17989

Re: MobGUI plugin for mobile development

Thanks John. :D
by mackus
Sun Jun 19, 2011 2:31 pm
Forum: Announcements
Topic: MobGUI plugin for mobile development
Replies: 15
Views: 17989

Re: MobGUI plugin for mobile development

Hello John, great tool. looking forward to the new controls as they become available. Can you please discuss briefly the process of updating some of the custom props contained within the control during runtime. Im kinda fuzzy on the setProp and getProp handlers and not totally sure where they belong...
by mackus
Sun Jun 05, 2011 3:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: BlueMango course
Replies: 8
Views: 5550

Re: BlueMango course

Jesse I purchased the Blue Mango Course for the same reasons you stated. I wanted to understand the application framework and practices and principles of sound coding. I have found it excellent for me, in helping me understand and using the framework as well as the short cuts in creating tools to he...
by mackus
Fri May 20, 2011 12:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone Options Grayed Out
Replies: 2
Views: 2655

Re: Standalone Options Grayed Out

Thanks Klaus. First the storage information is helpful. I will revise code to move these files after startup. Second, I assume, by your response, that the options that I mentioned that are grayed out on my Standalone Application Build interface should not be so, I will continue to assess why they ar...
by mackus
Fri May 20, 2011 6:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone Options Grayed Out
Replies: 2
Views: 2655

Standalone Options Grayed Out

Trying to build a standalone app for iOS. Application is/will be using several included txt files that I am selecting on the 'Copy File' tab in the standalone application tool. Noticed that the 'Copy Referenced Files' nor the 'Destination Folder' edit boxes, on the tab, were selectable. They are gra...
by mackus
Mon May 09, 2011 11:01 pm
Forum: Android Deployment
Topic: Capture cam image for Android
Replies: 24
Views: 24934

Re: Capture cam image for Android

its called mobilePickPhoto SOURCE with SOURCE being either,"library" , "album" or "camera" BUT I cannot get the native android camera app to open. I can open the album and return a picture to my imagetemplate but cannot get camera to work

any thoughts on that Klaus?

thx
by mackus
Mon Apr 26, 2010 3:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button properties - ColorOverlay
Replies: 16
Views: 9598

Re: Button properties - ColorOverlay

Thanks All... Great Forum... Problem Solved

I look forward to helping others as I get a better handle on Rev. :D

Cheers
Mackus
by mackus
Mon Apr 26, 2010 3:36 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button properties - ColorOverlay
Replies: 16
Views: 9598

Re: Button properties - ColorOverlay

quick code if someone can figure out what i am doing wrong. 1 button 1 field it appears that the color change visually does not happen before the repeat loop, but only after the loop is done on mouseUp put "normal" into tArray["blendmode"] put "255,255,0" into tArray["color"] put "100" into tArray["...
by mackus
Mon Apr 26, 2010 3:13 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button properties - ColorOverlay
Replies: 16
Views: 9598

Re: Button properties - ColorOverlay

thx sturgis, Strange. You code provides the effect i want, but i dont want it to happen for 2 seconds, so on mouseleave wouldnt work for me. But it is strange why it wont work in my code as i listed above. Pretty straight forward. Must be something to do with the Wait command, taking the focus off t...
by mackus
Mon Apr 26, 2010 2:22 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button properties - ColorOverlay
Replies: 16
Views: 9598

Re: Button properties - ColorOverlay

sturgis, thx but I must be doing something wrong. code below on mouseUp put "normal" into tArray["blendmode"] put "255,255,0" into tArray["color"] put "100" into tArray["opacity"] set the colorOverlay of btn 1 to tArray wait 2 sec -- CODE causes REV to crash --put empty into tArray --set the colorOv...
by mackus
Mon Apr 26, 2010 1:21 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button properties - ColorOverlay
Replies: 16
Views: 9598

Re: Button properties - ColorOverlay

BN, one more question... I hope... is there a default value for a standard button just created? Example, if i copy your code, create a default button and field, run the program, the output into field window is null. only after i change one of the properties of the ColorOverlay, will the field items ...