René's URL Explorer Experiment


Title: Allow passing parameters to form constructors · Issue #54 · ProgramMax/maxGUI · GitHub

Open Graph Title: Allow passing parameters to form constructors · Issue #54 · ProgramMax/maxGUI

X Title: Allow passing parameters to form constructors · Issue #54 · ProgramMax/maxGUI

Description: Is your feature request related to a problem? Please describe. A few times now, I have wanted to pass parameters into a form's constructor. An example of this might be a settings form which should by default display the current settings....

Open Graph Description: Is your feature request related to a problem? Please describe. A few times now, I have wanted to pass parameters into a form's constructor. An example of this might be a settings form which should ...

X Description: Is your feature request related to a problem? Please describe. A few times now, I have wanted to pass parameters into a form's constructor. An example of this might be a settings form which sho...

Opengraph URL: https://github.com/ProgramMax/maxGUI/issues/54

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Allow passing parameters to form constructors","articleBody":"**Is your feature request related to a problem? Please describe.**\r\nA few times now, I have wanted to pass parameters into a form's constructor.\r\nAn example of this might be a settings form which should by default display the current settings.\r\nAnother example might be a file/buffer to display.\r\n\r\n**Describe the solution you'd like**\r\nI would like a method of passing parameters to the form's constructor.\r\nThis isn't as simple as just that because it gets routed through several components.\r\nThe construction happens in the allocator, which happens inside the platform's form creation callback, which is triggered by the form factory.\r\n\r\nWe could use a template parameter pack. It will get a tad hairy because each parameter needs to be stored so it can survive through the callbacks. It might be better to just have a void* or type erased *.\r\n\r\n**Describe alternatives you've considered**\r\nRather than constructor parameters, these could also be parameters to OnCreated().\r\nIt isn't clear to me which option is better.\r\nA constructor likely stores the values for later use, such as creating the child controls. In this case, maybe it would be better to pass them during OnCreated() so they don't need to be stored after they are needed.\r\nAlternatively, maybe the values are indeed stored and used beyond OnCreated(), in which case they'll hold garbage values prior to OnCreated() which could lead to bugs.\r\n\r\nGiven the OnCreate() acts sort of like Init() anyway, I think the constructor idea is already circumvented.\r\nMaybe that is the thing that should change? Or maybe there should be a factory function rather than a constructor/OnCreated().\r\n\r\nThe problem is inherently a multi-staged construction since the platform decides when the actual form is created.","author":{"url":"https://github.com/ProgramMax","@type":"Person","name":"ProgramMax"},"datePublished":"2022-10-16T02:50:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/54/maxGUI/issues/54"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:8d785fd5-ed40-e01f-288b-471f33355eed
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA326:1DFAA9:1660861:1CBEFC5:697449C4
html-safe-noncea1ab34e759af1962cfe56badb500b9d1209e6ba23406996d8abe773e0445d1ef
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMzI2OjFERkFBOToxNjYwODYxOjFDQkVGQzU6Njk3NDQ5QzQiLCJ2aXNpdG9yX2lkIjoiNDI1NTUwMjc4ODkwNjQ2OTgyOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca7532a23c4ca5a10233727f9a5c942b3d371b35bd17c71d512049c9b72bfe330
hovercard-subject-tagissue:1410353471
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/ProgramMax/maxGUI/54/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5188c9f6eb75254de76c921a3f319e5cf13003e39fbe063727508079ae3be0c3/ProgramMax/maxGUI/issues/54
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5188c9f6eb75254de76c921a3f319e5cf13003e39fbe063727508079ae3be0c3/ProgramMax/maxGUI/issues/54
og:image:altIs your feature request related to a problem? Please describe. A few times now, I have wanted to pass parameters into a form's constructor. An example of this might be a settings form which should ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameProgramMax
hostnamegithub.com
expected-hostnamegithub.com
Nonee0b95d743b7672c9ac0e1032d5f117950182dc164a83434a7db86510e8f0b37c
turbo-cache-controlno-preview
go-importgithub.com/ProgramMax/maxGUI git https://github.com/ProgramMax/maxGUI.git
octolytics-dimension-user_id975115
octolytics-dimension-user_loginProgramMax
octolytics-dimension-repository_id280728790
octolytics-dimension-repository_nwoProgramMax/maxGUI
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id280728790
octolytics-dimension-repository_network_root_nwoProgramMax/maxGUI
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release56fe7e2e8de6e57740bca50402351ea656f7a4bf
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ProgramMax/maxGUI/issues/54#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FProgramMax%2FmaxGUI%2Fissues%2F54
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FProgramMax%2FmaxGUI%2Fissues%2F54
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=ProgramMax%2FmaxGUI
Reloadhttps://patch-diff.githubusercontent.com/ProgramMax/maxGUI/issues/54
Reloadhttps://patch-diff.githubusercontent.com/ProgramMax/maxGUI/issues/54
Reloadhttps://patch-diff.githubusercontent.com/ProgramMax/maxGUI/issues/54
ProgramMax https://patch-diff.githubusercontent.com/ProgramMax
maxGUIhttps://patch-diff.githubusercontent.com/ProgramMax/maxGUI
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FProgramMax%2FmaxGUI
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FProgramMax%2FmaxGUI
Star 6 https://patch-diff.githubusercontent.com/login?return_to=%2FProgramMax%2FmaxGUI
Code https://patch-diff.githubusercontent.com/ProgramMax/maxGUI
Issues 16 https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/issues
Pull requests 1 https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/pulls
Actions https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/actions
Projects 0 https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/projects
Security 0 https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/security
Insights https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/pulse
Code https://patch-diff.githubusercontent.com/ProgramMax/maxGUI
Issues https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/issues
Pull requests https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/pulls
Actions https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/actions
Projects https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/projects
Security https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/security
Insights https://patch-diff.githubusercontent.com/ProgramMax/maxGUI/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ProgramMax/maxGUI/issues/54
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ProgramMax/maxGUI/issues/54
Allow passing parameters to form constructorshttps://patch-diff.githubusercontent.com/ProgramMax/maxGUI/issues/54#top
https://github.com/ProgramMax
https://github.com/ProgramMax
ProgramMaxhttps://github.com/ProgramMax
on Oct 16, 2022https://github.com/ProgramMax/maxGUI/issues/54#issue-1410353471
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.