Search found 427 matches
- Wed Dec 11, 2019 4:36 pm
- Forum: HTML5
- Topic: DataGrid2 forms still slow … ?
- Replies: 3
- Views: 556
Re: DataGrid2 forms still slow … ?
I would also like to remark that even table datagrid scrolling is slow, barely useful. Unless i am missing something, see my attached stack, where there are 2 cards: one with a table DG and one with a mobile scroller of a field. Load it to an hardware device and you will see that the mobile scroller...
- Wed Dec 11, 2019 2:19 pm
- Forum: Building Externals/Plugins
- Topic: sunnytext2speech working on simulator, not building standalone
- Replies: 1
- Views: 223
Re: sunnytext2speech working on simulator, not building standalone
Anyone can confirm me that sunnytext2speech works on simulator but not building a standalone?
Any solution to this?
Any solution to this?
- Sun Dec 08, 2019 11:37 pm
- Forum: Building Externals/Plugins
- Topic: sunnytext2speech working on simulator, not building standalone
- Replies: 1
- Views: 223
sunnytext2speech working on simulator, not building standalone
OSX 10.14.6 LC 9.5.1rc1 iOS 11.2 While waiting for the LC team to fix all this mess of LCB, lcext,lci and produce some well done examples of building externals written in a different language, I work with what I got. I need Text to Speech for mobile so I downloaded the Thierry Douez external. I know...
- Tue Nov 26, 2019 9:43 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Livecode crash on me more then 10 times a day
- Replies: 26
- Views: 1271
Re: Livecode crash on me more then 10 times a day
I must say that the new LC 9.5.1 (RC1) is finally what I consider "stable". The only crash I had, was with old extension and sometime because of the simulator (xCode10.1). There is still some problem with copy and paste (of controls, group and sometime text) and, more important, the fact that the mo...
- Mon Nov 25, 2019 9:22 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Drag and Drop a single line of text
- Replies: 14
- Views: 2797
Re: Drag and Drop a single line of text (iOS)
While searching for a non existing drag & drop for mobile, I developed some sort of solution (LC 9.5.1). This allow dragging a line of text from a list field to a different single field (on IOS) . Something is not quite working yet, but I cannot pin point it (some recursion occurs). I am gratefull f...
- Sat Nov 23, 2019 2:20 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Drag and Drop a single line of text
- Replies: 14
- Views: 2797
Re: Drag and Drop a single line of text
Or there is now some way to drag text from the hilited line of a list field to a field on iOS?
- Fri Nov 22, 2019 7:52 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Drag and Drop a single line of text
- Replies: 14
- Views: 2797
Re: Drag and Drop a single line of text
Right when I needed I found out that dragEnter, DragData, etc don't work on mobile.
- Wed Nov 20, 2019 10:41 pm
- Forum: Android Deployment
- Topic: Differentiate between Mobile and Tablet
- Replies: 9
- Views: 1084
Re: Differentiate between Mobile and Tablet
May be the divider is the finger size, since anyUI button smaller then, say, 5mm is going to be very tough to press.
- Wed Nov 20, 2019 10:52 am
- Forum: Android Deployment
- Topic: Differentiate between Mobile and Tablet
- Replies: 9
- Views: 1084
Re: Differentiate between Mobile and Tablet
Sorry if I wasn't clear. I am talking of screen size. Since I want to share my code between the 2 UI (phone and tablet), I nee to shrink my control position up to 1/3 for the phone. And probably reposition controls...Actually, create a card for tablet and a card for phone. - How do I determine, on A...
- Tue Nov 19, 2019 7:48 pm
- Forum: Android Deployment
- Topic: Differentiate between Mobile and Tablet
- Replies: 9
- Views: 1084
Re: Differentiate between Mobile and Tablet
Since machine() on android does not clarify On Android devices, the machine function returns the manufacturer's name for the device. For example, if running on a Google Nexus One, the string is "Nexus One". To find if an app is going to run on a phone or a tablet, can the "Screenrect" be of any help...
- Sat Nov 16, 2019 4:45 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Latency on playing sounds to external bluetooth speaker
- Replies: 16
- Views: 723
Re: Latency on playing sounds to external bluetooth speaker
Solved. I bought a slightely bigger (15,00€! ...chinese) bluetooth speaker and it reacts much faster. Putting a 300 milliseconds of silence in front of every sound file, make it sound perfectly. No, I was actually thinking that the player would start a sound of almost no time either at the beginning...
- Fri Nov 15, 2019 2:50 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Latency on playing sounds to external bluetooth speaker
- Replies: 16
- Views: 723
Re: Latency on playing sounds to external bluetooth speaker
I tried sending 2 sounds in a row but it does not work. There not seems a way to fool the speaker. I tried several variation, like this one: set the filename of player "Settingsplayer" of this card to TheSoundPath put (the duration of player "Settingsplayer"/the timeScale of player "Settingsplayer")...
- Fri Nov 15, 2019 10:47 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Latency on playing sounds to external bluetooth speaker
- Replies: 16
- Views: 723
Re: Latency on playing sounds to external bluetooth speaker
Easy done with system sound:
they get chopped!
So, it is either the bluetooth speaker or the bluetooth version.
Thanks
they get chopped!
So, it is either the bluetooth speaker or the bluetooth version.
Thanks
- Fri Nov 15, 2019 9:43 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Latency on playing sounds to external bluetooth speaker
- Replies: 16
- Views: 723
Re: Latency on playing sounds to external bluetooth speaker
On the hardware, sounds play fine. If I add 1 seconds of silence in front of the sound file, the sound play fine over bluetooth. - If instead of a short sound, that gets chopped, I transmit over bluetooth a packet "1,2,3", does that means that the receiver will receive only "2,3"? - Isn't error corr...
- Thu Nov 14, 2019 3:33 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Latency on playing sounds to external bluetooth speaker
- Replies: 16
- Views: 723
Re: Latency on playing sounds to external bluetooth speaker
Thanks. But this makes me think: - The speaker/receiver start handling data when receiving a bluetooth msg - the OS of the sender (desktop or mobile) should transmit everything it receive from the App that generate data to be transmitted - is any chance that the LC "player" is not acting properly on...