|
From: Kevin W. <sw...@wo...> - 2005-08-10 21:41:53
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've got a related question...
I've been using Bryan Oakley's combobox on the Mac with a horrible hack
(a gif taken from a screenshot of a native Aqua dropdown combobox arrow)
because it has a native scrollbar, but have been playing with Tile's
combobox, where the scrollbar looks wrong.
I've found that if I add this to the Tile combobox.tcl file:
if {[string equal [tk windowingsystem] "aqua"]} {
~ interp alias {} ::ttk::scrollbar {} ::scrollbar
}
the scrollbar looks right. Consequently, I'm probably going to move to
using the Tile combobox, as it has similar functionality to Bryan's.
Is this worth a patch at SF? Where should I submit it? Or should I just
keep this in my own apps?
Cheers,
Kevin Walzer, PhD
WordTech Software
http://www.wordtech-software.com
http://www.kevin-walzer.com
sw at wordtech-software.com
Joe English wrote:
| Damon Courtney wrote:
|
|
|> For "The Scrollbar Problem," couldn't you just accept that themes like
|>OS X and KDE don't want you to draw element-by-element and just draw
|>them as one, big thing when using those themes? If I understand
|>correctly, the problem is that OS X and KDE provide APIs to draw
|>entire scrollbars but not smaller elements within them, right? So, if
|>the user has chosen a theme with that limitation, just draw it that
|>way.
|
|
| That's more or less what I plan to do, the only question
| is where to put the logic.
|
|
| --Joe English
|
| jen...@fl...
|
|
| -------------------------------------------------------
| SF.Net email is Sponsored by the Better Software Conference & EXPO
| September 19-22, 2005 * San Francisco, CA * Development Lifecycle
Practices
| Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
| Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
| _______________________________________________
| Tktable-tile-dev mailing list
| Tkt...@li...
| https://lists.sourceforge.net/lists/listinfo/tktable-tile-dev
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFC+nSVJmdQs+6YVcoRAmgbAJ9oLkhpnON2XaOnCKfqaFVtMFhVmACfXd5U
mfWyt4S4mNvudC6fBHqVhLY=
=/I/6
-----END PGP SIGNATURE-----
|