Search found 16 matches

by Flo92
Sun Sep 03, 2017 9:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Checking and comparing Date and Time
Replies: 5
Views: 4305

Re: Checking and comparing Date and Time

Thanks a lot to both of you! I managed to do it!
by Flo92
Sat Sep 02, 2017 11:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Checking and comparing Date and Time
Replies: 5
Views: 4305

Checking and comparing Date and Time

Hi everyone! Me again with another - hopefully for this app atleast - last question. In my app I only allow the user to do things in certain time spans. So for example: The user is only allowed to use the app on the first day inbetween 3pm and 5pm on the second day inbetween 9am and 11am and so on. ...
by Flo92
Fri Jul 28, 2017 7:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile device
Replies: 15
Views: 9814

Re: FTP Upload on mobile device

Hi Axwald!
Really awkward. Would you mind uploading only a stack with a working button for FTP-Upload - but of course deleting your login-data beforehand - so I can erase my possible mistake :D?
by Flo92
Thu Jul 27, 2017 9:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile device
Replies: 15
Views: 9814

Re: FTP Upload on mobile device

Okay.. So I don't know what or if I'm doing something wrong here, but I tried exactly your code, just with my FTP-Data in my chosen app, and then - just for the case my app causes some FTP-crash - I just did a new empty project with just a button on it. Both times it worked perfectly fine on Windows...
by Flo92
Thu Jul 27, 2017 9:59 am
Forum: Android Deployment
Topic: Locking a Card for a specific time slot & Reminding the user
Replies: 7
Views: 5779

Re: Locking a Card for a specific time slot & Reminding the

Ok So I tried it with the mobileCreateLocalNotification-Code. The code itself works pretty good and also acting up on the localNotificiationReceived works. BUT: When the LocalNotification (for example in 180 seconds) is sent and I turn off the device and turn it on again, the LocalNotification seems...
by Flo92
Thu Jul 27, 2017 6:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile device
Replies: 15
Views: 9814

Re: FTP Upload on mobile device

Well.. not yet, but I guess I'll just have to do some PHP-Tutorial then :D But just to be sure: Does it work 100% with PHP :D?
by Flo92
Wed Jul 26, 2017 10:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile device
Replies: 15
Views: 9814

Re: FTP Upload on mobile device

It is uploaded to my server. I guess it is a shared hosting service (?). It's just some 2gb space at some german telecomunication service whereon I can also have a website running. When I enter the control center of my "hosting" I can choose between access via FTP/SSH/MySQL.
by Flo92
Wed Jul 26, 2017 5:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile device
Replies: 15
Views: 9814

Re: FTP Upload on mobile device

There's no need for FTP. It's just really easy for an amateur like me. So I thought it would be the quickest way to get to the finish line. If you have any suggestions that work fine and ideally aren't too hard to understand for someone with relatively few experience, I'd immediately try it!
by Flo92
Wed Jul 26, 2017 12:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile device
Replies: 15
Views: 9814

Re: FTP Upload on mobile device

Hi Flo, did you check ALL neccessary internet stuff in the standalone builder setting on the "Android" and "Inclusions" card? And you should always check "the result" after an action that could fail, since it may give a hint on what's going on. ... put xyz into url("ftp:"...) if the result <> EMPTY...
by Flo92
Wed Jul 26, 2017 10:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile device
Replies: 15
Views: 9814

FTP Upload on mobile device

Hi! I tried to upload a created .txt-File from my app on my android-device. When I pushed the upload button it always says "App has unfortunately stopped". And my app is closed and no file is uploaded. I don't know if that is because of the FTP or not? So I searched a bit on the forum and I don't kn...
by Flo92
Wed Jul 26, 2017 10:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Could not generate package manifest LC 8.1.5
Replies: 6
Views: 4419

Re: Could not generate package manifest LC 8.1.5

I just started my app from scratch and rewrote everything and now it works. So I don't know why, but at least it works :D
by Flo92
Tue Jul 25, 2017 11:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Could not generate package manifest LC 8.1.5
Replies: 6
Views: 4419

Re: Could not generate package manifest LC 8.1.5

Sure! Here you go:
https://1drv.ms/f/s!AoWCYBQD14np9wQfwmRn0bwHUO4S
(OneDrive-Link - somehow I can't post links/domain/page references)

I tried it with and without an icon.
by Flo92
Tue Jul 25, 2017 9:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Could not generate package manifest LC 8.1.5
Replies: 6
Views: 4419

Could not generate package manifest LC 8.1.5

Hi! I'm having problems creating a standalone application for Android. If I do this, I get the "could not generate package manifest"-error. I'm using LC 8.1.5; I've tried to do it just with a simple stack and a button on it, there it works. But if I do it with my written application that has some mo...
by Flo92
Mon Jul 24, 2017 7:52 pm
Forum: Android Deployment
Topic: Locking a Card for a specific time slot & Reminding the user
Replies: 7
Views: 5779

Re: Locking a Card for a specific time slot & Reminding the

Thank you so much already! I'll try this out tomorrow. If I'm having any problems I'll definitely come back. Great community here :)