Search found 13 matches

by semiplay
Tue Jul 07, 2015 4:25 pm
Forum: Raspberry Pi
Topic: LC 7.0.4 on Raspberry Pi 2
Replies: 18
Views: 43501

Re: LC 7.0.4 on Raspberry Pi 2

Confirming that 7.0.4 standalones do NOT work on the pi, but 7.0.3 work fine. Thanks for posting this!
by semiplay
Fri Oct 12, 2012 1:50 pm
Forum: Android Deployment
Topic: emailto link in native browser control?
Replies: 0
Views: 2129

emailto link in native browser control?

I have a mobile app that loads a web page into the browser control. I'd like email links to open the email program. If I go to this web page in the phone's browser (outside of the app) then email links work fine. If I do the same from within the app, the app tries to load a web page instead of openi...
by semiplay
Tue Aug 14, 2012 2:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: iOS app restarting instead of resuming
Replies: 9
Views: 6451

Re: iOS app restarting instead of resuming

If anyone is interested, I have found a solution that works in the simulator for iOS so far. I looked at the specialFolderPath info, and both temp and cache seem to stick around only for the duration of the app. The effect is that if I use the home button to leave the app, then come back, it goes to...
by semiplay
Tue May 17, 2011 2:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Android - quitting application fails
Replies: 7
Views: 7531

Re: Android - quitting application fails

Ok, thanks for the info, Jacque!
by semiplay
Sun May 15, 2011 1:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Android - quitting application fails
Replies: 7
Views: 7531

Android - quitting application fails

I've tried a few ways to close an app on Android - (attaching this code to a button) close the defaultStack, close this stack, and quit --- all of them cause the app to freeze, and then android allows me to force quit the app after a few seconds. I've tested this on both the emulator and directly on...
by semiplay
Fri Apr 04, 2008 5:29 pm
Forum: Databases
Topic: SQL Server Database examples
Replies: 16
Views: 17856

2.9

Jan,

So far, 2.9 does the same thing.

I tried the last set of code you wrote (thanks!) and still getting funky characters. The FieldValue shows as a WSTRING

So, the types it shows are:
INTEGER, INTEGER, STRING, WSTRING, INTEGER


Mark
by semiplay
Thu Apr 03, 2008 5:45 pm
Forum: Databases
Topic: SQL Server Database examples
Replies: 16
Views: 17856

utf-16?

Jan,

I have emailed support about this.

I just read that UCS-2 is synonymous with UTF-16. Do you have any code that would decode UTF-16? I tried uniencode and unidecode in various fashions, got funky characters, but I am thinking this might work.

Thanks,

Mark
by semiplay
Wed Apr 02, 2008 8:54 pm
Forum: Databases
Topic: SQL Server Database examples
Replies: 16
Views: 17856

field types

Jan, The field types are bigint, char, and ntext Also found this: Fixed and variable-length data types for storing large non-Unicode and Unicode character and binary data. Unicode data uses the UNICODE UCS-2 character set. ntext Variable-length Unicode data with a maximum length of 2^30 - 1 (1,073,7...
by semiplay
Tue Apr 01, 2008 5:50 pm
Forum: Databases
Topic: SQL Server Database examples
Replies: 16
Views: 17856

unicode

Jan,

If it is in Unicode, is there anything I can do to get Rev to understand it?

I'm new to MS SQL, so that doesn't help. But I'd much rather do this app in Rev than .NET

Thanks,

Mark
by semiplay
Thu Mar 27, 2008 5:32 pm
Forum: Databases
Topic: SQL Server Database examples
Replies: 16
Views: 17856

the next chapter

Ok, Test1, same results. Test 2 results below:

There were some strange characters mixed in there as well, so maybe it was coming through, but was not legible?



Image
by semiplay
Sat Mar 22, 2008 6:12 pm
Forum: Databases
Topic: SQL Server Database examples
Replies: 16
Views: 17856

update

Jan,

I tried that code. The number in the field doesn't change when I click on it now, but the data still stops short a column like it was before. Any other ideas? Thanks!

Mark
by semiplay
Wed Mar 19, 2008 9:00 pm
Forum: Databases
Topic: SQL Server Database examples
Replies: 16
Views: 17856

some screenshots

Jan, Thanks for the examples! Ok, I tried the first, and I am getting the same thing. I am putting some screenshots in here. The first is from the sql database --- that's the data I am trying to pull. The next is what is in Rev (I also tried the H Scrollbars), and then the last one is what happens w...
by semiplay
Tue Mar 18, 2008 7:42 pm
Forum: Databases
Topic: SQL Server Database examples
Replies: 16
Views: 17856

SQL Server Database examples

Are there any examples online for getting records from SQL Server via ODBC? I can connect to the database using the QueryBuilder using a DSN, but it won't show me all the fields when I attach it to a text grid. All the fieldnames are shown in the connection dialog, and I select to use them all, but ...