AW: OT: Has anybody experiences with apps for VPP licenses?

2017-06-11 Thread Tiemo Hollmann TB via use-livecode
Hi Randy,

Yes, thats what I wanted to know. Thank you for your experiences!
Tiemo


-Ursprüngliche Nachricht-
Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von 
Randy Hengst via use-livecode
Gesendet: Samstag, 10. Juni 2017 20:31
An: How to use LiveCode 
Cc: Randy Hengst 
Betreff: Re: OT: Has anybody experiences with apps for VPP licenses?

Hi Tiemo,

I assume you mean Volume Purchase Program for Education… right?

I’ve set all of my apps to be available with the “education discount” you just 
check the appropriate radio button when setting the price of the app … the 
education institutions must have an account with Apple… and, if they buy at 
least 20 copies of an app, the apps are “half price” based on the price you 
set. My paid apps are listed at $.99 (US) and then are discounted to $.49 
automatically when the educational institution buys at least 20 copies.

be well,
randy

Randy Hengst
www.classroomFocusedSoftware.com

> On Jun 9, 2017, at 8:17 AM, Tiemo Hollmann TB via use-livecode 
>  wrote:
> 
> Hello, I don't find adhoc the answers for my questions at apple, so I 
> want to ask you, if anybody has experiences, what it means to offer an 
> app for VPP licenses in the iOS appStore? I have an app offered in the 
> appstore with inApp purchases, but inApp purchases are not allowed for 
> the VPP program, so I have to make a second version of my same app 
> with all inApp features included, which I want to offer for public 
> schools. There are a lot of informations for customers, what they have 
> to do to get VPP licenses, but I don't find anything about what the 
> developer has to do to offer VPP licenses, perhaps it is much more 
> easy, as I think. Perhaps I even don't have to do anything else as for a 
> "normal app".
> 
> Do I have to prepare or mark an app as available for VPP or is every 
> app per se available for VPP?
> 
> Do I have any control over the VPP discounts, or is that fixed by 
> apple and I just set the price per 1, as for a "normal app"?
> 
> Do I upload the "VPP app" to the appstore the same way, as a "normal 
> app" or is there a separate "VPP store"?
> 
> Are there any other differences or pitfalls with VPP?
> 
> Thanks for your experiences
> 
> Tiemo
> 
> 
> 
> 
> 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Click Download in Browser Widget?

2017-06-11 Thread Scott Rossi via use-livecode
If I click the download link on a page being displayed in the browser widget, 
what happens with the linked file?  Does the download take place and if so, is 
the file accessible somehow?

Thanks & Regards,

Scott Rossi 
Creative Director 
Tactile Media, UX/UI Design 




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Word delimiters

2017-06-11 Thread hlowe via use-livecode
Thank you, again, for pointing me towards TrueWord which (according to the
dictionary):

"Designates a string as part of a chunk expression, delimited by Unicode
word breaks, as determined by the ICU Library."

Using TrueWord instead of word in my 8.1.4 code, fixed the problems that I
was encountereing with word chunk identification when the "word" was
prefixed or suffixed with parens characters or punctuation. There appears to
be little performance impact is using "TrueWord" in place of "word" when
searching very large texts (10+ MB).

Interestingly, there is no cross-refernce to TrueWord from the Word entry in
the 8.1.4 dictionary, though there is a cross-reference from TrueWord to
Word. 

Henry



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Word-delimiters-tp4715709p4715715.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Twitter and Facebook Libraries

2017-06-11 Thread Sannyasin Brahmanathaswami via use-livecode
Hoping to not re-invent the wheel,

Also  MergeSocial is only iOS

anyone have any "social" libraries for sharing  on their apps?

Sample stacks?

on the forums the last thing I could find by date was reporting some issues 
with MergeSocial, but that's mute, since we need it for android also.



Brahmanathaswami

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


sample Stack for uploading files to a lc server

2017-06-11 Thread Matthias Rebbe via use-livecode
Please excuse for the 2nd post. I forgot to enter a subject.


Hi,

i´ve already posted it to the forum
http://forums.livecode.com/viewtopic.php?f=9&t=29357 


but in case you are not reading the forum:

I´ve created a little stack and two livecode server scripts that allow to 
upload a file to a web server running livecode server version 8 or higher. 

After successful upload the download url of the uploaded file is copied to the 
clipboard for sharing purposes. 
The stack has a little filemanager included which  allows to get the d/l url 
for older uploaded files  and it allows to delete older files which are not 
needed anymore

The stack uses Bernd Niggeman´s  Gauge widget for showing the upload progress. 
See his post about this really cool widget  
http://forums.livecode.com/viewtopic.php?f=93&t=29348&p=154776&hilit=gauge#p154776
 



There are only minimal adjustments needed in the stack script of the livecode 
stack to get it running with your web server.

The archive contains the livecode stack, 2 livecode server scripts, the .lcb 
file for the Gauge widget, an installation guide for the Widget and a readme 
file.

I´ve tested it with Livecode 8.1.4 and Livecode server 8.1.2.

Please do yourself a favour and read the file 'PLEASE Read Me First!.txt'  
first.

Hope it´s of some use for the one or the other


Regards,

Matthias


Matthias Rebbe
+49 5741 31
‌matthiasrebbe.eu ‌

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

[no subject]

2017-06-11 Thread Matthias Rebbe via use-livecode
Hi,

i´ve already posted it to the forum
http://forums.livecode.com/viewtopic.php?f=9&t=29357 


but in case you are not reading the forum:

I´ve created a little stack and two livecode server scripts that allow to 
upload a file to a web server running livecode server version 8 or higher. 

After successful upload the download url of the uploaded file is copied to the 
clipboard for sharing purposes. 
The stack has a little filemanager included which  allows to get the d/l url 
for older uploaded files  and it allows to delete older files which are not 
needed anymore

The stack uses Bernd Niggeman´s  Gauge widget for showing the upload progress. 
See his post about this really cool widget  
http://forums.livecode.com/viewtopic.php?f=93&t=29348&p=154776&hilit=gauge#p154776
 



There are only minimal adjustments needed in the stack script of the livecode 
stack to get it running with your web server.

The archive contains the livecode stack, 2 livecode server scripts, the .lcb 
file for the Gauge widget, an installation guide for the Widget and a readme 
file.

I´ve tested it with Livecode 8.1.4 and Livecode server 8.1.2.

Please do yourself a favour and read the file 'PLEASE Read Me First!.txt'  
first.

Hope it´s of some use for the one or the other


Regards,

Matthias


Matthias Rebbe
+49 5741 31
‌matthiasrebbe.eu ‌

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Word delimiters

2017-06-11 Thread hlowe via use-livecode
Thank you. I will try using trueWord.

Henry



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Word-delimiters-tp4715709p4715711.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode