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.

    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"

    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:


    1. through global values
    2. through windows registry
    3. with share value object

    note that could be other manner, there are a lot of way to do it

    Quote

    Or 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}}}

    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 API

    2ND STEP
    With that access token it open in the user's browser the paypal store with the item to sold

    the 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 step

    when 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

    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

    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...

    hi

    I have an error when I build my android app :

    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...

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Quote

    actually 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

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Quote

    If 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