-
Content Count
17 -
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 on , i'm using this code to loop a sqllite database field called 'photos' and not doing the job for me im using a timer for that named tmr1 where is the problem please thank you ps : this loop stop when one of fields value is empty tmr1.Enabled := False; if not FDTableTask.IsEmpty and not FDTableTask.FieldByName('photos').IsNull and FileExists(FDTableTask.FieldByName('photos').asString) then begin FDTableTask.next; // ImageEnView2.PrepareTransition; // ImageEnView2.RunTransition( TIETransitionType( 1 + random( ord( High( TIETransitionType )) - 2 )), 550); // tmr1.Enabled := true; while FDTableTask.EOF do begin FDTableTask.First; end; end; tmr1.Enabled := true;
-
hello every one I want to play videos one by one , when one finished the second one start and that on ,like slidshow but with videos not pictures , using tMediaPlayer ,how can I approach that ? or is there a way to detect when start and end of a video ?thank you
-
how to store a video location to database and restore to play it in tMediaPlayer ?
toufik replied to toufik's topic in VCL
@emailx45 thank you its work thanks a lot ^^ -
how to store a video location to database and restore to play it in tMediaPlayer ?
toufik posted a topic in VCL
hello every one ..............how to store a video location to database and restore to play it in tMediaPlayer ? thank you -
good morning every one ^^ how is every one doing )) 1- i have fmx android app that s create sqllite db on create ,what's the location of db on the phone and is it const location ? (does not change for every other phones) 2- what's the proper way to copy it from that location to sd card (backup) ? thanks and take care
-
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
- 15 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 ^^
- 15 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
- 15 replies
-
- chat.
- client .server
-
(and 1 more)
Tagged with: