Additional Info
|
So i was annoyed to change the '4 bytes' to 'Array of Bytes' everytime when starting CE. vt=component_findComponentByName(getMainForm(),"VarType") combobox_setItemIndex(vt,8) f=getMethodProperty(vt,"OnChange") f(vt) pa=component_findComponentByName(getMainForm(),"miPresetAll") menuItem_doClick(pa)
getMainForm().VarType.ItemIndex=8 getMainForm().VarType.OnChange(getMainForm().VarType) getMainForm().miPresetAll.doClick() |
Additional Info
|
So for what i see in that line, the AOB index is 8 (starting from 0), if i chage the value to 10 in CE 6.3 will that make grouped scan as my default option? |
Additional Info
|
Awesome man, I'm pretty sure I bitch about that every time I open CE. |
Additional Info
|
Ragnotok Posted on: 07/30/2013 4:40pm So for what i see in that line, the AOB index is 8 (starting from 0), if i chage the value to 10 in CE 6.3 will that make grouped scan as my default option? |
Additional Info
|
thx, this kind of things can make ppl save time in the long run. |
Additional Info
|
Thanks you sir =) nice
|