Search found 53 matches
- Wed Nov 09, 2016 9:31 pm
- Forum: iOS Deployment
- Topic: Navbar widget highlight on app reopen
- Replies: 3
- Views: 1978
Re: Navbar widget highlight on app reopen
Very helpful, many thanks for your code - maybe this should be in the blog post about the Navigation Bar widget or the comments anyway.
- Wed Nov 09, 2016 1:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Define Datagrid Form Columns
- Replies: 8
- Views: 1761
Re: Define Datagrid Form Columns
Ok I think I have solved it! If you: 1. Add a datagrid control(by default it is a table) 2. Change to a Form 3. Edit Behaviour script - then the columns headers are named label 1, label 2, label 3 - etc. However if you: 1. Add a datagrid control (by default it is a table) 2. Configure columns in the...
- Tue Nov 08, 2016 9:48 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Define Datagrid Form Columns
- Replies: 8
- Views: 1761
Re: Define Datagrid Form Columns
Thanks Klaus I started to think it must be something to do with the pDataArray array variable. But I did not create it, just added a Datagrid to my card and set it as a form. Presumerably the array is set by default. Does this mean I just need to modify the pDataArray? THanks for your assistance so ...
- Tue Nov 08, 2016 6:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Define Datagrid Form Columns
- Replies: 8
- Views: 1761
Define Datagrid Form Columns
Hi, hope someone can help me on this please. I can't see how the columns used in a Datagrid Form are defined. In the tutorial "Creating a list of people" the datagrid behaviour script FillInData uses values from columns pDataArray["LastName"], pDataArray["FirstName"], pDataArray["Title"] and pDataAr...
- Tue Jul 26, 2016 9:32 am
- Forum: iOS Deployment
- Topic: mobilePick Character Limit
- Replies: 1
- Views: 1142
Re: mobilePick Character Limit
I would like to know if this can be changed as well please.
- Tue Jan 13, 2015 11:54 am
- Forum: Internet
- Topic: systemWindow stops RevBrowser working in Mac app
- Replies: 1
- Views: 1439
systemWindow stops RevBrowser working in Mac app
HI, I would really like to create a cross platform app for Mac and Windows that displays the revBrowser in a float above everything window using the systemWindow property. However when I try and set the systemWindow property of InetBrowser sub stack of the RevBrowser it stops the browser retrieving ...
- Wed Mar 21, 2012 10:09 pm
- Forum: iOS Deployment
- Topic: iOS - Pinch,Zoom,Drag Image - iPad - How?
- Replies: 9
- Views: 6016
Re: iOS - Pinch,Zoom,Drag Image - iPad - How?
Hi, your browser code works great, but I can't see how to get the final image size and coordinates either (and if you can't then there's no hope for me lol)
I'm deploying to an IPhone using images from the picture folder.
Cheers
I'm deploying to an IPhone using images from the picture folder.
Cheers
- Tue Mar 20, 2012 9:56 pm
- Forum: iOS Deployment
- Topic: iOS - Pinch,Zoom,Drag Image - iPad - How?
- Replies: 9
- Views: 6016
Re: iOS - Pinch,Zoom,Drag Image - iPad - How?
Hi Thanks for the pinch zoom code via browser. It is very smooth but I need to know the final size and location of the zoomed and moved image to use in a print out. I too have had problems getting sample code to work smoothly and not jump. Any ideas or suggestions would be greatly welcomed. Thanks R...