Search found 15 matches

by poliks
Thu Feb 13, 2014 8:22 am
Forum: iOS Deployment
Topic: Music Player possible?
Replies: 6
Views: 5020

Re: Music Player possible?

Thanks,

Let me work on this and give my feedback if it works on my end.

P
by poliks
Fri Feb 07, 2014 10:52 am
Forum: iOS Deployment
Topic: Music Player possible?
Replies: 6
Views: 5020

Music Player possible?

Hi All, Having fun with Livecode so far. Next project is a Music Player. Overview is simple. Standardise music across different offices by pushing out a player app that only contains approved music. Here is my concern. I have read somewhere on the forum that Livecode does not support background play...
by poliks
Wed Dec 04, 2013 3:40 am
Forum: iOS Deployment
Topic: Enterprise Distribution OTA
Replies: 9
Views: 6880

Re: Enterprise Distribution OTA

Hi, Since I am not really a developer but more the designer so I have less knowledge with coding. What i thought was this on why it works. Developer Profile = 100 users + UDIDs Universal Distribution Profile = No need UDIDs + i guess unlimited + expires 1 year + Need to rebuild app and users re-down...
by poliks
Tue Dec 03, 2013 3:00 am
Forum: iOS Deployment
Topic: Enterprise Distribution OTA
Replies: 9
Views: 6880

Re: Enterprise Distribution OTA

Hi, I want to distribute it in house since i got the enterprise developer program. But skip the UDID process since my profile is already the universal distribution not the development. We used to hire a company who does ios native programming and they were able to setup a server that stores the app ...
by poliks
Mon Dec 02, 2013 10:38 am
Forum: iOS Deployment
Topic: Enterprise Distribution OTA
Replies: 9
Views: 6880

Enterprise Distribution OTA

Hi, I have been searching hi and low, maybe not enough, throughout this forum on information regarding this. Here is my situation. I have and app ready for distribution. I already have provisioning profiles ready. I do not want to use the airlaunch or diawi or third party services and I want to stor...
by poliks
Mon Aug 26, 2013 10:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: NEED HELP to Implement. Confused.
Replies: 5
Views: 4879

Re: NEED HELP to Implement. Confused.

Jan,

Mamnaged to get back on this project after a long time doing other stuff. I have tried your code and it works wonderfully on my data grid. My question is does this work on a mobile environment? I tried in simulator but it seems the filtering does not work.

Thanks,

Paul
by poliks
Thu Jul 25, 2013 5:50 am
Forum: iOS Deployment
Topic: Disable the scroller when scrollGroup is hidden
Replies: 25
Views: 16694

Re: Disable the scroller when scrollGroup is hidden

Awesome!!

It now works flawlessly!

Thank you all!
by poliks
Wed Jul 24, 2013 2:46 am
Forum: iOS Deployment
Topic: Disable the scroller when scrollGroup is hidden
Replies: 25
Views: 16694

Re: Disable the scroller when scrollGroup is hidden

Here is actually my LC file.
by poliks
Wed Jul 24, 2013 2:39 am
Forum: iOS Deployment
Topic: Disable the scroller when scrollGroup is hidden
Replies: 25
Views: 16694

Re: Disable the scroller when scrollGroup is hidden

Hi Guys, I actually added my global scrollid on the buttons. Card Script global scrollid on preOpenCard hide group "scrollGroup" disable group "scrollGroup" hide grp "ClientOff" show btn "ClientOn" if environment() is not "mobile" then exit preOpenCard if scrollID is not empty then iphoneControlSet ...
by poliks
Tue Jul 23, 2013 10:45 am
Forum: iOS Deployment
Topic: Disable the scroller when scrollGroup is hidden
Replies: 25
Views: 16694

Re: Disable the scroller when scrollGroup is hidden

OK. please bear with me since i am a newbie. Had to leave this behind for awhile since I had to present a mockup. I used another card instead to display the hidden mode. Lousy of me. Anyways tried it today. Here is my card script. global scrollid on preOpenCard # default state upon opening hide grou...
by poliks
Wed Jul 17, 2013 3:48 am
Forum: iOS Deployment
Topic: Disable the scroller when scrollGroup is hidden
Replies: 25
Views: 16694

Re: Disable the scroller when scrollGroup is hidden

Klaus, Yes, when i touch the screen and pretend to scroll on the hidden area the scroll indicator will show up. Thus technically its scrolling but just cannot see the field that is scrolling. Dixie, Where will this code be placed on the card or on the button that controls the hide/show. I tried dire...
by poliks
Tue Jul 16, 2013 9:51 am
Forum: iOS Deployment
Topic: Disable the scroller when scrollGroup is hidden
Replies: 25
Views: 16694

Disable the scroller when scrollGroup is hidden

Hi, Newbie LC user here. I wanted to toggle hide and unhide my scrollGroup that contains an ios scroller using a control button. But i noticed that even when the field is hidden, when i touch the screen the scroller will show up and will still move in relation to the finger movements as if the hidde...
by poliks
Wed Jul 03, 2013 1:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: NEED HELP to Implement. Confused.
Replies: 5
Views: 4879

Re: NEED HELP to Implement. Confused.

Thanks, this is more or less what I am looking but with at least using the 3 categories to filter them.

Thanks a lot! Will let you know how it pans out.
by poliks
Tue Jul 02, 2013 2:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: NEED HELP to Implement. Confused.
Replies: 5
Views: 4879

Re: NEED HELP to Implement. Confused.

Thanks for the reply it gives me some insight that it is indeed doable and gives me the confidence to push ahead. Will surely be starting to put it together and ask further questions down the road. I know I will have a lot.
by poliks
Mon Jul 01, 2013 9:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: NEED HELP to Implement. Confused.
Replies: 5
Views: 4879

NEED HELP to Implement. Confused.

Hi all, I am very new to LC and basically want to do something like this (below) but was searching high and low in the forums to enlighten me with the pieces i want. Now I am much confused and lost on how to implement this. IN a nutshell it is an image gallery with text information per record that c...