Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [Not my release] Textbox (foo_uie_textbox.dll) (Read 7116 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Not my release] Textbox (foo_uie_textbox.dll)

This one is quite nice.
Similar to CUI item details, with transparency function (not tested), tab() function, and what I think is very nice, copy function (use ctrl+c).

foo_uie_textbox.dll

[a href="http://img223.imageshack.us/my.php?image=clipboard01hwy.jpg" target="_blank"]



[Not my release] Textbox (foo_uie_textbox.dll)

Reply #3
link thru author site, but i haven't found a example of script to use in ... ?

[Not my release] Textbox (foo_uie_textbox.dll)

Reply #4
Should be the same as in item details, that's how I used it anyway in my example.

Code: [Select]
'Artist:'$tab()$if2(%artist%,' N/A')$crlf()
'Album:'$tab()$if2(%album%,' N/A')$crlf()
'Title:'$tab()$if2(%title%,' N/A')$crlf()
'Track:'$tab()$if2(%tracknumber%'/'%totaltracks%,' N/A')$crlf()
'Disc:'$tab()$if2(%discnumber%'/'%totaldiscs% ,$if($strcmp($left(%path%,7),'http://'),' N/A',' 1/1'))$crlf()
'Date:'$tab()$if2(%date%,' N/A')$crlf()
'Genre:'$tab()$if2(%genre%,' N/A')$crlf()
'Style:'$tab()$if2(%style%,' N/A')$crlf()
'Rating:'$tab()$if(%rating%,$repeat($char(9733),%rating%)$repeat($char(9734),$sub(5,%rating%)),$repeat($char(9734),5))'     Mood: '$ifgreater(%mood%,0,$char(9829),$char(9825))$crlf()$crlf()
'Codec:'$tab()$tab()$if2(%codec%[ %codec_profile%][ $if(%__tool%,$replace(%__tool%,LAME,'Lame '),%__tool%)],' N/A')$crlf()
'Bitrate:'$tab()$tab()$if2(%bitrate%' Kbit/s',' N/A')$crlf()
'Sample Rate:'$tab()$if2(%samplerate%' Hz',' N/A')$crlf()
'Channels:'$tab()$if2($caps(%__mp3_stereo_mode%),' N/A')$crlf()
'Size:'$tab()$tab()$if2($div(%_filesize%,1048576)'.'$num($muldiv($mod(%_filesize%,1048576),100,1048576),2)' MB',' N/A')$crlf()
'Album Gain:'$tab()$if2(%replaygain_album_gain%,' N/A')$crlf()
'Track Gain:'$tab()$if2(%replaygain_track_gain%,' N/A')$crlf()
$crlf()
'Play Count:'$tab()$if2(%play_count%,' N/A')$crlf()
'Added:'$tab()$tab()$if2(%added%,' N/A')$crlf()
'First Played:'$tab()$if2(%first_played%,' N/A')$crlf()
'Last Played:'$tab()$if2(%last_played%,' N/A')$crlf()
$crlf()
['Comment:'$crlf()%comment%$crlf()$crlf()]
['Release Notes:'$crlf()%DISCOGS_RELEASE_NOTES%$crlf()$crlf()]
['Release Credits:'$crlf()%DISCOGS_RELEASE_CREDITS%$crlf()$crlf()]
['Track Credits:'$crlf()%DISCOGS_TRACK_CREDITS%$crlf()$crlf()]
['Track Credits Vocals:'$crlf()%DISCOGS_CREDIT_VOCALS%$crlf()$crlf()]
['Remix Credit:'$crlf()%REMIXED BY%$crlf()$crlf()]
['URL:'$crlf()[%DISCOGS_ARTIST_URLS%$crlf()][%www%]$crlf()$crlf()]


Can't get $textfile() to work though, maybe that's only with foo_func?



[Not my release] Textbox (foo_uie_textbox.dll)

Reply #7
many buggs...

try ESC key when panel is focused

[Not my release] Textbox (foo_uie_textbox.dll)

Reply #8
many buggs...

try ESC key when panel is focused


heh, yeah, but as said it's still young, and the copy function is just too nice

[Not my release] Textbox (foo_uie_textbox.dll)

Reply #9
It's not that young...
(more than a year since initial release)


 

[Not my release] Textbox (foo_uie_textbox.dll)

Reply #11
Site's dead, can somebody upload it again?