Search found 1701 matches
- Wed Apr 25, 2018 6:44 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: video missing in exe file
- Replies: 2
- Views: 48
Re: video missing in exe file
On Windows, the direct show media player hooked into by LiveCode does not have all the codecs "wrapped up" by default. If you install the K-Lite codec pack from www.codecguide.com that will probably solve the issue. If not, we need more info about the specific environment and code you are using.
- Sat Apr 21, 2018 11:20 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Package Appears To Be Corrupt
- Replies: 4
- Views: 64
Re: Package Appears To Be Corrupt
http://forums.livecode.com/viewtopic.ph ... it=Corrupt
Does (jacque's response in) this thread shed any light?
Does (jacque's response in) this thread shed any light?
- Tue Apr 17, 2018 7:32 am
- Forum: Windows
- Topic: Windows 10 put URL not returning results
- Replies: 9
- Views: 159
Re: Windows 10 put URL not returning results
You have removed all the inclusions? You will need to check the box for internet requirement in the standalone settings and also include the libURL or tsNet libraries. If you build the standalone with these inclusions then they will be saved in an external folder alongside your application exe. If y...
- Fri Apr 13, 2018 6:44 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: images din't appear when files transfered
- Replies: 20
- Views: 307
Re: images din't appear when files transfered

Wow, I was being silly, I never expected the first 4 letters actually to be what I made up!
- Fri Apr 13, 2018 3:14 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: images din't appear when files transfered
- Replies: 20
- Views: 307
Re: images din't appear when files transfered
Why Not Just Use Telephone For Contacting Everyone?
- Wed Apr 11, 2018 9:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Solved!How to save a new stack from another stack with custom name?
- Replies: 21
- Views: 436
Re: Solved!How to save a new stack from another stack with custom name?
Das ist dasselbe in Grün
- Wed Apr 11, 2018 9:02 pm
- Forum: Talking LiveCode
- Topic: FormatForPrinting
- Replies: 12
- Views: 221
Re: FormatForPrinting
You can have a stack open, set the formatForPrinting and watch the font metrics change on screen. I don't know what other implications there are but afaik it is possible to set and unset while the stack is in memory without any errors. Maybe the reason for rendering for print out of memory (ie offsc...
- Tue Apr 10, 2018 6:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Solved!How to save a new stack from another stack with custom name?
- Replies: 21
- Views: 436
Re: How to save a new stack from another stack with custom name?
Is this in the IDE?
Probably you are trying to write the file in the default folder which is (relative to the LC engine) in a write-protected loxation.
Try setting the default folder to a writeable location before the save.
Probably you are trying to write the file in the default folder which is (relative to the LC engine) in a write-protected loxation.
Try setting the default folder to a writeable location before the save.
- Fri Apr 06, 2018 8:10 am
- Forum: Off-Topic
- Topic: Mysql max integer value
- Replies: 2
- Views: 113
Re: Mysql max integer value
Whatever language, 65535-14163=51372
The correct value of the 16bit integer is being retrieved, there is just a problem with interpreting it as a signed or unsigned value.
The correct value of the 16bit integer is being retrieved, there is just a problem with interpreting it as a signed or unsigned value.
- Mon Apr 02, 2018 1:56 pm
- Forum: LiveCode Builder
- Topic: LCB variable assignment and evaluation confusion
- Replies: 1
- Views: 140
LCB variable assignment and evaluation confusion
I have been trying to get a chance to look into LCB again and thought I'd have a go at examining the clock widget to get used to manipulating the canvas and paths. I have just had a hard disk problem so a new Windows 10 setup of LC 9-rc1 is being used, no older editions clogging things up. Several t...
- Tue Mar 27, 2018 7:38 am
- Forum: Talking LiveCode
- Topic: Foreign Key in Sqlite
- Replies: 8
- Views: 188
Re: Foreign Key in Sqlite
I don't know and can't test at the moment so not sure if thus is useful but the FOREIGN KEY constraint was added to SQLite in 2009 in version 3.6.19 so your version shouldn't need to be updated for the foreign keys to work. But as the link bogs gave shows, you will need to create the tables with For...
- Wed Mar 21, 2018 10:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: matchtext and replacetext regex parts not working as expecte
- Replies: 48
- Views: 2558
- Mon Mar 19, 2018 10:07 pm
- Forum: Talking LiveCode
- Topic: PDF for Windows different than Mac
- Replies: 4
- Views: 158
Re: PDF for Windows different than Mac
Not sure if that's (still) strictly accurate. On a Windows machine you can have a stack open, set the format for printing to true or false and see the font metrics change on the screen. When true the screen view looks like a pig which is most probably why trying to do this offscreen is still relevan...
- Mon Mar 19, 2018 9:35 pm
- Forum: Talking LiveCode
- Topic: PDF for Windows different than Mac
- Replies: 4
- Views: 158
Re: PDF for Windows different than Mac
Just a guess... does it make a difference if you set the 'format for printing" to true on the stack for Windows?
- Thu Mar 15, 2018 1:59 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Performance problems in LiveCode
- Replies: 4
- Views: 166
Re: Performance problems in LiveCode
SE and PB have a lot of spurious performance issues (Windows 10, LC vs 9 dp x). I wish I could get a reliable recipe to make a proper bug report.