#811
|
||||
|
||||
![]() Quote:
Thanks for the work, especially for the output of information about the size of the archives. ![]() |
The Following 2 Users Say Thank You to audiofeel For This Useful Post: | ||
Behnam2018 (10-06-2024), hitman797 (12-06-2024) |
Sponsored Links |
#812
|
||||
|
||||
![]()
if we can download online news about the game or other information from the site, then that's cool.
|
#813
|
|||
|
|||
Will there be a fix for the FFormImgSlide component?
|
#814
|
|||
|
|||
What is the issue with FFormImgSlide?
Thank you that fixed all the issues with FCombineText. It is really a very important and necessary feature. @Blackfire I'd really like to have a 'HTML Viewer' example where I can integrate a youtube video to my installer which buffers based on internet connection instead of importing during setup.exe creation. This is not a necessity and completely dependent if it can be implemented. Link: https://www.skidrowreloaded.com/hori...e-v1-0-43-p2p/ Code:
<div class="html5-video-container" data-layer="0"> <video tabindex="-1" class="video-stream html5-main-video" webkit-playsinline="" playsinline="" controlslist="nodownload" style="width: 560px; height: 315px; left: 0px; top: 0px;" src="blob:https://www.youtube.com/2ef7c9b2-0611-4dfd-b49b-4aa461f19f96" __idm_id__="2465793"> </video> </div> |
#815
|
|||
|
|||
Abilities of FColorButton / Completely new type of Button
Right now in order to create the image I have to do an alternate like:
SettingsBtn: array[1..4] of FRectangle; SettingsBtnIcon: array[1..4] of FText; SettingsBtnLabel: array[1..4] of FText; Code:
SettingsBtn[1].FCreate(SettingsRect[1].Handle); SettingsBtn[1].FillColor(HTMLColorStrToFMXColor('#3d434f')); SettingsBtn[1].SetBounds(0, 120, 190, 40); SettingsBtn[1].Opacity(0.8); SettingsBtn[1].OnMouseEnter(@CommonMouseEnter); SettingsBtn[1].OnMouseLeave(@CommonMouseLeave); SettingsBtn[1].OnClick(@CommonClick); SettingsBtnIcon[1].FCreate(SettingsBtn[1].Handle); SettingsBtnIcon[1].Text(#57793); SettingsBtnIcon[1].SetBounds(0, 0, 80, 40); SettingsBtnIcon[1].FontSetting('Segoe UI Symbol', 18, {#SelectedFontColor}); SettingsBtnIcon[1].HitTest(False); SettingsBtnLabel[2].FCreate(SettingsBtn[1].Handle); SettingsBtnLabel[2].Text('Directory'); SettingsBtnLabel[2].SetBounds(60, 0, 190, 40); SettingsBtnLabel[2].FontSetting('{#FontName}', 16, {#SelectedFontColor}); SettingsBtnLabel[2].TextSetting(false, txLeading, txCenter); SettingsBtnLabel[2].HitTest(False); Can someone suggest me any other alternative to achieve this with simple and less code. Does anyone think it is a good feature to implement? If not, I'll continue with the same code combo I was using. procedure SetLB1Position(const X, Y: Single); procedure SetLB2Position(const X, Y: Single); Issue with FLabel: No Event Listeners of FLabel is responding. Edit: Fixed with HitTest(True); Thanks to audiofeel Issue with FCombineText: No Event Listeners (getObject1, getObject2) are responding. Enhancement on FVideoPlayer: Support for .mp4 file extension Enhancement on FDiskList: I'd still like to see the Blue Covering Box, when set BackVisible(False). In this scenario, I'm unable to see the selected Disk. Edit : Also add, GetLB1Text. If user makes directory update to FEdit, I need to select the disk, the user has input as text. Also, display Disk Name if it exist. If not, show 'Logical Disk' Last edited by Fak Eid; 20-06-2024 at 07:48. |
#816
|
||||
|
||||
Quote:
Code:
Button[1].FCreate(ButtonPanel.Handle); Button[1].Position(5, 3); Button[1].Align(Top); Button[1].Margins(5, 2, 5, 3); Button[1].Width(40); Button[1].Height(35); Button[1].FillColor($4D3F506D); Button[1].CornerStyle(5, 5, [tcTopLeft, tcTopRight, tcBottomLeft, tcBottomRight], ctRound); Button[1].OnMouseEnter(@CommonOnEnter); Button[1].OnMouseLeave(@CommonOnLeave); Button[1].OnClick(@CommonOnClick); ButtonIcn[1].FCreate(Button[1].Handle, #$e80f); ButtonIcn[1].Align(Left); ButtonIcn[1].Margins(12, 0, 5, 0); ButtonIcn[1].AutoSize(True); ButtonIcn[1].FontSetting('Eleven Icons', 16, ALWhite); ButtonIcn[1].TextSetting(False, txLeading, txCenter); ButtonLbl[1].FCreate(Button[1].Handle, CustomMessage('ButtonLbl1')); ButtonLbl[1].Align(Client); ButtonLbl[1].Margins(14, 0, 0, 0); ButtonLbl[1].AutoSize(True); ButtonLbl[1].FontSetting('Segoe UI', 14, ALWhite); ButtonLbl[1].TextSetting(False, txLeading, txCenter); Last edited by audiofeel; 12-06-2024 at 19:39. |
The Following 5 Users Say Thank You to audiofeel For This Useful Post: | ||
Behnam2018 (12-06-2024), CrownRepack (08-07-2024), Fak Eid (12-06-2024), hitman797 (12-06-2024), ScOOt3r (12-06-2024) |
#818
|
|||
|
|||
thank you so much. It's my looking.
|
The Following User Says Thank You to longpv818 For This Useful Post: | ||
Behnam2018 (14-06-2024) |
#819
|
|||
|
|||
Hi, can anyone help me with this error im getting, its just a simple picture i want to add to the language select startup box,
i have the necessary paths in my script but still get this error. i already included in files section [Files] Source: "Files\spl.png"; DestDir: {tmp}; Flags: dontcopy with all handles and in FMXDesigning i already state LangGameSplash.FCreate(LangForm.Handle); LangGameSplash.SetBounds(5, 5, 266, 89); LangGameSplash.FillPicture(ExpandConstant('{tmp}\s pl.png'), wmTileStretch); LangGameSplash.HitTest(False); but why i get this error that its not exist? |
#820
|
|||
|
|||
Nevermind guys, sorry, the problem is i put "ExpandConstant" instead of "ExtractandLoad"
ughhh |
#821
|
|||
|
|||
Can someone help me in creating these using style file?
|
#822
|
||||
|
||||
The style file contains three atlases with images. for a scale of 15x and 20x. If you can draw this in Photoshop or another image editor, then it won't be difficult to add these images to the style file. You can draw them all on a separate image file.(I do not guarantee that everything will work)
|
The Following User Says Thank You to audiofeel For This Useful Post: | ||
Behnam2018 (13-06-2024) |
#823
|
|||
|
|||
Does anyone have any idea how can this be implemented?
I have SettingsForm: FCustomFluentWindow, and I just want to display this section on the form, without having another pop-up. How can this be implemented? Like we have FStartMenuFolderTreeView, but it can only be on HWND handler, like FMXForm.HandleHWND. I'd want it inside an FCustomPage.Handle Last edited by Fak Eid; 15-06-2024 at 13:01. |
#824
|
||||
|
||||
Quote:
|
#825
|
|||
|
|||
This is for the directory. If this can somehow display menu folders, it can work. I thought if this feature was already present (like FStartMenuFolderTreeView) and if there exist a standard way by which we can do it.
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 17:35 |
Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 13:04 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |