Jump to content

Recommended Posts

  • 1 month later...
Posted
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.

  • Administrators
Posted
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.

 

Posted
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 :(

  • 4 weeks later...
Posted

 

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?

  • Administrators
Posted

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?

 

Posted
1 hour ago, Farshad Mohajeri said:

Hello

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

 

No, linux is not finding the default themes path

 

{$ifdef Linux64}
  FrameworkFilesRoot := '/etc/fmsoft/unigui/unigui_runtime';

  {$endif}

Posted

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

 

  • 4 weeks later...
Posted
On 11/4/2020 at 2:12 PM, Farshad Mohajeri said:

I have fixed the issue. It will be available in next uniGUI build.

Thanks

I have had the same problem with Themes that are not loaded in Linux.

Looking forward to the correction in a new build.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...