strannik_nebes писал(а):
Заметил, что не работают точки ##handle, ##name, ##ndelete, ##delete и др. На ##clear схема падает, на остальных ничего не выдает, хотя все прописаноВроде все точки работают. Перед получением данных сначала нужно выполнить одно из
##select, ##nselect, ##hselect
Add(Label,12148131,161,70)
{
Width=339
Height=39
Align=2
Caption=""
AutoSize=1
}
Add(MainForm,11208782,161,161)
{
Width=355
Height=309
Caption="Пример использования PageControl"
}
Add(PageControl,11277553,315,77)
{
Align=5
Childrens=#5:Page1|5:Page2|
Selected="Page2"
Point(onShow)
link(onShow,12209414:doEvent1,[(354,83)(354,69)(235,69)(235,83)])
}
BEGIN_SDK
Add(EditPolyMulti,3572540,21,21)
{
WorkCount=#8:##select|9:##nselect|
EventCount=#6:onShow|
VarCount=#6:##name|8:##handle|
Point(##select)
Point(##nselect)
Point(##name)
Point(##handle)
}
Add(PagePanel,6803796,35,105)
{
Left=35
Top=105
}
END_SDK
BEGIN_SDK
Add(EditPolyMulti,2926773,21,21)
{
WorkCount=#8:##select|9:##nselect|
EventCount=#6:onShow|
VarCount=#6:##name|8:##handle|
Point(##select)
Point(##nselect)
Point(##name)
Point(##handle)
}
Add(PagePanel,566285,35,105)
{
Caption="Page1"
Point(onChange)
link(onChange,2926773:onShow,[(74,118)(74,27)])
}
Add(Label,4415504,140,105)
{
Left=160
Top=125
Width=35
Height=17
Caption="Page1"
}
END_SDK
BEGIN_SDK
Add(EditPolyMulti,14030681,21,21)
{
WorkCount=#8:##select|9:##nselect|
EventCount=#6:onShow|
VarCount=#6:##name|8:##handle|
Point(##select)
Point(##nselect)
Point(##name)
Point(##handle)
}
Add(PagePanel,7691449,35,105)
{
Left=25
Top=65
Caption="Page2"
Point(onChange)
link(onChange,14030681:onShow,[(74,118)(74,27)])
}
Add(Edit,4033284,154,105)
{
Left=155
Top=110
Text="Page2"
}
END_SDK
Add(Label,603803,294,133)
{
Left=40
Top=10
link(Text,11277553:##name,[(300,117)(321,117)])
}
Add(Label,5906271,322,168)
{
Left=95
Top=10
link(Text,11277553:##handle,[])
}
Add(Hub,12209414,245,77)
{
OutCount=3
link(onEvent1,11277553:##select,[])
link(onEvent2,603803:doText,[(284,90)(284,139)])
link(onEvent3,5906271:doText,[(277,97)(277,174)])
}