Why doing it with sdk? why not with facebook API using get object or better the webquerry object ?
Posts by hamdi369
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
I'm thinking of another solution:
you create an empty extension (with the sdk). this extension does not need to have an action, just to be unique, undistributed and present in your mfa.
let's say that I manage to get my hands on your mfa, but that my cf2.5 does not have this extension: I would have a message "failed to open document"I'm thinking of another solution:you create an empty extension (with the sdk). this extension does not need to have an action, just to be unique, undistributed and present in your mfa.let's say that I manage to get my hands on your mfa, but that my cf2.5 does not have this extension: I would have a message "failed to open document"
-
better as int64 is int16384 for very big numbers
-
salut c'est simple sert toi de l'horloge
button clicked --> fire evenement "nom de l'evenement" after 1 second
on "nom de l'evenement" --> fais ceci ou cela...je t'ai mis un mfa
-
Quote
However, when this change occurs, the sub-app in the final frame is at its default state, whereas I want it to have the state of the sub-app that came before.
hello sorry for my bad english, I am french...
It's not easy to reply you because I don't know enough about your project, but what I understand you have 2 subapps pointing the same frame, and you want one communicate the other that it has a event to do ('the state change')..in this case I think better is to not share global values/string with the parent to discriminate the 2 subapps.
I create a little mfa (see attachement) with 2 supabb that pointing the same frame and communicate together in 3 manners:
- through global values
- through windows registry
- with share value object
note that could be other manner, there are a lot of way to do it
QuoteOr if I can make one sub-application object run in the background uninterrupted for the whole application while the frame the player views changes?
Yes! of course! clearly!
in this case you have on root (main/first frame) 2 subapps, 1 "background" that do what it has to do (that could be invisible by user), and another "what user view" with change ect...
In fact more you have subapp correctly implemented, and more powerfull will be your application
the application of my project is full of subapps, in main there are 5 subapps visible that working ininterrupted and could be called by the user (it could see just 2), there are visible and invisibles subapps... subapps of subapps... subapp of subapps of subapps too...more you have subapp more complex and complete will be your app
ypu have to correct "brainstorm" the "three" of hierarchy" of you subapps and your app will be good and powerfull.
I advise you to create "dumb application" with just subapp and frames corresponding of your project , to see/test before creating directly the real.good luck
-
moi, personnellement, si je dois faire cela, j'irais trouver une identification unique de la machine, comme par exemple l'adresse MAC. a partir de cet identifiant numérique, je créerai un identifiant qui sera egalement unique. Apres il n'y aura plus qu'a verifier la validité de l 'utilisateur dans une base de donnée
-
Hi
I am triying to retrieve values and strings from a JSON string.
I have no problems to retrieve all datas exept from them in array
I enter in object AAPL, then enter in object latestTrade, retrieve all strings (t, x, p, s, etc...) but struggling to get the array "c"does everyone know what index should i write when I am retrieving the "brothers" values of this array ? I tried all... (0,1,-1...)
thank you for your help
Quote{"AAPL":{"latestTrade":{"t":"2021-10-19T19:59:56.112647023Z","x":"V","p":148.74,"s":100,"c":['@','M'],"i":9225,"z":"C"},"latestQuote":{"t":"2021-10-19T20:00:30.534719803Z","ax":"V","ap":0,"as":0,"bx":"V","bp":0,"bs":0,"c":['R','X'],"z":"C"},"minuteBar":{"t":"2021-10-19T19:59:00Z","o":148.7,"h":148.75,"l":148.685,"c":148.74,"v":12440,"n":112,"vw":148.716029},"dailyBar":{"t":"2021-10-19T04:00:00Z","o":147,"h":149.155,"l":146.58,"c":148.74,"v":875472,"n":9087,"vw":148.367331},"prevDailyBar":{"t":"2021-10-18T04:00:00Z","o":143.54,"h":146.84,"l":143.2,"c":146.59,"v":956914,"n":9472,"vw":145.570812}}}
-
you have to enter in object name "valores" first, (after loading the json string) then you can retrieve the values or strings (see code in mfa )
-
i create a mfa with your example
-
okay its solved
with that Please login to see this link.
thank you LB -
Bonjour
Je travail sur un projet qui était au départ monoposte et que j'ai décidé de rendre multiposte.
Du coup j'aurai besoin que le programme serveur envoie des fichiers au programme client, et peut etre aussi vice versa.j'ai pensé le faire avec lacewing (client et serveur) mais je n'y arrive pas malgré beaucoup d'essais.
est-ce possible? Un fichier ordinaire (photo, musqiue, base de donnée, ect...) est-il un fichier binaire?Y'a t-il un tuto qui montre comment on envoi un fichier d'un poste à un autre avec lacewing?
merci pour votre aide
-----------------------------------------------------------------------------------------------------------------------------------------
Hello
I am working of a soft that was "single-station". I decide to improve it to a "multi-station" software.
Then I have to build a solution that the "server software" can send files to the "client software" and maybe vice versa too...I try it with lacewing objects (both lacewing server and lacewing client) but it seems it doesn't work...
Is this (sending files from server to client) at least possible with lacewing? Are simple files (music, video, text, database) binary files?
Is there a tutorial that explain how to send a file from a station to another with lacewing ?
Thank you for help (and sorry for my bad english practice)
Is this at least possible with lacewing? -
Hi Grimmy
It take me a lot of time and energy to made this tutorial
ok my english is bad, I am french, but I wrote in english so everyone could understand it, it's not easy to made no grammatical error for foreign.Paypal API changed in 2017, and that's why the mfa don't work now, : you just have to change the request in mfa : USE POST now (in the old mfa it was with GET)
there are prerequist
1- you have to create a paypal devlopper app and retrieve the API credential
------A : user api name
------B : user api password
------C : user signature
2- you have to have a server (website) with mysql database
the database must have two table :
-----A : paypalsuccess
-----B : paypalcancel
3- you have to put two php for writing in this database (redirected by paypal after users pay or not)
4- you have to put two php for reading in this database (used by the mfa/exe)----->>>> you find how to set up these prerequist step in the EVEN LIST EDITOR of the frame!!!
it was the first comment : read the explanation in the frame list editor first!
I put all fuc--- phps in....how it works :
1st step
the programm request an ACCESS TOKEN FROM PAYPAL API2ND STEP
With that access token it open in the user's browser the paypal store with the item to soldthe problem was to checking what is the user doing (cause it is in user's browser external to the mfa)
3 step checking what is going on
A - users is cancel before logout ----> program ends (you have to programm what happen then)
B - users log in and cancel ----------->program ends (you have to programm what happen then)
C - user log in and pay the item -----> go to the 4 stepwhen the user is logged in its paypal we retrieve an PAYERID from paypal. we need it for the last step
that step is by sniffing requering paypal API and our database in the same times.
4 step
the user paid but the money is still not in your paypal and it is not finish
you hav to check if everything is ok and finalize the payment
it is the method ---> do express checkout -
use a webview object
-
ok
first I am french language so I made it in english so everyone could understand it
Paypal's API changed. You have to change the request to paypal API with POST request (in the mfa it was with GET) it's easy to change.
You have to prepare your integration:
1- have an app registred by paypal devloppers (you can use the test Api that named sandbox)
--> you retrieve
the
api
1- you have a webserver with a mysql database with too tables : paypalsuccess and paypalcancel -
Hi
I tested some performance of CF2.5 and and seems that the max lengh of a string (global or in a object, tokenisable ect...) is 32765
I need more long...
do anyone know this specification?
thank you for the answer
-
salut, je pense que tu peux le faire avec lacewing... (une app prend le serveur et les deux communiquent)
je suis pas sur de moi, mais essaye de voir de ce coté...--------------------------------------------------------------------------------------------------------------------------
Hi, I think you could make it with lacewing (a app take the server, and the two communicate togeter..)
I am not sure... -
so I am sorry, I post that discussion too quickly
I found the solution here : Please login to see this link.
it's solved
-
hi
I have an error when I build my android app :
QuoteBuildfile: C:\Users\User\AppData\Local\Temp\And5B4E.tmp\build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 25.2.5
[checkenv] Installed at C:\Program Files (x86)\Android\android-sdk-setup:
[echo] Project Name: RuntimeAndroid
[gettype] Project Type: Application-set-debug-mode:
-debug-obfuscation-check:
-pre-build:
-build-setup:
[getbuildtools] Using latest Build Tools: 25.0.2
[echo] Resolving Build Target for RuntimeAndroid...
[gettarget] Project Target: Android 7.1.1
[gettarget] API level: 25
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\Users\User\AppData\Local\Temp\And5B4E.tmp\bin
[mkdir] Created dir: C:\Users\User\AppData\Local\Temp\And5B4E.tmp\bin\res
[mkdir] Created dir: C:\Users\User\AppData\Local\Temp\And5B4E.tmp\bin\rsObj
[mkdir] Created dir: C:\Users\User\AppData\Local\Temp\And5B4E.tmp\bin\rsLibs
[mkdir] Created dir: C:\Users\User\AppData\Local\Temp\And5B4E.tmp\gen
[mkdir] Created dir: C:\Users\User\AppData\Local\Temp\And5B4E.tmp\bin\classes
[mkdir] Created dir: C:\Users\User\AppData\Local\Temp\And5B4E.tmp\bin\dexedLibs
[echo] ----------
[echo] Resolving Dependencies for RuntimeAndroid...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency]
[dependency] ------------------
[echo] ----------
[echo] Building Libraries with 'debug'...
[subant] No sub-builds to iterate on-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files...
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.-pre-compile:
-compile:
[javac] Compiling 384 source files to C:\Users\User\AppData\Local\Temp\And5B4E.tmp\bin\classes
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/lang/Object.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/ArrayList.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/Arrays.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/HashMap.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/Map.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/Random.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(javax/microedition/khronos/egl/EGL10.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(javax/microedition/khronos/egl/EGL11.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/File.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/FileInputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/IOException.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/InputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/net/HttpURLConnection.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/net/URL.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/HashSet.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/Iterator.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/Set.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/content/Context.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/os/AsyncTask.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/text/ClipboardManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/KeyEvent.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/MenuItem.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/View.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/ViewGroup.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/ViewGroup$LayoutParams.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/Rect.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/lang/String.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/List.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/content/Intent.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/Menu.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/lang/Boolean.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/Collection.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/lang/Iterable.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/RandomAccess.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/lang/Cloneable.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/Serializable.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/AbstractList.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/AbstractCollection.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/lang/Integer.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/DataInputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/DataOutputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/Typeface.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/FileNotFoundException.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/FileOutputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/lang/reflect/InvocationTargetException.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/lang/reflect/Method.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/util/Locale.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/Manifest.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/accounts/Account.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/accounts/AccountManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/annotation/SuppressLint.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/app/KeyguardManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/bluetooth/BluetoothAdapter.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/content/BroadcastReceiver.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/content/IntentFilter.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/content/pm/ActivityInfo.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/content/pm/PackageManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/Bitmap.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/Canvas.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/Matrix.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/Paint.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/net/ConnectivityManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/net/NetworkInfo.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/net/Uri.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/os/BatteryManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/os/Environment.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/os/Vibrator.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/telephony/TelephonyManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/WindowManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/app/Activity.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/os/Bundle.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/MotionEvent.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/content/res/AssetFileDescriptor.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/os/SystemClock.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/media/AudioManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/media/AudioManager$OnAudioFocusChangeListener.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/media/SoundPool.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/content/pm/PackageInfo.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/util/DisplayMetrics.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/hardware/Sensor.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/hardware/SensorEvent.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/hardware/SensorEventListener.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/hardware/SensorManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/Color.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/ViewParent.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/ViewManager.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/drawable/Drawable.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/drawable/Drawable$Callback.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/KeyEvent$Callback.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/os/Parcelable.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/InputEvent.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/accessibility/AccessibilityEventSource.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/lang/Thread.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/app/KeyguardManager$KeyguardLock.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(java/io/BufferedInputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/graphics/BitmapFactory.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/media/MediaPlayer.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/media/MediaPlayer$OnErrorListener.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/os/Build.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/os/Handler.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] C:\Users\User\AppData\Local\Temp\And5B4E.tmp\src\com\badlogic\gdx\utils\LongMap.java:679: error: name clash: remove() in MapIterator and remove() in Iterator have the same erasure, yet neither overrides the other
[javac] static public class Entries<V> extends MapIterator<V> implements Iterable<Entry<V>>, Iterator<Entry<V>> {
[javac] ^
[javac] C:\Users\User\AppData\Local\Temp\And5B4E.tmp\src\com\badlogic\gdx\utils\LongMap.java:712: error: name clash: remove() in MapIterator and remove() in Iterator have the same erasure, yet neither overrides the other
[javac] static public class Values<V> extends MapIterator<V> implements Iterable<V>, Iterator<V> {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
[javac] 100 warningsBUILD FAILED
C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.can anyone help me? thank you for your help
-
Quote
It shouldn't be useless, for a better protection it should do things that are necessary for the MFA to work
Now, after some tests, I understand why it is so important what you say
The object should be an essential piece of the mfa, making it impossible without it, without making all security of it...
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Quoteactually they can see the names in the string tables in the resources of the MFX, I don't think they are excluded from the Run_Only version
well... I made some test with RessourceHacker software and it seem not to be... but I can't guarantee that it
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
QuoteIf this sounds like greek for you you can send me your project file and I make the changes
I thank you for help me It's little complicated and I will be very thankful if you could make me a little favor is just to code the "template.mfx"(beiing in windows SDK fusion) to Android version, (CRunTemplate.java) and at that point I will learn alone.
Template.mfx is simple and good for a non-programmer and starter newbie as me.it is a pity (c'est dommage) that the same exemple is not found in the SDK-ANDROID
With windows sdk is more easy as with android...I' found Clickfusion magnific tool for creating soon and and the community is very active
If I'll done with these topic of made an mfa more difficult to read/edit, I'll will explain my method -
to Darkhog :
Yes
this will be great if it's strong enough and before displaying the mfa in CF
If you test crack the password, let me know here or in PM
thank you