dionel1969 Posted May 25, 2011 Share Posted May 25, 2011 Hello everybody: I just start work with uniGUI in this week. I read it before, but I did not use it, so may be in the near future my questions will be caused by lack of knowledge. I created a simple project in which I put a button (TUniSpeedButton) with a picture. The image is in BMP format because the Glyph property of the button will not let me use another, yet when the generation for WEB PNG format is generated. In the Windows Application it looks good with transparency, but on the WEB page the background is drawn with the color that supposed to be transparent. My questions are: 1- There is a way to do that, i. e. to obtain transparency for the WEB??? 2- Will be possible to use the same color (Pixel Color at (1,1)) for Transparency in the PNG Generation? 3- Will be possible to add property "Transparent Color" for Transparency in the PNG Generation? 4- I noticed that the name of the images created for the buttons always use the same name and are created in the first request to the application and then used in all the remaining requests. Will be possible to use the same name of the button, and put a property in the Main Server Module to specify that do no delete the images??? In this case I can make PNG images by myself with the adecuate transparency. Best regards, Dionel Acosta Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted May 25, 2011 Administrators Share Posted May 25, 2011 This issue is known an already logged: 0000848: Bitmap transparency display problem for Buttons This will be fixed in one of the next builds. Quote Link to comment Share on other sites More sharing options...
dionel1969 Posted May 25, 2011 Author Share Posted May 25, 2011 This issue is known an already logged: 0000848: Bitmap transparency display problem for Buttons This will be fixed in one of the next builds. Ok, thanks. Where can I see the "Log of Issues"??? Dionel Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted May 25, 2011 Administrators Share Posted May 25, 2011 Ok, thanks. Where can I see the "Log of Issues"??? Dionel Currently it is not open to public view. Quote Link to comment Share on other sites More sharing options...
dionel1969 Posted May 25, 2011 Author Share Posted May 25, 2011 Currently it is not open to public view. Ok, I asked about because I have other questions and I want to know if they are logged or not???? Quote Link to comment Share on other sites More sharing options...
enix Posted May 25, 2011 Share Posted May 25, 2011 Hello everybody: I just start work with uniGUI in this week. I read it before, but I did not use it, so may be in the near future my questions will be caused by lack of knowledge. I created a simple project in which I put a button (TUniSpeedButton) with a picture. The image is in BMP format because the Glyph property of the button will not let me use another, yet when the generation for WEB PNG format is generated. In the Windows Application it looks good with transparency, but on the WEB page the background is drawn with the color that supposed to be transparent. My questions are: 1- There is a way to do that, i. e. to obtain transparency for the WEB??? 2- Will be possible to use the same color (Pixel Color at (1,1)) for Transparency in the PNG Generation? 3- Will be possible to add property "Transparent Color" for Transparency in the PNG Generation? 4- I noticed that the name of the images created for the buttons always use the same name and are created in the first request to the application and then used in all the remaining requests. Will be possible to use the same name of the button, and put a property in the Main Server Module to specify that do no delete the images??? In this case I can make PNG images by myself with the adecuate transparency. Best regards, Dionel Acosta Hi, Set Pixel Color at (1,1) = clFuchsia, that works for Web Mode as transparent color. reg. Piotrek Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted May 25, 2011 Administrators Share Posted May 25, 2011 I fixed the issue by getting pixel color at (0, 0) and setting it as PNG transparent color. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.