and bind it to a text area in javafx...problem is that i can get the output and i can print it in eclips but when i use this code
task.messageProperty().addListener((observable, oldValue, newValue) -> {textarea.appendText(newValue) ;});
to bind output of task to text area ,just half of output showed in text area...what is problem?
another weird thing is when i collect all of output in a String and then give it to updatemessage() every thing work fine...but this String will get very big like 10 mg and i dont wanna every time a line add to String i have to give hole 10 mg String to updatemessage()
If you posted your code instead of describing it, you would get better help here for sure
Tomorrow i will send it here...thanks❤️
You mean you want users of your app to pay you every month for using your app (like Netflix)?
Short answer: forget about it. Think about simpler monetization options like apple store or google play market. Saying that it's complicated means saying nothing. Not even mentioning that you would have to learn lots of law related stuff, laws specific to the country where your users are and where the user database is gonna be stored physically. Also depending on what type of user data you'll be storing. Couple of links for grasping the complexity of the subject. (Zuora billing system that I worked with, it may not fit you depending in which countries your users live) https://www.zuora.com/developer/api-guides/ https://whatis.techtarget.com/definition/General-Data-Protection-Regulation-GDPR
So u are saying that i have to use something like microsoft store?
Not exactly. I'm saying that *recurring* payments is not easy at all to implement. I'm saying that it's much easier to give up on subscription model, and put the burden of payments to marketplaces that have it implemented for you (google, apple, microsoft, whatever). But those marketplaces don't support recurring payments, only one-time ones.
Обсуждают сегодня