Replies: 8 comments 3 replies
-
What would be the purpose? Is it for the edge cases where the text gets cut off? |
Beta Was this translation helpful? Give feedback.
-
Hi Regards |
Beta Was this translation helpful? Give feedback.
-
May be you'll be interested by one of those 3 DSP RAM Info ToolTips before you publish V1.0.0 If you want choose one of them
And new release detection works fine (but Release 1.0.0 is not published, the last one is 0.9.1) Regards |
Beta Was this translation helpful? Give feedback.
-
I’m sorry, I didn’t take a look at my Outlook PM since few days
So if you want I stop I’ll stop (lol)
I’ve seen a message where you asked me why I closed a PR: Because I thought I create it form only one commit, and it show me a PR with 9 or 10 commits, so I deleted it.
De : 0xCUBE ***@***.***>
Répondre à : 0xCUB3/About-This-Hack ***@***.***>
Date : samedi 16 septembre 2023 à 12:17
À : 0xCUB3/About-This-Hack ***@***.***>
Cc : Jean-Michel Meunier ***@***.***>, Author ***@***.***>
Objet : Re: [0xCUB3/About-This-Hack] ToolTips use (Discussion #43)
Wow! You never cease to impress me 😀. Now, do you have any knowledge of the issue in #39? I tried rolling back to an older swift version but that did not help.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi App About This Hack.app.zip https://drive.google.com/file/d/1TUNAkApff00rp_3yffWo3VUnfozlndnF/view?usp=drive_link This repo hasn't been pushed on github Regards |
Beta Was this translation helpful? Give feedback.
-
I apologyze I've seen some problems, About This Hack.xcodepro is empty ? I've replaced the zipped repo on Google Drive https://drive.google.com/file/d/16Rh3x7d-p3plsWLlhXo2cUa3SwpqtIqd/view?usp=drive_link Regards |
Beta Was this translation helpful? Give feedback.
-
Hi Referring to swiftlang/swift#67614 May be a solution ? It's not a dictionary var but ... Regards |
Beta Was this translation helpful? Give feedback.
-
Hi Regards |
Beta Was this translation helpful? Give feedback.
-
Hi @0xCUB3
If you'd like to use ToolTips.
Look at below code (add-ons in ViewController.swift and new component)
ViewController.swift (add-on)
...
func updateView() {
...
}
func setToolTips() {
// sipToggle.toolTip = sipToggletoolTip
picture.toolTip = picturetoolTip
// enrollValue.toolTip = enrollValuetoolTip
blPrefix.toolTip = blPrefixtoolTip
// bargsToggle.toolTip = bargsToggletoolTip
// showHideEnroll.toolTip = showHideEnrolltoolTip
// changeEnrollment.toolTip = changeEnrollmenttoolTip
btSysInfo.toolTip = btSysInfotoolTip
btSoftUpd.toolTip = btSoftUpdtoolTip
}
...
ToolTips.swift (New Swift component)
//
// ToolTips.swift
//
import Foundation
//let sipToggletoolTip = "Version (HardwareCollector.OSBuildNum)"
let picturetoolTip = "Icone (HardwareCollector.OSname) (HardwareCollector.OSnum)"
//let enrollValuetoolTip = "Inscription au programme de logiciels Regular, Customer Seed, Developer Beta ou Public Beta."
let blPrefixtoolTip = "Bootloader (HardwareCollector.BootloaderString)"
//let bargsToggletoolTip = "Argument(s) passé(s) au Bootloader\n(HardwareCollector.BootargsString)"
//let showHideEnrolltoolTip = "Montrer ou cacher l'inscription au programme de logiciels ..."
//let changeEnrollmenttoolTip = "Charger puis modifier l'inscription au programme de logiciels ... (modification devenue impossible depuis Ventura 13.4 beta3 (22F5049e))."
let btSysInfotoolTip = "Informations détaillées du Systeme (matériel et réseau) et des logiciels, logs, historiques ..."
let btSoftUpdtoolTip = "Recherche de mise à jour de (HardwareCollector.OSname) (HardwareCollector.OSnum)"
Regards
Beta Was this translation helpful? Give feedback.
All reactions