Search found 48 matches

by cbarnhart
Wed May 29, 2013 8:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Button in a DataGrid Form
Replies: 3
Views: 2695

Button in a DataGrid Form

I got an easy one for you experts out there.....I hope I have a datagrid in a form format. There are 3 fields per record - title , summary, and link. I added a button that I would like the user to be able to click to launch the website in the link field, but how do I get the field "link" for the rec...
by cbarnhart
Tue May 14, 2013 9:19 pm
Forum: Databases
Topic: Database Query problem
Replies: 1
Views: 2035

Database Query problem

I have a login screen where the user enters their email. I then take the email and look up in a mySql table. If the email address is found it returns the user info in a datagrid. If it is not found it returns an error "user not found" message. Here is my code put revQueryDatabase( theConnectionID, "...
by cbarnhart
Thu Mar 21, 2013 12:30 am
Forum: Android Deployment
Topic: Running Video from a sub directory in Android
Replies: 5
Views: 3696

Re: Running Video from a sub directory in Android

Thank you all for your comments. let me load some files and see which formats work the best on the android system
by cbarnhart
Wed Mar 20, 2013 5:22 pm
Forum: Android Deployment
Topic: Running Video from a sub directory in Android
Replies: 5
Views: 3696

Running Video from a sub directory in Android

I have videos located in a sub directory I am trying to run. The player shows up but there is no video. Does anyone have any idea what I am doing wrong? Here is my code - on mouseUp put specialFolderPath("engine")&"/Video/Cab_Base_Level_mov" into docpath --local video mobileControlCreate "player" pu...
by cbarnhart
Mon Dec 31, 2012 8:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing CSV into DataGrid
Replies: 1
Views: 3256

Re: Importing CSV into DataGrid

Just figured out to use defaultFolder
by cbarnhart
Mon Dec 31, 2012 8:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing CSV into DataGrid
Replies: 1
Views: 3256

Importing CSV into DataGrid

I am importing a csv into a datagrid. For testing I used on ReadDataFile answer file "Select a file" put URL ("file:" & it ) into tFileContents Put tFileContents into field "text" on Card "Database" put line 1 of tFileContents into tColumnTitles ## Creates Columns from the contents of the CSV's firs...
by cbarnhart
Tue Sep 04, 2012 1:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid - scroll width
Replies: 6
Views: 3825

Re: Data Grid - scroll width

Ok, I figured it out. I was addressing the wrong "item". Rather than the whole data grid group I had to address the scroll bar element of the the data grid group
set the width of scrollbar "dgScrollbar" to 40

Thank you for pointing me in the right direction
by cbarnhart
Fri Aug 24, 2012 12:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid - scroll width
Replies: 6
Views: 3825

Re: Data Grid - scroll width

Not sure. I am using the DataGrid object dragged straight off the side objects bar in LiveCode. I did not modify in anyway

Maybe I added the code you suggested in the wrong spot....? I attached it to the "on openCard" script
by cbarnhart
Thu Aug 23, 2012 9:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid - scroll width
Replies: 6
Views: 3825

Re: Data Grid - scroll width

Does not seem to have any effect on my DataGrid vertical scroll bar.....any ideas
by cbarnhart
Thu Aug 23, 2012 2:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid - scroll width
Replies: 6
Views: 3825

Data Grid - scroll width

I have a simple data grid with a Vertical scroll bar. When deployed to a mobile device the scroll bar is too small. Is there a setting to set the width of a vertical scroll bar in the data grid ?
by cbarnhart
Wed Aug 22, 2012 2:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Google Maps on Mobile
Replies: 1
Views: 1725

Google Maps on Mobile

I think this might be an easy one...at least I am hoping.... I have a simple program at is using static google maps. It works great on the computer, but when I run it on a mobile device I get no maps. on mouseUp put gAddress1&","&gCity&","&gState into lcenter replace " " with "+" in lcenter put "htt...
by cbarnhart
Wed Jun 06, 2012 1:08 pm
Forum: Android Deployment
Topic: Animations in Android
Replies: 3
Views: 3483

Re: Animations in Android

I feel foolish. I just re-read the Android Deployment release notes and I found that videoclips/players are not yet supported. Ouch, this is a big one for me. I hope it comes out on the next release
by cbarnhart
Sat Jun 02, 2012 12:29 am
Forum: Android Deployment
Topic: Animations in Android
Replies: 3
Views: 3483

Animations in Android

has anyone had any luck running animations on a card in the Android environment? If so what format (qt, avi, ....) and did you use the media player object?

if you have can you run me through how you set it up?

Thank you
by cbarnhart
Fri May 25, 2012 2:27 pm
Forum: Android Deployment
Topic: Android App with Animations
Replies: 1
Views: 2379

Android App with Animations

I hope someone out there can help. I am have a desktop app I would like to include on the android tablet platform. I have a main screen and animations that play off to the left side of this screen. But I can not get the animations to show once I test on the android. I have gone through all the info ...
by cbarnhart
Thu May 10, 2012 1:17 pm
Forum: Android Deployment
Topic: App to Android Issue
Replies: 22
Views: 17964

Re: App to Android Issue

Great suggestion but that is not the issue. The problem I am having only occurs on the final build when I key sign the standalone. It runs through the debugging in emulation and on my tablet. But once KeySigned is will not install on the tablet or from the Market. So I guess my issue is the key sign...

Go to advanced search