![]() |
Quote:
Code:
// TabControl |
Quote:
Code:
// Folder TreeView |
Quote:
Code:
FMXForm.CanvasQuality(cqHighPerformance);Quote:
Quote:
Quote:
Quote:
Code:
new property:Quote:
|
This doesn't fix it. It's happening same in the WPI Corepack.iss file you created and shared initially on the same forum. let me know, if it can help if I share the installer script?
Code:
DirBrowseDlg.FCreate('Select Install Directory', WizardForm.DirEdit.Text, True, False, 0.35, 0);Quote:
|
@Blackfire69
When trying to edit the directory box, weird things are happening. Like it's not proper like FEdit. Backspace to delete does something else. Moving the cursor to a location and editing edit something else completely. I posted my Directory creation code in the post above. Let me know if I'm doing something wrong. Can you please check? Quote:
|
2 Attachment(s)
Quote:
CAN YOU FIX pjScreen IN FLayer3D? Code:
FMXLayer3D[1].FCreate(FMXViewport3D.Handle); |
Thanks for that advice earlier, I implemented the same on my installer. I just wanted to know if padding was not working or I was doing it wrong. Thanks to @Blackfire69 for clarification.
Quote:
|
FMXInno - Dev
i'm working on an update. some users have mentioned that the installer appears too small at higher DPI values. can you guys test this on higher DPI settings and let me know how it looks and if it has the correct scaling? :)
Attachment: |
Quote:
now it should work. . |
Quote:
the new update will fix this. |
FMXInno - Updates
FMXInno - Updates : [2023-September-05]
This is a quality update fix for FMXInno on August 31. Code:
* Fixed for higher DPI values.NOTE: * Effective from this update onward, InnoSetup v5.6.1 or a newer version is required. ------------------------------------------------------------------------------------------------------------------------------------------- Quote:
The first post has been updated. . |
Quote:
yes, it can be done with the 'XBass' plugin. i'll give it a try if i get some free time. |
Directory Info Update on Editing Location
When user lands on Directory Page, currently there was no option to change the Game Name.
Consider for example, The game name is 'The Last of Us: Remake Part 1' and user wants to change it to 'The Last of Us' and install there, it was restricted on FEdit. Attaching code snippet where the user will now have ability to do that: Code:
Page2Edit.FCreate(Page2.Handle);Code:
procedure BrowseEditOnChange(Sender: TObject); |
@Blackfire69
1. Please acknowledge this issue when trying to use Edit on Directory section: https://fileforums.com/showpost.php?...&postcount=471 2. Installation speed is still not smooth. When transitioning from, say suppose Data-01 to Data-02, it still drops after a certain point of time. For eg: At Data-01 if it was 64mb/s, when extracting Data-02 it refreshes (resets) and becomes 12mb/s after some time. Not sure if it helps, but save the previous/average installation speed and when the disk transition happens, do (prev installation speed+ current callback speed)/2 (like take average) |
Quote:
updated the 'XBass' plugin, and it now includes a new function named 'xbassAddSpectrum'. you can utilize this function to meet your expectations. additionally, please use the 'XBass' external plugin (.dll) since using the internal 'XBass' can lead to conflicts with 'FireMonkey'. Quote:
'MinimizeWindowCustomAnimated' now uses a different effect, meaning the old one has been replaced. additionally, remember the following: 1. since this is just an effect, you need to call 'pMinimizeWindow' to do the actual minimization. 2. it does not support 'FCreateImageForm'. some of the features in the 'FMXInno' plugin shouldn't be there officially, so i had to use some tricks to integrate them. this may cause compatibility issues. Code:
type. |
@BlackFire69
FProgressBar will always require a custom theme file to set up color and look. I was trying this with FThinProgressBar and the only thing I need is Orientation. Is it possible to add it to FThinProgressBar? The reason to choose it over ProgressBar is to be able to custom code based on Color and be independent of styling. Like make it even Color Gradient. Quote:
|
Quote:
replaced 'FProgressBar' with 'FThinProgressBar' . |
1 Attachment(s)
@BlackFire69 Thank you FThinprogressBar update. I have one little question though.
Is there a way where we can show pop-up box over a FVideoPlayer. If not, is it possible for you to make it (as I have some amazing idea). If yes, can you show me a test code with it. Attaching a photo as an example for what I want it look like. A Video playing in the background instead of photo, and a pop-up display to show some information on top of it. |
There the video is displayed on the panel, and only then there are inscriptions.
|
I ask you to observe backward compatibility or write what types of variables you changed in the libraries. Since I am now trying to update the script for a new library and get a lot of errors.
In some functions, you have changed the type from integer to single. I ask you to indicate this, since it is problematic to observe compatibility when updating the library. |
Quote:
adding backward compatibility can be a drawback in many cases. so, we should embrace the latest. Quote:
|
@audiofeel
I'm playing a video using FVideoPlayer in the background of a FCustomPage. I want to display a FPopupBox over this FCustomPage. I want to know if it can be made possible. Quote:
|
FMXInno -Updates
FMXInno Update - [2023-Sep-12]
Code:
* Added new functions.Code:
{ PowerPlan ID }Code:
function InitializeSetup(): Boolean;----------------------------------------------------------------------------------------------------------------------- Quote:
'MinimizeWindowCustomAnimated' has been fixed for 'ImageForms'. ----------------------------------------------------------------------------------------------------------------------- Quote:
fixed. ----------------------------------------------------------------------------------------------------------------------- Quote:
1. 'ISArcEx' only calculates the current extraction speed for the current archive. 2. 'ISArcExReduceCalcAccuracy' has been updated. - procedure ISArcExReduceCalcAccuracy(Factor: Byte); - Factor: 1-5 (default = 1). . |
win10 21h1 FMXForm:= InitFormHandle unresponsive
|
Quote:
i don't have Windows 10 21H1 at the moment, but it's working fine on Windows 10 22H2 (even on a virtual machine). screenshot: . |
2 Attachment(s)
Hi! What about rounding out the shape?
I want to use "FMXForm.FCreateNormal(WizardForm.Handle);" so that I can put any image on top of the form and it will be rounded. On the screenshots you can see it perfectly well, everything turns out using this: Code:
function SetWindowRgn(hWnd: HWND; hRgn: LongWord; bRedraw: BOOL): Integer;SetWindowRgn works only with "FMXForm.FCreateNormal", I want to have the same view for all systems (from Win7 to 11) and have the ability to set parameters of form rounding. |
Quote:
maximum size will be 32x32. if this is ok to you, let me know. . |
Quote:
how about now? . |
1 Attachment(s)
Quote:
|
Quote:
Code:
{ ResIconSize }Code:
{ GetSysDefaultIcons }. |
Quote:
Delphi/FMX: How to add a dynamically created top-aligned component . |
Quote:
|
Quote:
i'm not sure. could you provide an example or explain further? |
FMXInno - Updates
FMXInno - Updates: 2023-Sep-15
The latest version has been added to the first post. |
Quote:
if you are talking about Custom MultiView, you need to plan it out a bit more thoroughly than this. . |
Quote:
screenshot: . |
@Blackfire69
If you have some time, can you please work on enabling some component over FVideoPlayer (like even FPopUpBox) will also be fine. You can check this post for the requirement I'm asking for. https://fileforums.com/showpost.php?...&postcount=493 |
Quote:
OnMouseLeave is Trigger to Reverse animation. You can use OnClick. |
FMXInno - Updates
FMXInno Moments Updates: [2023-September-19]
Code:
What's New:The first post has been updated. . |
Quote:
@hitman797, there's no need for any fixes with the Projection; it's working perfectly as intended. however, please keep in mind that you should call Projection(pjScreen) before Align(Client) to ensure proper functionality. For additional information, please refer to this: Creating a 2D Interface in a 3D App (FireMonkey 3D) . |
| All times are GMT -7. The time now is 11:55. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com