Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.

TOPIC:

Need project source files from the Wiki article 1 month 3 weeks ago #19111

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
Have tried command chmod 777 project1.

Have had the same result.

Nothing.

 

 
Attachments:

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 1 month 2 weeks ago #19112

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
According to Wiki the Custom Drawn interface might be used for many platforms.
Including Windows.

That is why I have tried to build project1 from Sternas Stefanos for Windows.

The project was build successfully.

While running I have got the error about missing field of class TCDTabSheet.
Think maybe this error is the reason of fail while running the app in Android terminal.

I will delete the Component TCDTabSheet from project1 and try again.


 
Attachments:

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 1 month 2 weeks ago #19113

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1274
  • Thank you received: 197
TPageControl
has some problems with "CustomDrawn" platform... 
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 1 month 2 weeks ago #19114

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
Have removed TPageControl from project.
Project was built successfully.

Have tried command chmod 777 project1.

Have had the same result.

Nothing.

   
 
Attachments:

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 1 month 2 weeks ago #19115

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
Again I have tried to compile this project for Windows. Without broken component.

Project was built successfully.

And exe-file successfully run under Windows.

Despite that fact that I use directive to link Android API.

Project still use Windows API.

Why is that ? ? ?
Attachments:

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 1 month 2 weeks ago #19116

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
That is why I asked for source files from Wiki article.

To learn more about:

1. What modules were used in that project to switch from Windows API to Android API?
And to run custom drawn interface under Android, not Windows?

2. What modules were there inside Custom Drawn Package for CT VERSION 5.5?

Maybe Mr. Sternas Stefanos as the author of the article or somebody else would answer me to these questions, PLEASE?

 

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 1 month 2 weeks ago #19117

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
As far as I can see there are still no replies to my questions.

Even from the author of the Wiki article, mr. ex-Pilot.

In such case, I vote for removing this article from Wiki, because, obviously, it is useless for modern version of CT.


 

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 2 days ago #19157

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
I still want mr. ex-Pilot to answer to my questions. Or maybe, he is mr. Dead-Pilot already? 

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 2 days ago #19159

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1274
  • Thank you received: 197
Is your target Android pc 
Arm32 or
Arm64 ?
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 2 days ago #19160

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
I have Redmi 9T.Here are screenshots. 1. ABI arm64-v8a. 2. Aarch643. API 314. Android 12  
Attachments:

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 2 days ago #19161

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1274
  • Thank you received: 197
So your Android device is arm64 and NOT arm32
Try to build your project for aarch64-android is (arm64)
and API 31
Please, report here.

 
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

Need project source files from the Wiki article 2 weeks 1 day ago #19162

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
I have changed the settings of the project to Android-aarch64. The result is on screenshot. Executable file had started. And had been executed in 2 seconds. With no GUI interface. No one of CustomDrawn element was shown.  

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 1 day ago #19163

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1274
  • Thank you received: 197
Start tests with a simple Form first
 
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 1 day ago #19164

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
Ok, will try so.Maybe you could help me to convert this project into library? In such case, I could put it inside CT sample template of Android application. Please, take a look at this topic.pilotlogic.com/sitejoom/index.php/forum/...n-to-apk-file.htmlOr, maybe you could help me with missed library from that CT sample?  

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 1 day ago #19165

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1274
  • Thank you received: 197
Test and simple Application CMD on Android
with
WriteLN
and
ReadLN

and see if building procedure works OK
Then go to simple form Application with CustomDrawn Platform.

For your zzzz.so,
we need the help of an Google Android Dev.
Tommorow Mr Sternas (Yes the Mr. Dead Pilot ), will make a question to a Google Android Dev Group
for your problem.

 
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

Need project source files from the Wiki article 2 weeks 1 day ago #19166

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
Thank you, sir.  

The help of an Google Android Dev would be great help!  
Not only for me, but for other CT users too.  

If they will wish to launch the zzzz.so library inside Android apk with CustomnDrawn GUI elements. 
Like user aka choki, for example.
I received his "Thank you" after I have published the topic and described the deployment technology. 

Meanwhile, I will try the way you wrote about:
1. Console application for Android "aarch64" system. To call "writeln" and "readln" function. 
2. Simple Form Application with Custom Drawn Platform for Android "aarch64" system. 

Please Log in or Create an account to join the conversation.

Last edit: by Ak.Saharov.

Need project source files from the Wiki article 2 weeks 1 day ago #19167

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
Console application for Android "aarch64" system was built and launched successfully. With "writeln" and "readln" function. Here is screenshot. 
 
Attachments:

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 1 day ago #19168

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
Simple Form Application with Custom Drawn Platform for Android "aarch64" system was built successfully. Executable file had started on Android terminal. 
And had been executed in 5 seconds. 
With no GUI interface.The result is on screenshot.

 
Attachments:

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 11 hours ago #19169

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1274
  • Thank you received: 197
So the problem is in CustomDrawn platform
can you attach here your test project ?
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Need project source files from the Wiki article 2 weeks 9 hours ago #19170

  • Ak.Saharov
  • Ak.Saharov's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 39
  • Thank you received: 1
Yes, sir. My project of music player is attached. 

I have found out that Delphi 12 Community Edition already has technology to convert project into library *.so file and deploy it into apk for Android. 
Apk template is created by Delphi IDE automatically according to user settings for Android project. 
The sample of Code Ocean let us to create the template of Android application application. 
So I think the main task (or problem) in CT is to create appropriate library .so file for Android apk. 
 

File Attachment:

File Name: zzzz-Andro...0718.zip
File Size:2,035 KB
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Ak.Saharov.