Página 1 de 4

EasySlidingPro 1.0.0 Plugin

Publicado: 01 Dic 2018 01:23
por dripro
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

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 01 Dic 2018 10:38
por usamakey
tnks bro :lol:

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 01 Dic 2018 14:00
por carsonzillo
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 :)

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 01 Dic 2018 20:15
por dripro
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

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 01 Dic 2018 20:17
por dripro
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

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 01 Dic 2018 20:55
por carsonzillo
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 :)"

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 01 Dic 2018 21:11
por dripro
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

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 01 Dic 2018 22:15
por carsonzillo
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:

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 02 Dic 2018 11:05
por hirefa
Uhhh! Nice!

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 03 Dic 2018 14:49
por dripro
Repairs were made EasySlidingPro 1.0.0 Plugin

Plugin
HIDE: ON
Hidebb Message Hidden Description




Imagem
Imagen

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 03 Dic 2018 18:07
por abood1987
thanks ...... good :friends:

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 03 Dic 2018 21:00
por carsonzillo
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

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 03 Dic 2018 21:34
por dripro
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

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 03 Dic 2018 22:39
por carsonzillo
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:

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 04 Dic 2018 01:42
por dripro
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

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 04 Dic 2018 02:52
por Guanj
gracias

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 04 Dic 2018 18:29
por carsonzillo
Thanks dripro! looks better now! :friends:

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 07 Dic 2018 03:31
por sendai
how can i get the value of the slider to make it the volume of the audio?

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 07 Dic 2018 04:46
por dripro
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

Re: EasySlidingPro 1.0.0 Plugin

Publicado: 07 Dic 2018 13:10
por sendai
it means i cannot get the value of 1 to 100 for now?
Okay..