EasySlidingPro 1.0.0 Plugin

Plugins y todo lo relacionado para Autoplay Media Studio.
Hi friends, I made this plugin for friends, check it out and say your opinion

Plugin
EasySlidingPro 1.0.0
HIDE: ON
Hidebb Message Hidden Description





Imagen
Imagen
tnks bro :lol:
Tema movido a la seccion correcta, plugins
gracias por el plugin Dripro! :friends:

He testeado el plugin, esta muy bien, una sugerencia ¿que tal si fuera posible editar el tooltip en tamaño (ejemplo: size 10, 12, etc...), el tipo de texto (font bold, light), color del texto para ver mejor el texto tooltip en caso de mostrarse sobre fondos oscuros, muy claros o sobre imagenes, cuando haces el sliding de un lado a otro? Esta parte me interesa y puede ser util :)
carsonzillo escribió:
01 Dic 2018 14:00
Tema movido a la seccion correcta, plugins
gracias por el plugin Dripro! :friends:

He testeado el plugin, esta muy bien, una sugerencia ¿que tal si fuera posible editar el tooltip en tamaño (ejemplo: size 10, 12, etc...), el tipo de texto (font bold, light), color del texto para ver mejor el texto tooltip en caso de mostrarse sobre fondos oscuros, muy claros o sobre imagenes, cuando haces el sliding de un lado a otro? Esta parte me interesa y puede ser util :)


I heard your friend friend thank you very much, see how it went
dripro escribió:
01 Dic 2018 01:23
Hi friends, I made this plugin for friends, check it out and say your opinion

Plugin
EasySlidingPro 1.0.0
HIDE: ON
Hidebb Message Hidden Description





Imagen
Imagen
I dont know If you understood what I said earlier, translating what I told you:

"I tried your plugin, is cool, one suggestion, What if it were possible to edit the information given from tooltip [things you could add like font size (example: size 10, 12, etc ...), name font used and type (bold or light format), colours of the text to allowing better view for the tooltiptext in case of showing on dark/clear backgrounds or on images] when using the slider?

This part could be interesting and can be useful :)"
carsonzillo escribió:
01 Dic 2018 20:55
I dont know If you understood what I said earlier, translating what I told you:

"I tried your plugin, is cool, one suggestion, What if it were possible to edit the information given from tooltip [things you could add like font size (example: size 10, 12, etc ...), name font used and type (bold or light format), colours of the text to allowing better view for the tooltiptext in case of showing on dark/clear backgrounds or on images] when using the slider?

This part could be interesting and can be useful :)"
Ver ai, hice el cambio
See there I did the change
Veja ai, eu fiz um alteração

EasySlidingPro.ButtonX(
"Paragraph1",
"Paragraph2",
"Paragraph3", 2, "Arial", 12, 255, FW_NORMAL, 4, 35);


HIDE: ON
Hidebb Message Hidden Description
mmm I did what you suggested and I dont get any difference on it
mmmm hice lo que me sugeriste y no veo la diferencia
:sorry:
Uhhh! Nice!
Repairs were made EasySlidingPro 1.0.0 Plugin

Plugin
HIDE: ON
Hidebb Message Hidden Description




Imagem
Imagen
thanks ...... good :friends:
hey dripro nice addition its getting better now good job!
About the button switches to put off/on could I set their colours by using paragraph.setproperties for background and foreground colours? Its seems to be disabled or put them in like defaulted to blue/grey
carsonzillo escribió:
03 Dic 2018 21:00
hey dripro nice addition its getting better now good job!
About the button switches to put off/on could I set their colours by using paragraph.setproperties for background and foreground colours? Its seems to be disabled or put them in like defaulted to blue/grey
Thanks friend for your tips are very good

explain better about these buttons
But see I did it over here.
https://www.w3schools.com/howto/tryit.a ... css_switch


I think I'll go back then. on/off
Hey dripro
I got the easy solution for you, dont need the css style option you can do this, keeping in mind the gray effect is for disabled option (which I see very logical) if you wanted to customize the color background for slider and the colour (on status) background for the button switch I tested with succes this code.

1- take this code for on show event, to set as default customized settings for button switchers:
tProperties = {BGStyle=0, BGColor=75632};
Paragraph.SetProperties("Paragraph8", tProperties);
tProperties2 = {BGStyle=0, BGColor=225632};
Paragraph.SetProperties("Paragraph7", tProperties2);
then go for the switcher object and slider (both into the onclick event):

for button switcher:
tSwitch = EasySlidingPro.SwitchSetPosX("Paragraph7", "Paragraph8")

if tSwitch == "1" then
--no code here to keep the grey effect as disabled...
Dialog.Message("Notice", "OFF", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else
tProperties2 = {BGStyle=0, BGColor=225632};
Paragraph.SetProperties("Paragraph7", tProperties2);

Dialog.Message("Notice", "ON", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
for the background slider:
tSwitch = EasySlidingPro.SwitchSetPosX("Paragraph7", "Paragraph8")

if tSwitch == "1" then
--no code here to keep the grey effect as disabled...
Dialog.Message("Notice", "OFF", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);

else
tProperties2 = {BGStyle=0, BGColor=225632};
Paragraph.SetProperties("Paragraph7", tProperties2);

Dialog.Message("Notice", "ON", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
voila! test it youself, you will get the same effect but less coding XD, thanks for the plugin is elegant and very useful! :friends:
carsonzillo escribió:
03 Dic 2018 22:39
Hey dripro
I got the easy solution for you, dont need the css style option you can do this, keeping in mind the gray effect is for disabled option (which I see very logical) if you wanted to customize the color background for slider and the colour (on status) background for the button switch I tested with succes this code.


Thanks friend calconzillo thanks for your tip.
can use image in place of paragraph at least the button you can do to your liking, test there if you have more news thank you friend thank you


EasySlidingPro 1.0.0 Plugin
HIDE: ON
Hidebb Message Hidden Description






Imagen
gracias
Thanks dripro! looks better now! :friends:
how can i get the value of the slider to make it the volume of the audio?
sendai escribió:
07 Dic 2018 03:31
how can i get the value of the slider to make it the volume of the audio?
This plugin is still in the testing phase my friend then I will post it free when I have it ready ok
it means i cannot get the value of 1 to 100 for now?
Okay..