>>
APLDN Home

>>
Events

>>
Trainings

>>
APL Books

>>
APLDN Links

>>
Discussion Groups

>>
Downloads

>>
Articles

>>
Library

>>
Learning Tools

>>
APLDN User IO

>>
APL2000.com




Bug Reports

Author Thread: helpcontext property of a CommanButton disappears
Nicolai.Ohm
helpcontext property of a CommanButton disappears
Posted: Tuesday, February 22, 2005 6:22 AM (EST)
Just a small bug: When using the def property to get the array with all form definitions, the helpcontext property of a CommanButton disappears in the definition vector. See code below to illustrate the point. 'form1' Œwi 'Create' 'Form' 'form1.barA' Œwi 'New' 'CommandBar' 'form1.barA.b1' Œwi 'New' 'CommandButton' ('helpcontext' 1234) 'form1.barA.b1' Œwi 'helpcontext' 1234 © helpcontext still there form_def „ 'form' ŒWI 'def' 'form2'ŒWI 'New' form_def 'form2.barA.b1' Œwi 'helpcontext' 0 © helpcontext disappeared


Comments:

Author Thread:
Nicolai.Ohm
helpcontext property of a CommanButton disappears
Posted: Tuesday, February 22, 2005 6:37 AM (EST)
cant get linebreaks in this posting, below the code again, now diamondized 'form1' Œwi 'Create' 'Form' ª 'form1.barA' Œwi 'New' 'CommandBar' ª 'form1.barA.b1' Œwi 'New' 'CommandButton' ('helpcontext' 1234) ª 'form1.barA.b1' Œwi 'helpcontext' ª form_def „ 'form1' ŒWI 'def' ª 'form2'ŒWI 'New' form_def ª 'form2.barA.b1' Œwi 'helpcontext' © helpcontext disappeared

     



APL2000 Official Web Site

How far you go in life depends on your being tender with the young, compassionate with the aged, sympathetic with the striving and tolerant of the weak and the strong. Because someday in life you will have been all of these.
--- George Washington Carver

APLDN Home   |    |  Events   |  Trainings   |  APL Books   |  APLDN Links   |    |  Discussion Groups   |    |  Downloads   |  Articles   |  Library   |  Learning Tools   |  APLDN User IO   |  APL2000.com   |