Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - oqapsking

Pages: 1 ... 8 9 [10] 11 12
136
Additional Components / Re: ImageSelectByBit that supports animation
« on: April 29, 2017, 05:00:04 PM »
great

it worked :)

thanks man

u r the best

137
Additional Components / Re: ImageSelectByBit that supports animation
« on: April 29, 2017, 03:59:22 PM »
the problem is in ImageSelectByBitHMI.vb file when i add it and change in the code to

Code: [Select]
Inherits MfgControl.AdvancedHMI.Controls.ImageSelectByBit
the project gives 27 errors

138
Additional Components / Re: ImageSelectByBit that supports animation
« on: April 29, 2017, 03:51:59 PM »
i tried that on new AdvancedHMIv399w empty project



139
Additional Components / Re: ImageSelectByBit that supports animation
« on: April 29, 2017, 03:46:22 PM »
and these are the files i add in the PurchasedControls

now after i deleted them my project got back to normal with no errors

140
Additional Components / Re: ImageSelectByBit that supports animation
« on: April 29, 2017, 03:45:01 PM »
hello

i tried to do what you said

i lost all the controls
!!!



141
Support Questions / Re: making my own class ImageDisplayByValue
« on: April 29, 2017, 10:26:00 AM »
it does not support animation

142
Support Questions / making my own class ImageDisplayByValue
« on: April 29, 2017, 06:24:06 AM »
hello
what i do some times is to read true / false address then the picture changes according to it

something like (ImageDisplayByValue) one image is jpg and one is animated gif

the way i do it is i put picturebox , basiclable and timer then add the pictures i need in the project  resources

after i put the basiclabel values and properties

i go to the timer code

and write this

Code: [Select]

 if basiclabel.value = true then
picturebox.image =  Global.MfgControl.AdvancedHMI.My.Resources.Resources.imageOff
else
picturebox.image =  Global.MfgControl.AdvancedHMI.My.Resources.Resources.imageOn

end if
 


now to my question

can i make my own class to do all the above ???


the reason i do this is that  ImageDisplayByValue does not support animated ( gif) images and treats them all as jpg

with thanks




143
that worked thanks man
now i understand how it works :)

144
it is 1234
and i need to display it as 1.234

145
i tried this

value scale factor (0.1 )
numeric format 0.000

the display is 123.400

i tried

value scale factor (1 )
numeric format 0.000

the display is 1234.000


any ideas?

146
ok when i have a value 1.234 and i want it to display 1.234
how ?

147
thanks man you are always helpfull
it worked

148
hello

what i need is the plc value is for example 234 and i wanna display it in the basic label or Analog Value Display as 23.4

when i use Digital Panel Meter i just put "1" inside decimal position property

but there is no such property in  basic label or AnalogValueDisplay
so can you guys tell me how to do it?

with thanks

149
Support Questions / Re: disable disable comms Subscriptions
« on: April 22, 2017, 06:41:10 PM »
it says no value returned

and i want the connection error message

150
Support Questions / Re: disable disable comms Subscriptions
« on: April 22, 2017, 06:05:29 PM »
for example
i have basic label ,basic button and AnalogValueDisplay

if there is a connection error say there is no internet

the value in the label and AnalogValueDisplay shows an error massage

i need to stop that
and show the error on its own label


Pages: 1 ... 8 9 [10] 11 12