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] foo_uie_panel_splitter (Read 408646 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Not my release] foo_uie_panel_splitter

Reply #475
i've redefined the panels using the $movepanel_c()  command.  unfortunately, now when i resize the main window, all my panels flash on and off.  i think this is a bug, as i vaguely remember reading something about that when i first read through this thread.

i think it has to do with a discrepancy between where the script says to render the panel, and where the panel list tab says to.  if i leave values in the text boxes blank, the panel will flash between on and off.  if i put different values into the text boxes, the panel switches between the two positions while main window resize is occuring.  if i set them the same, no problems.

it would be nice to be able to pass the x/y/w/h for quick editing of panel sizes which would be reflected in the script automatically.  currently that is not possible to do without accepting the rendering bug.

not a major problem though.  this is a very powerful component. 

gracias ssenna!!!!

[Not my release] foo_uie_panel_splitter

Reply #476
@rubber soul

i think that's more like a limitation than a bug
but anyway, that isnt a big problem since most people dont resize too much
BTW glad you've worked it out.


peace

[Not my release] foo_uie_panel_splitter

Reply #477
just don't enter values in the interface if you use $movepanel_c 

[Not my release] foo_uie_panel_splitter

Reply #478
* $drawthemerect problem will be fixed in the next release.
* I have been recognizing the $movepanel problem.(I will fix some day.)

Sorry, please allow poor quality.

[Not my release] foo_uie_panel_splitter

Reply #479
Thanks ssenna much appreciated

[Not my release] foo_uie_panel_splitter

Reply #480
I want to request hueing on images, simple add an option like HUE:R-G-B to images and imagebuttons.
Thanks for this great component!
<insert signature here>

[Not my release] foo_uie_panel_splitter

Reply #481
@Ssenna: 1 little request please

==> adding a function to delete a global variable, some thing like this : $kill_ps_global(...)

would be great and useful


[Not my release] foo_uie_panel_splitter

Reply #482
is it possible to make a simple clickable seekbar in pss, or do i need to use another component?  i think it should be easy to draw one with drawroundrect, but i dunno if it is possible to implement the click feature to this seekbar.

[Not my release] foo_uie_panel_splitter

Reply #483
is it possible to make a simple clickable seekbar in pss, or do i need to use another component?  i think it should be easy to draw one with drawroundrect, but i dunno if it is possible to implement the click feature to this seekbar.


you have to use a wsh panel mod to do this

[Not my release] foo_uie_panel_splitter

Reply #484
thanks!  i will learn this component : )

[Not my release] foo_uie_panel_splitter

Reply #485
@Ssenna: 1 little request please

==> adding a function to delete a global variable, some thing like this : $kill_ps_global(...)

would be great and useful


A smartly chosen dummy value would do the same 

It's a shame that I can't workaround my request 
<insert signature here>

[Not my release] foo_uie_panel_splitter

Reply #486
@Ssenna: 1 little request please

==> adding a function to delete a global variable, some thing like this : $kill_ps_global(...)

would be great and useful


A smartly chosen dummy value would do the same 

...


NO, globals are handled in a way that they are initialized only the first time they do not exist ! a dummy value doesn't do the job and would be assimilated to another existing value, the value mustn't exists to refresh it (using $init_ps_global)


 

[Not my release] foo_uie_panel_splitter

Reply #487
@ssenna: have you used the graphical browser component?

http://www.hydrogenaudio.org/forums/index....showtopic=61412

It has a nice built-in text editor for title formatting with syntax highlight, parenthesis matching, and even code completion.  Perhaps you could do something similar for PSS and ELPlaylist, or ask the author to share his code?  Considering I (and probably most people) write about 10 times more code in PSS and ELplaylist, that would be fantastic.

