Something like a mixer or iband etc.
If I hear or see anything I'll let you know.
Even if it was a 3rd party we still can't use externals properly.
Funny thoug,h I just spent the last week trying to sort out a way to assign sounds to an alarm and 1 minute intervals.
That looks exactly like the ...
Search found 180 matches
- Fri Sep 16, 2011 4:35 am
- Forum: Android Deployment
- Topic: android deployment not close to ready. eta?
- Replies: 5
- Views: 7280
- Fri Sep 16, 2011 4:21 am
- Forum: Android Deployment
- Topic: "Test" and "Test Target" are grayed out
- Replies: 26
- Views: 29268
Re: "Test" and "Test Target" are grayed out
Of course, none of this has helped me. On Windows 7 PC. Mine are greyed out after choosing Android as the deployment package. My Tablet is plugged in. If I try to test, it says "Unknown development platform"
It does not matter if I run the ADK or not. If I run the ADK and have my android tablet ...
It does not matter if I run the ADK or not. If I run the ADK and have my android tablet ...
- Fri Sep 16, 2011 3:16 am
- Forum: Android Deployment
- Topic: "Test" and "Test Target" are grayed out
- Replies: 26
- Views: 29268
Re: "Test" and "Test Target" are grayed out
If you are on a PC, then just rename the old DX file and rename the new one to DX.bat (since it is a batch file). Once in place, it should work as intended. Since CHMOD is a unix/linux command, there is no CHMOD for windows.
Mike
Mike
- Fri Sep 16, 2011 3:02 am
- Forum: Android Deployment
- Topic: Android Sounds.
- Replies: 1
- Views: 3657
Re: Android Sounds.
I know you can only play one sound at a time using the PLAY handler. Play [SOUND] looping, for example. (ie. play "/samples/drum.wav" looping)
That's about it, for now.
Mike
That's about it, for now.
Mike
- Fri Sep 16, 2011 2:56 am
- Forum: Android Deployment
- Topic: android deployment not close to ready. eta?
- Replies: 5
- Views: 7280
Re: android deployment not close to ready. eta?
I just read the newest release notes (for 4.6.4) and it seems a LOT has been addressed. It seems you can now create a useable Android app - of course, this remains to be seen before believed.
My only complaint, and only because I need it right away, is multiple audio support. I need to be able to ...
My only complaint, and only because I need it right away, is multiple audio support. I need to be able to ...
- Fri Sep 16, 2011 2:53 am
- Forum: Talking LiveCode
- Topic: Is LiveCode Developer Program worth $200 a Year? Honesty Pls
- Replies: 8
- Views: 7916
Re: Is LiveCode Developer Program worth $200 a Year? Honesty Pls
Hi Mike,
Will do.
I'd like to discuss the things you are interested in to see if we can find a workaround.
Perhaps in the Android developers forum.
Anything other than games or graphics.
My workarounds are usually a different design or don't go there.
I'm disappointed with this or that not for ...
Will do.
I'd like to discuss the things you are interested in to see if we can find a workaround.
Perhaps in the Android developers forum.
Anything other than games or graphics.
My workarounds are usually a different design or don't go there.
I'm disappointed with this or that not for ...
- Thu Sep 15, 2011 11:59 pm
- Forum: Talking LiveCode
- Topic: Is LiveCode Developer Program worth $200 a Year? Honesty Pls
- Replies: 8
- Views: 7916
Re: Is LiveCode Developer Program worth $200 a Year? Honesty Pls
Barry,
If you decide to join, let me know because my questions are identical to yours and I want to join because I am developing for Android and can, in no way, complete or do ANY coding with what is currently available. I might as well not even bother. Their answer is reliably - "join the ...
If you decide to join, let me know because my questions are identical to yours and I want to join because I am developing for Android and can, in no way, complete or do ANY coding with what is currently available. I might as well not even bother. Their answer is reliably - "join the ...
- Sat Aug 27, 2011 8:17 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: problems with popupballoon from Rotunda software
- Replies: 2
- Views: 5676
Re: problems with popupballoon from Rotunda software
Ok. Thanks.
Mike
Mike
- Wed Aug 17, 2011 7:13 am
- Forum: Android Deployment
- Topic: Android and mysql?
- Replies: 4
- Views: 5965
Re: Android and mysql?
Yes, I am going to look into SQLite for my own projects, but for the client project, which is now defunct, MySql was mandatory.
Mike
Mike
- Fri Aug 12, 2011 12:54 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: My first completed app; free plugin
- Replies: 29
- Views: 28146
Re: My first completed app; free plugin
This sounds a lot like Scripters Scrapbook - which I received with the Omega Bundle.
Right now, I still have text files all over the place with tiny chunks of code.
Mike
Right now, I still have text files all over the place with tiny chunks of code.
Mike
- Fri Aug 12, 2011 12:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Stupid one - how do you rename a control?
- Replies: 9
- Views: 8663
Re: Stupid one - how do you rename a control?
And the winner is . . .
on mouseDown
add 1 to tDrumNumber
put "rectDrum" into tRectangleToBeCloned
clone graphic tRectangleToBeCloned
--set the name of it to (the name of tRectangleToBeCloned) & tDrumNumber
set name of it to "rectDrum" & tDrumNumber
end mouseDown
That works.
Mike
on mouseDown
add 1 to tDrumNumber
put "rectDrum" into tRectangleToBeCloned
clone graphic tRectangleToBeCloned
--set the name of it to (the name of tRectangleToBeCloned) & tDrumNumber
set name of it to "rectDrum" & tDrumNumber
end mouseDown
That works.
Mike
- Fri Aug 12, 2011 12:04 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Stupid one - how do you rename a control?
- Replies: 9
- Views: 8663
Re: Stupid one - how do you rename a control?
grc does not work and this code below does not work:
on mouseDown
add 1 to tDrumNumber
put "rectDrum" into tRectangleToBeCloned
clone tRectangleToBeCloned
set the name of it to (the name of tRectangleToBeCloned) & tDrumNumber
end mouseDown
How do I make it work - seems very logical to me. This ...
on mouseDown
add 1 to tDrumNumber
put "rectDrum" into tRectangleToBeCloned
clone tRectangleToBeCloned
set the name of it to (the name of tRectangleToBeCloned) & tDrumNumber
end mouseDown
How do I make it work - seems very logical to me. This ...
- Fri Aug 12, 2011 12:00 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Stupid one - how do you rename a control?
- Replies: 9
- Views: 8663
Re: Stupid one - how do you rename a control?
I get an error:
on mouseDown
add 1 to tDrumNumber
put "rectDrum" into tRectangleToBeCloned
clone rect tRectangleToBeCloned
set the name of it to (the name of tRectangleToBeCloned) & tDrumNumber
end mouseDown
in the line: put "rectDrum" into tRectangleToBeCloned
The name of the rectangle is ...
on mouseDown
add 1 to tDrumNumber
put "rectDrum" into tRectangleToBeCloned
clone rect tRectangleToBeCloned
set the name of it to (the name of tRectangleToBeCloned) & tDrumNumber
end mouseDown
in the line: put "rectDrum" into tRectangleToBeCloned
The name of the rectangle is ...
- Thu Aug 11, 2011 11:50 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Stupid one - how do you rename a control?
- Replies: 9
- Views: 8663
Re: Stupid one - how do you rename a control?
I assume I have to global tDrumNumber
and then add one to it each time?
Thank you for your help. Yes, the examples in the dictionary and guide don't help.
Mike
and then add one to it each time?
Thank you for your help. Yes, the examples in the dictionary and guide don't help.
Mike
- Thu Aug 11, 2011 10:44 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Stupid one - how do you rename a control?
- Replies: 9
- Views: 8663
Re: Stupid one - how do you rename a control?
grrr. I know. I tried.
set name of rect "rectDrum" to rect "rectDrum2"
does not work.
What is the proper syntax?
Mike
set name of rect "rectDrum" to rect "rectDrum2"
does not work.
What is the proper syntax?
Mike