You are not logged in.

Dani

Intermediate

  • "Dani" started this thread

Posts: 325

Date of registration: Nov 19th 2009

Location: GERMANY

  • Send private message

1

Friday, September 16th 2011, 10:01pm

Spinner control - does not fire events

Hey there,
I am not getting most of the spinner controls events fired!

Jabaco Source

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Public Sub Spinner1_Click()
   Debug.Print "I am alive!"
End Sub

Public Sub Spinner1_KeyPress(KeyAscii As Integer)
   Debug.Print "I am alive!"
End Sub

Public Sub Spinner1_KeyDown(KeyCode As Integer, Shift As Integer)
   Debug.Print "I am alive!"
End Sub

Public Sub Spinner1_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
   Debug.Print "I am alive!"
End Sub

'works
Public Sub Spinner1_MouseEntered()
   Debug.Print "I am alive!"
End Sub


Could anyone please confirm!?

Thanks,


Dani

swissmade

Beginner

  • "swissmade" is male

Posts: 46

Date of registration: Aug 4th 2011

Location: The Netherlands

Occupation: Old Fasion Programmer

Hobbies: Play Music with my Bass

  • Send private message

2

Friday, September 23rd 2011, 1:57am

Events not fired

Could anyone please confirm!?

Hi Dani,

I can Confirm that the events are not working. ?(

Rate this thread
WoltLab Burning Board