(Actually, I think it'd be nice if fb2k had such an editor built in so that all components can use.)

[Not my release] foo_uie_panel_splitter

Reply #488
followup to my post above

it seems graphical browser uses this

http://www.scintilla.org/

A free source code editing component for Win32 and GTK+

I hope you can incorporate this into PSS and ELPlaylist.  many thanks in advance



[Not my release] foo_uie_panel_splitter

Reply #489
similar to barty's request:

at least to enable select all (ctrl+a) recognition in script window.  it would make it much easier/quicker to use an external text editor as a quick solution.

[Not my release] foo_uie_panel_splitter

Reply #490
I want to request hueing on images, simple add an option like HUE:R-G-B to images and imagebuttons.

Sorry, I can't understand "hueing on images".
Nevertheless such option will not be added.

==> adding a function to delete a global variable, some thing like this : $kill_ps_global(...)

$delete_ps_global will be added in the next release.

It has a nice built-in text editor for title formatting with syntax highlight, parenthesis matching, and even code completion.

Of course, I know Scintilla(and Graphical Browser).
I also think text editer must become more comfortable.
but I don't feel like doing it (because I'm lazy).
At least, I agree text editor should be available to all other components.


[Not my release] foo_uie_panel_splitter

Reply #492
[edit] nevermind. Thanks ssenna for this  .

[Not my release] foo_uie_panel_splitter

Reply #493
Is it possible to make an invisible "Button" area in a Columns UI NG Playlist that changes a specified MP3 tag of the selected file on click?

The trick would be that if you click somewhere in the star column (see image), a track is selected and a button click is executed. Now I want Panel Stack Splitter to write a Ratings tag into the selected mp3 file. Is this possible?

[Not my release] foo_uie_panel_splitter

Reply #494
Is it possible to make an invisible "Button" area in a Columns UI NG Playlist that changes a specified MP3 tag of the selected file on click?

The trick would be that if you click somewhere in the star column (see image), a track is selected and a button click is executed. Now I want Panel Stack Splitter to write a Ratings tag into the selected mp3 file. Is this possible?


i don't know if you can do that in NG playlist, but it's easy to achieve in a PSS. so if you delete that column, resize the playlist panel, and leave the freed space to pss there you can insert a button and assign it the command to plat the song. AFAIK you can't select a random track, but you can assign the command 'random'

[Not my release] foo_uie_panel_splitter

Reply #495
is it possible to pass the value of a PSS global to a WSH panel?

is there any alternative to %encoding% which i can use in a pss?

[Not my release] foo_uie_panel_splitter

Reply #496
I want to request hueing on images, simple add an option like HUE:R-G-B to images and imagebuttons.

Sorry, I can't understand "hueing on images".
Nevertheless such option will not be added.
...


Sorry if I didn't explain myself correctly last time (I had like 2 seconds to post...)

What I'd like is to be able to "colorize" or "tint" images.

i.e Think about this image, one grey rectangle with a blue circle on it, If I do a $Imageabs(,,,,MyImage,HUE:255-0-0) it'd appear as a grey rectangle with a red circle on it.

Hope it made sense this time  Thanks!
<insert signature here>

[Not my release] foo_uie_panel_splitter

Reply #497
Quote
$ drawrect (x, y, w, h, R1-G1-B1-A1, R2-G2-B2-A2, OPTIONS)
Rectangular drawing functions.
Coordinates (x, y) size (w, h) Draws a rectangle.
R1-G1-B1-A1 internal color
R2-G2-B2-A2 Border Color

OPTIONS
Aa - put ANCHIERIASU

Example $ drawrect (0,50,50,50,255-128-64-128,, aa)

xbullethammer: the $drawrect() function supports alpha blending (anti-aliasing/anchieriasu) .. have you tried using this to draw a tinted rectangle over your image?

[Not my release] foo_uie_panel_splitter

Reply #498
is there a way to make buttons that perform context menu commands for the currently selected tracks rather than the currently playing tracks?

if not, this would be a very nice feature : )

[Not my release] foo_uie_panel_splitter

Reply #499
is there a way to make buttons that perform context menu commands for the currently selected tracks rather than the currently playing tracks?

if not, this would be a very nice feature : )


sure, try TFMODE
Code: [Select]
 TFMODE: mode 
              Per Track titleformat to change the mode.
              mode: 0 nowplaying mode
                    1 follow curosr mode
                   -1 Toggle


component wiki