Search found 63 matches

by Peter K
Fri Jun 10, 2011 5:50 pm
Forum: iOS Deployment
Topic: Porting an app from a Mac to an iPad
Replies: 15
Views: 8624

Re: Porting an app from a Mac to an iPad

Is there anything that I have to pre-install on my iPad? When I registered to become an Applce developer I don't think that they downloaded anything to my Mac. I believe that xCode was already on the machine. I didn't pay to become an Applce developer since I'm not going to try and sell the app, I j...
by Peter K
Fri Jun 10, 2011 2:22 pm
Forum: iOS Deployment
Topic: Porting an app from a Mac to an iPad
Replies: 15
Views: 8624

Re: Porting an app from a Mac to an iPad

In the organizer there is a provisioning box. I pressed the "+" sign and a drop down box appears. Under places I go to applications and then Livecode. The system that I wrote appears but it is grayed out. I can't choose it. Any ideas?

Thanks,

Peter
by Peter K
Fri Jun 10, 2011 3:23 am
Forum: iOS Deployment
Topic: Porting an app from a Mac to an iPad
Replies: 15
Views: 8624

Re: Porting an app from a Mac to an iPad

I connected the iPad to the Mac. I started up xCode and clicked on the window menu option, then organizer. The device that shows up on the left is the iPad.

Where is the use for development button? I can't find it?

Peter
by Peter K
Mon Jun 06, 2011 4:27 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Creating multidimensional arrays with the split command
Replies: 1
Views: 2239

Creating multidimensional arrays with the split command

I used the split command to create an array. I retrieved the data from a SQL command that returned one row and everything worked out ok. I then changed the SQL command to return more than one row. I can't figure out how to get the split command to work properly. The data that comes back from the SQL...
by Peter K
Thu Jun 02, 2011 3:39 pm
Forum: Databases
Topic: revdb_execute vs revExecuteSQL
Replies: 3
Views: 3508

Re: revdb_execute vs revExecuteSQL

Are there situations in which you would want to use one over the other? Or is it personal perference?

Thanks,

Peter
by Peter K
Thu Jun 02, 2011 3:29 am
Forum: Databases
Topic: revdb_execute vs revExecuteSQL
Replies: 3
Views: 3508

revdb_execute vs revExecuteSQL

Any preference on which to use? I know that revdb_execute was introduced in version 1.1 and revExecuteSQL was introduced in version 2.0. Is revExecuteSQL an update for redb_execute?

Thanks,

Peter
by Peter K
Thu Jun 02, 2011 12:33 am
Forum: iOS Deployment
Topic: Porting an app from a Mac to an iPad
Replies: 15
Views: 8624

Re: Porting an app from a Mac to an iPad

I've updated my license and registered as a developer with Apple. On the tutorial to build a standalone for iOS I'm supposed to put in the device profile that I created when I registered with Apple. Where do you enter this when you register as a developer with Apple?

Thanks,


Peter
by Peter K
Tue May 31, 2011 11:11 pm
Forum: iOS Deployment
Topic: Porting an app from a Mac to an iPad
Replies: 15
Views: 8624

Re: Porting an app from a Mac to an iPad

I'm not trying to create an app that I will sell through the Apple store. This is for my use (and maybe some people that work in my company).

Thanks,
by Peter K
Tue May 31, 2011 10:10 pm
Forum: iOS Deployment
Topic: Porting an app from a Mac to an iPad
Replies: 15
Views: 8624

Porting an app from a Mac to an iPad

I've been trying to figure out how to port an application that I created on a Mac to an iPad. It should be straightforward, but I can't find any info on it. The app has an SQLite database (just as an FYI).

Thanks in advance,

Peter
by Peter K
Mon May 23, 2011 7:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scrolling list / data grid question
Replies: 7
Views: 4829

Re: scrolling list / data grid question

I know about the break statement. I can't get the case statement to work at all and I can't get the scrolling list to do what I want it to do.

Thanks
by Peter K
Mon May 23, 2011 6:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scrolling list / data grid question
Replies: 7
Views: 4829

Re: scrolling list / data grid question

Something isn't working properly (or maybe I just didn't explain what I wanted to do). The scrolling list has some options in it (reference tables that can be updated or changed). The inspector for the scrolling list has the listbehavior box, locktext box and don't wrap box checked. When I click to ...
by Peter K
Sun May 22, 2011 3:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scrolling list / data grid question
Replies: 7
Views: 4829

scrolling list / data grid question

I've got a scrolling list that's populated with the names of reference tables that I have for my application. Depending on which reference table the user chooses, they can edit, delete or add a record to the specific reference table. Right now I have a list of the reference tables (there are three o...
by Peter K
Thu May 19, 2011 2:11 am
Forum: Databases
Topic: Creating an email with data from an SQLite table
Replies: 19
Views: 12120

Re: Creating an email with data from an SQLite table

Here you go... put "CREATE TABLE temp_deals as SELECT mortgage_rates.loan_type loan_type, " & \ "CASE mortgage_rates.int_only when '1' then 'No' when '2' then 'Yes' END deal_type, " & \ "cust_info.bank_name, " & \ "min(mortgage_rates.int_rate) int_rate, " & \ "min(round((mortgage_rates.factor * cust...
by Peter K
Thu May 19, 2011 1:23 am
Forum: Databases
Topic: Creating an email with data from an SQLite table
Replies: 19
Views: 12120

Re: Creating an email with data from an SQLite table

One more item has come up. My query is working, but when I add one field to it, something goes wrong. The following query works: put "CREATE TABLE temp_deals as SELECT mortgage_rates.loan_type loan_type, " & \ "CASE mortgage_rates.int_only when '1' then 'No' when '2' then 'Yes' END deal_type, " & \ ...
by Peter K
Tue May 17, 2011 2:57 pm
Forum: Databases
Topic: Creating an email with data from an SQLite table
Replies: 19
Views: 12120

Re: Creating an email with data from an SQLite table

I pretty much got everything to work the way that I wanted it to. I was able to use the format command inside the repeat loop. I'm going to play with the numberformat command for the last item because it's a calculation of a monthly mortgage payment and I'd like to be able to add commas to it. Right...

Go to advanced search