Search found 77 matches

by bhall2001
Wed Sep 30, 2015 11:32 pm
Forum: Off-Topic
Topic: Open Source Challenge -- Modernize LC IDE UI.
Replies: 13
Views: 9317

Re: Open Source Challenge -- Modernize LC IDE UI.

I'm using Mac OS 10.10.5. I did poke around quite a bit today and do agree that waiting for the dust to settle is probably a good option. My first stop this AM after posting was the Resource Center. Can we please have a Moratorium against using any font less than 12 for text that is intended to be r...
by bhall2001
Wed Sep 30, 2015 3:24 pm
Forum: CGIs and the Server
Topic: LC Server on Inmotion Hosting
Replies: 13
Views: 11298

Re: LC Server on Inmotion Hosting <SOLVED>

Finally figured out what was happening. The LC Server that did not work I uploaded the individual files to my hosting site after unzip them locally. I suspect there was an FTP conversion of some sort that happened on the upload of the individual files that messed things up. By chance, I uploaded the...
by bhall2001
Wed Sep 30, 2015 1:18 pm
Forum: Off-Topic
Topic: Open Source Challenge -- Modernize LC IDE UI.
Replies: 13
Views: 9317

Open Source Challenge -- Modernize LC IDE UI.

I just fired up LC8 for the first time. Yes, I know, I'm late to the game but I needed to focus on the current version and not anything new until now. I'm miffed as to why the parts of the IDE and support stacks are circa mid-1990s. Amazing. I thought for sure EASY updates to the UI would of been do...
by bhall2001
Fri May 29, 2015 12:14 pm
Forum: CGIs and the Server
Topic: LC Server on Inmotion Hosting
Replies: 13
Views: 11298

Re: LC Server on Inmotion Hosting

The shard host that LC server works on is not on the same VM instance. I created a new VM as a "reseller" in WHM within my VPS. I have the permissions set to 755 for all directories and files. Still have not been able to figure out why it doesn't work off the main VPS. It's almost like it's being bl...
by bhall2001
Fri May 22, 2015 12:57 pm
Forum: CGIs and the Server
Topic: LC Server on Inmotion Hosting
Replies: 13
Views: 11298

Re: LC Server on Inmotion Hosting

While I'm not going to mark this as solved just yet, I do have an update. Since I have a VPS, I setup a new "reseller" in WHM with a domain that I own but have parked, basically I created a brand spanking new shared host in my VPS account. I installed LC Server (community) and created the basic hell...
by bhall2001
Fri May 22, 2015 12:24 pm
Forum: CGIs and the Server
Topic: LC Server on Inmotion Hosting
Replies: 13
Views: 11298

Re: LC Server on Inmotion Hosting

And to confirm that I do have the 64 bit version installed I ran the following file -s ./livecode-community-server and got as a result ./livecode-community-server: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), stripped Should I attempt to compile the com...
by bhall2001
Fri May 22, 2015 12:06 pm
Forum: CGIs and the Server
Topic: LC Server on Inmotion Hosting
Replies: 13
Views: 11298

Re: LC Server on Inmotion Hosting

Here are the results of ldd on the executable in the cgi-bin directory... ldd ./livecode-community-server test.lc ./livecode-community-server: not a dynamic executable test.lc: not a dynamic executable and I saw a post online where strace might be helpful too strace ./livecode-community-server execv...
by bhall2001
Wed May 20, 2015 11:54 am
Forum: CGIs and the Server
Topic: LC Server on Inmotion Hosting
Replies: 13
Views: 11298

Re: LC Server on Inmotion Hosting

test.lc contains.... <?lc put "Hello World!" && the date && the time ?> Here's my logic: Step 1 - server runs with command line Step 2 - server runs with .htaccess Step 3 - server runs with apache config To me on the VPS, each step adds a level of complexity and uncertainty. From what I can see, I d...
by bhall2001
Wed May 20, 2015 2:44 am
Forum: CGIs and the Server
Topic: LC Server on Inmotion Hosting
Replies: 13
Views: 11298

Re: LC Server on Inmotion Hosting

I was pretty sure that I had installed the 64 bit version but I went ahead and re-installed to be sure. I got the same result. Also, I'd like to confirm I executing the command line correctly. I'm changing into the cgi-bin directory (location I installed lc server) and typing "./livecode-community-s...
by bhall2001
Tue May 19, 2015 12:07 pm
Forum: CGIs and the Server
Topic: LC Server on Inmotion Hosting
Replies: 13
Views: 11298

LC Server on Inmotion Hosting

For an exercise, I thought I'd try to get LC Community Server going on my Inmotion hosting vps. Of course I'm having a bit of a problem and am wondering if anyone else has had any luck getting this to work with inmotionhosting.com. I followed the directions installing the server on Apache and will b...
by bhall2001
Fri Apr 03, 2015 1:39 pm
Forum: Android Deployment
Topic: libJson not working. SDK config issue?
Replies: 5
Views: 3457

Re: libJson not working. SDK config issue?

Bug filed.

http://quality.runrev.com/show_bug.cgi?id=15151

For now I'm going to put a conditional around it checking if we're on Android and just skip the error checking. Not perfect but at least App works now on Android.

Thanks again Simon for the pinpoint accuracy.
Bob
by bhall2001
Thu Apr 02, 2015 2:26 pm
Forum: Android Deployment
Topic: libJson not working. SDK config issue?
Replies: 5
Views: 3457

Re: libJson not working. SDK config issue?

I can submit the bug but do you think it would be helpful to further isolate the issue down to it's root cause and take libJson out of the mix. It appears as though it's an issue with strings and some "special" characters on Android. And as this effects libJson I'm tempted to leave that in the mix a...
by bhall2001
Wed Apr 01, 2015 2:04 pm
Forum: Android Deployment
Topic: libJson not working. SDK config issue?
Replies: 5
Views: 3457

libJson not working. SDK config issue?

I'm wondering if anyone might be able to help. I'm in the Create It with Livecode course and am having an issue I think related to my Android SDK configuration. When I try to use jsonToArray() on the Android Sim or device, the array return has no data (as far as I can tell). Json going in is correct...
by bhall2001
Sun Mar 29, 2015 12:55 pm
Forum: iOS Deployment
Topic: XCODE 6.2 ( 6C131e) broke my iOS Sim?
Replies: 9
Views: 6963

Re: XCODE 6.2 ( 6C131e) broke my iOS Sim?

I am having this problem now with LC 7.0.4 RC2 but not LC 7.0.3. I'm curious if there is someone else who can confirm/deny that they are not able to get Dev menu working with latest Xcode on LC 7.0.4 RC2 or if I have to do something in my prefs to make it work. I see there is a bug report on this wi...
by bhall2001
Sun Mar 08, 2015 4:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wrong ordering data grid column
Replies: 4
Views: 3165

Re: Wrong ordering data grid column

The date format is not one of the formats Livecode handles natively for sorting in a data grid. Not to worry though. There's a couple of ways you can handle this. And I just want to be clear that what I think you have for a date format is DD/MM/YYYY. 1) if possible, convert the dates when they are l...

Go to advanced search