Jump to content

Configuring Linux Development Environment


Farshad Mohajeri

Recommended Posts

  • 1 month later...
On 7/10/2020 at 10:24 PM, Farshad Mohajeri said:

Windows dependent API such as TBitmap is not accessible yet. We will try to implement something to replace them, but for now you can't use them.

 

Does this feature already worked? We are waiting for it to update a subscription.

Link to comment
Share on other sites

  • Administrators
29 minutes ago, Tokay said:

Does this feature already worked? We are waiting for it to update a subscription.

Hi,

With build 1537 we have introduced limited "Graphics" support. That means that you can load and display images into objects such as TBitmap, TJpegImage, TPNGImage and etc. However, you can not perform any operations on those images. For example, you can not assign a TBitmap to a TJpegImage, or you can not perform pixel wise operations on Canvas property of image object as you can do in Windows. The Canvas property of Graphic objects is not implemented.

 

Link to comment
Share on other sites

On 10/7/2020 at 5:10 PM, Farshad Mohajeri said:

What are your specific needs for Linux environment?

We have huge amount of code, millions of lines, that uses TSharedImage descandant (DIB.pas):

https://github.com/MasterOfChaos/Chaoslauncher/blob/master/External/DelphiX/DIB.pas

it works well under delphi/win and lazarus win and linux, but could not been compiled with delphi/fmx.

We already upgreaded from XE6 Pro to 10.4 Enterprise with hope for the UniGUI Linux version, but at the moment have no success :(

Link to comment
Share on other sites

  • 4 weeks later...
  • Administrators

Hello

Is "uni-material.css" a custom CSS file?

9 minutes ago, igorscherer77 said:

 

hello, in linux I have the following problem, in the log it appears like this:

:/etc/fmsoft/unigui/unigui_runtime/unim-1.90.0.1539/css\uni-material.css

 

"\"  rather than "/"

 

this is configurable?

 

Link to comment
Share on other sites

A compliment, in the deploying standalone app as a service mode is working very well! Congratulations!!!

 

 

New question, I made a short video to make it easier:

 

https://share.vidyard.com/watch/u2cnGwjhD46jtJEwKf8ni4?rrr

 

it's a bug in Apache Linux?

 

Log:

 

libGerenciadorWeb.so: 00000000: 22:54:03 []:>--------------------------------------------------------------<
libGerenciadorWeb.so: 00000000: 22:54:03 []:Starting Server. Module Handle: 0000557DF49BD0B0
libGerenciadorWeb.so: 00000000: 22:54:03 [TUniServerModule]:Server First Init.
libGerenciadorWeb.so: 00000000: 22:54:03 []:Server Started. Module Handle: 0000557DF49BD0B0
libGerenciadorWeb.so: 00000000: 22:54:03 [Requested Theme File not found:]:/etc/fmsoft/unigui/unigui_runtime/unim-1.90.0.1539/css\uni-ios.css
libGerenciadorWeb.so: 00000000: 22:54:03 [uniGUIApacheHandler[]]:EConvertError : 'true' is not a valid boolean value : Addr: $00007FC115603D8D
libGerenciadorWeb.so: 00000000: 22:54:05 []:>--------------------------------------------------------------<
libGerenciadorWeb.so: 00000000: 22:54:05 []:Starting Server. Module Handle: 0000557DF49BD0B0
libGerenciadorWeb.so: 00000000: 22:54:05 [TUniServerModule]:Server First Init.
libGerenciadorWeb.so: 00000000: 22:54:05 []:Server Started. Module Handle: 0000557DF49BD0B0
libGerenciadorWeb.so: 00000000: 22:54:05 [Requested Theme File not found:]:/etc/fmsoft/unigui/unigui_runtime/unim-1.90.0.1539/css\uni-ios.css
libGerenciadorWeb.so: 00000000: 22:54:05 [uniGUIApacheHandler[]]:EConvertError : 'true' is not a valid boolean value : Addr: $00007FC115603D8D
 

 

Linux Centos 64 bit

 

Link to comment
Share on other sites

  • 4 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...