Search found 28 matches

by cenglish
Thu Sep 24, 2015 5:53 pm
Forum: Bug Triage
Topic: Removing development and setting profile options hangs
Replies: 1
Views: 1828

Removing development and setting profile options hangs

I have a program that has been built in livecode for over 3 years now. It hasn't been touched in about 6 months. I tried to build a standalone for mac in the last couple of days using LC8 dp4 and it wouldn't work. So then I tried LC7.0.6, same result. I have tried building for mac and windows in the...
by cenglish
Tue Sep 02, 2014 4:13 pm
Forum: Mac OS
Topic: LiveCode & Yosemite?
Replies: 8
Views: 8279

Re: LiveCode & Yosemite?

As of right now, LiveCode works okay as far as normal functions. However, mobile development is not available. When you go to Mobile Support to add xCode under the Preferences, everything for iOS is grayed out. Haven't tested anything with Android though.
by cenglish
Fri Aug 22, 2014 9:38 pm
Forum: Mac OS
Topic: LiveCode & Yosemite?
Replies: 8
Views: 8279

LiveCode & Yosemite?

Can anyone give any feedback as to if LiveCode is compatible with Yosemite at all yet? I can't find anything anywhere online that even mentions Yosemite or iOS 8 dealing with LiveCode.
by cenglish
Fri Feb 21, 2014 6:14 am
Forum: Databases
Topic: Database to DataGrid to Display FAST!
Replies: 2
Views: 3311

Database to DataGrid to Display FAST!

I am trying to grab a group of data from a local sqlite database and insert that data into a datagrid directly. The main objective here is speed. I'm willing to limit my calls to 50, if not 25 rows at a time. However, I'm also displaying thumbnails in this datagrid as well. I found a way to get this...
by cenglish
Mon Sep 16, 2013 5:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Center text vertically within hilited line?
Replies: 1
Views: 2472

Center text vertically within hilited line?

I am having difficulties trying to figure out how or if it's possible to center a line of text vertically within a hilite. If I have a text field with a list of data in it, then I set my textSize to 20 and I have fixedLineHeight to true because I want the user to have plenty of room to tap a single ...
by cenglish
Thu Feb 28, 2013 11:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: arm7 failure
Replies: 4
Views: 3683

Re: arm7 failure

I only use two externals, montes mergzxing and livecodes rrehardcopy. I updated mergzxing and still get the arm7 no file directory error.
by cenglish
Wed Feb 27, 2013 6:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: arm7 failure
Replies: 4
Views: 3683

Re: arm7 failure

I'm having the same issue. Xcode 4.6 & Livecode 5.5.4, my app crashes in the simulator (whether it's 5.0 or 6.0 or 6.1). I made sure to point to the new xcode in livecode preferences and I get this same error whenever I try to save as standalone. Have no clue what the cause is.
by cenglish
Wed Feb 13, 2013 8:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Fastest way to INSERT Sqlite?
Replies: 3
Views: 4708

Fastest way to INSERT Sqlite?

I seem to be missing something and can't figure it out. I'm seeing that INSERT should be pretty fast but it's not the case for me. I know I've gotta be overlooking something simple. I have the following code that uses data from a web service that pulls around 30,000 rows of items with only 3 colums ...
by cenglish
Wed Nov 07, 2012 10:58 pm
Forum: Windows
Topic: Touchscreen scrolling
Replies: 1
Views: 3695

Touchscreen scrolling

I am in the process of switching over an iOS app to desktop, both mac and windows. I have everything working fine, but I am now wanting to put the app on a touchscreen monitor (windows) but I can't seem to figure out how to capture an event for when the user touches the screen. I thought my rawkeydo...
by cenglish
Mon Oct 01, 2012 8:22 pm
Forum: Mac OS
Topic: Autofit Browser for Desktop?
Replies: 1
Views: 3205

Autofit Browser for Desktop?

I am working with a revBrowser control for mac and windows version, but focusing on mac first and I came across something strange. Is there some kind of "autofit" for the revBrowser control like there is in iOS? For some sites (not all), I am having part of the site get cut off in a strange way. Any...
by cenglish
Mon Sep 24, 2012 9:18 pm
Forum: iOS Deployment
Topic: How to setup Xcode 4.5 to work with LC 5.5.1/5.5.2
Replies: 15
Views: 15897

Re: How to setup Xcode 4.5 to work with LC 5.5.1/5.5.2

I'm still having issues after trying this out. (I'm running Mountain Lion and LiveCode 5.5.2 and xCode 4.5)I've made sure of the following: 1. Had all components installed in xcode 4.5 from the Preferences>Downloads tab. 2. I made sure to select the Mobile Support directory for iOS 5.0 or later is s...
by cenglish
Thu Aug 02, 2012 8:31 pm
Forum: iOS Deployment
Topic: Pinch help (NOT for images)
Replies: 1
Views: 2224

Re: Pinch help (NOT for images)

If anyone finds this and has a similar issue, I was able to resolve it myself and have an example stack I can share that might help.
by cenglish
Wed Aug 01, 2012 5:40 pm
Forum: iOS Deployment
Topic: Pinch help (NOT for images)
Replies: 1
Views: 2224

Pinch help (NOT for images)

I put this off for a while because I couldn't ever get it down and had more important issues to see about. However, now I'm back and lost about how to get this to work. Here's what I have: I have 3 groups on one card. They are set up like a compare items screen. I want to allow the user to pinch-in ...
by cenglish
Mon May 14, 2012 7:14 pm
Forum: iOS Deployment
Topic: CanBounce Scrolling with DataGrid
Replies: 1
Views: 2795

CanBounce Scrolling with DataGrid

I am using the code below to get a datagrid to scroll. I have everything working how I want it except one small thing. For some reason, I can't get the "bounce" effect to work. The scroller works fine, and even the scrolling indicator on the right side makes it look like it knows to bounce, but the ...
by cenglish
Wed Apr 25, 2012 12:51 am
Forum: iOS Deployment
Topic: Datagrid Text adjustments
Replies: 1
Views: 2014

Datagrid Text adjustments

Hello all, I am working with a data grid for the first time and came across this slight hiccup. It may be a simple resolution, but I cannot seem to figure it out. I am filling in a data grid with a line of text. I've adjusted everything that I thought I would need for the text to be the right size (...