-
Content Count
11 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout toufik
- Birthday 02/02/1988
Technical Information
-
Delphi-Version
Delphi 10.3 Rio
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello every one ... I have this very important question and its help a lot if any one can help me with it, I have an FMX app working normally on some Android versions 5 and 5.1 and 4.4 and with some medication on Android 10 and not working at all on other one ,its crash in startup in 6 and 9 ,and on android 7.1 and 8 its stuck on splash screen i have SDK and NDK and JAVA files set up correctly like the images shown bellow ,I did edit the AndroidManifest.template.xml so minSdkVersion="19" and targetSdkVersion="29" by the way the app request Camera permission and connect to fire-Dec database app on create cause im using ZXing project in my app what's I'm missing here .
-
@Uwe Raabe Thank you for reply ^ i will try that too , and of curse the first solution work just fine too .
- 6 replies
-
- server
- firemonkey
-
(and 2 more)
Tagged with:
-
I can't thank you enough ,thank s a lot
- 6 replies
-
- server
- firemonkey
-
(and 2 more)
Tagged with:
-
@Remy Lebeau i will try it ,,,,,thank you and ,,, if there any example to how to do this , it will be helpful thank you
- 6 replies
-
- server
- firemonkey
-
(and 2 more)
Tagged with:
-
Hi all Delphier , good morning ππ i have rest firemonkey app ,server , client im trying to check if the server is up or down from the client side using the code below , the code work fine , but when i run it its freeze the app for a while is there any proper way to do this ,thank you ,π€βΊοΈ try RequestLogin.Execute; if FrmLogin.RequestLogin.Response.Status.Success then begin showmessage ('server up') do something ..... end else except on e : exception do begin showmessage (' server down.... go home ') end end;
- 6 replies
-
- server
- firemonkey
-
(and 2 more)
Tagged with:
-
i did get this form the programmer who has written NetCom7 : you can pass that information to the server by packing it in the aData parameter (for example, you could pack the other client's info and the data with a TStringList.CommaText and pass that as aData). Now, the server will have to unpack the aData, again using TStringList.CommaText, and i'm trying it right now
- 14 replies
-
- chat.
- client .server
-
(and 1 more)
Tagged with:
-
Thank you very much for help , i will try to accomplish what you suggested ,again thank you ^^
- 14 replies
-
- chat.
- client .server
-
(and 1 more)
Tagged with:
-
@aehimself Thank a lot for reply , and yes there is demo folder , but it s missing what i'm looking for , the demos contain chat application ,that all client can see the text message that one client sent 'see the picture' and i want like i said before client 1 select client 2 to text with privately , i hope you understand the idea
- 14 replies
-
- chat.
- client .server
-
(and 1 more)
Tagged with:
-
@aehimself i don't know the guy who made that , and i'm not here for any advertising by the way maybe he deserve an advertisement ^^
- 14 replies
-
- chat.
- client .server
-
(and 1 more)
Tagged with:
-
toufik changed their profile photo
-
hello,I'm nob , and i did tried today NetCom7 and i would like to saywhat an amazing project very fast , believe me i know because we have very low connection speed where i live ,any way ,i would like to ask you if any one can give us more demos or example about for example chat communication between two selected clientslets say client one , select client two to chat with , how do you implement that .thank you all and have a Delphi daylink:https://github.com/DelphiBuilder/NetCom7
- 14 replies
-
- chat.
- client .server
-
(and 1 more)
Tagged with: