95 |
The control shows no icons. What can be the problem (32-bit, alpha channel vs 4-bit icons problem)
local oRadialMenu,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.ImageSize = 32 oRadialMenu.Images("gBJJgBggAAQAAgAEEKAD/hz/EMNh8TIRNGwAjEZAEXjAojKAjMLjABhkaABAk0plUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbmiAQD/jL/r1fYFlsFctFptVrtltt0qsdgrz/srAs8NsNxut3t99v1/wGBwQAuNhwlks17veGjFiueLweRyWTymVm+FxsTw90xOdu2Ks2Mht60OW02n1GprWYiUTh+b0Gfz2c2W1u+30l21W73m93021mu4UO2Gz2O05HHyF4xu5vm/6HR6WB4PD61yxG25XG7na0vMhvL6fj8nlqXV6/p4ve9nX7ft5eO7PP831+33rtzsPp/mvx7uuS77bus97kLy/T8QTBUFpM9D+we7D3QA47RQC9rRQZDMNQTCEOs0/UQK/AkJxJC7Gw3FEUvLD0HsKh7Fv8r7NxG+EStvFUcRy3sWOs50YIdH8DRDCUattDEdSRJLIx4h64rizUXtDKLdSmsEYwjGkLRvJUuS6v0WRch0nyq1sgzNKUgNDIcsyPL03TerMWv1KsxuJMk7zTKk8ytPbWs3GbXxPOFB0Iqjrx9ND5NdM89QNPFHT7QK8QQ8FC0tS6ktdJy5yhPc6uvMtE0ZPlIQNQVMVRVNM0/T8g1a2c2UfUc/VPVVbVuobcU4186V24VQts61gVJWda1xY9kKDB6903EVeU8udPonWdJPpZNr2wm1F1g4bW2bRVh2/YUyWNb" ; +"NzXOl1QSqvdY0jd0ttbX9y3Rel6pNAdn1M8F1Xe+KVXhe2A4FdMK4IzLhyDNuB4XhilXxeVK4biWJqXgGKYvjGM41jeOY7jycIqHyVZEjqPpCjKSJIkyDpxSWP5fmCZIC") oRadialMenu.Images("gBJJgBggAAQAAgAEEKAD/hz/EMNh8TIRNGwAjEZAEXjAojKAjMLjABhkaABAk0plUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbmiAkEar0gYFjrlls1ntFptVrllhjFeAFjYFtuFytl3vF5vV7vkmt1+sVku12lduwl9xGJxWLxk3v8Zh9vwNzweCy1zwt1smNzmdz2frePjGRyIAzWUy9x1OVzEqw2b0Gx2Wz2k10USf+43Wmyeq1G/33B1nBzO92vH5HJxO30kO3Wl0/C1fT4HDw8p6/K7Xb7lS5nO5u58OS6XV1Pj63U4kf6Pd93v+E57/i8H1+n38np82tlPo9Tstu+MBQHAjJK+yD7OfBLxt5BTcv08qWQg7MCwrC0KvHDMFwTBsOrg/z9wjCbYQvEsTPfDT8RS3ivucwjnQ8kEQRE/8SRPG8cNrFcVte4CJOJFzNrhBsZxG/kcyRJLOR3BK3Lc0sgsxKLRwezcYSHD8EwhJUuS6xEmNyv7nSfKcfxfKspTRKjiSxGUtRtL04zks8eSHKcyNzM0rTVPU0yBPkrq/LM8znQtDKy8cez/FjdTPRdHUhPdFsBQ9K0sqTIydQc1rtPEHU5SVIz9UVL1LUyo09T1HVU8831HUNYT9U9Z1op9PT7RkGSmu1dUBXz11rYNhKRFdOrhW872PTbI1JH9h2faCg2ZVr8R/TSQTFNVr0/XFo29b6cV7CMZ27M" ; +"sYJVBlwXVdabShPl0Q5c133Zel6qxclz3tfV9qvdN+X/gGA4FgeCYLg2D4RhLFoqHyVYajqPpCjKSJIkyD3C+1CJYiaX44lx/nhfKVn+cAf41kZgAfk90EAAeVv60aXn8jAfpefiMA+l58IwA6XngjAHpecGcaFoiXaGAGc6PoyW6RpWm6YlmnaLpOqD/q2fIxq6XZuAGtpbruvpZsOZIRl6TH+RgD7OjSHbXjp/mftkEZFeG6pSgIA==") var_Items = oRadialMenu.Items var_Items.Add("Icon 32-bit<br><c><img>1</img>") var_Items.Add("Icon 4-bit<br><c><img>2</img>") oRadialMenu.EndUpdate() |
94 |
ImageSize property on 32 (specifies the size of control' icons/images)
|
93 |
ImageSize property on 16 (specifies the size of control' icons/images)
|
92 |
How can I displays items rotated (exDisplayRadialRotated90)
local oRadialMenu,var_Items,var_Items1,var_Items2,var_Items3,var_Items4,var_Items5,var_Items6,var_Items7,var_Items8 oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [HTMLPicture("arrow") = "arrow.png"] // oRadialMenu.HTMLPicture("arrow") = "arrow.png" oRadialMenu.SubItemsBackColor = 0xbebebe oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(6) = SubItemsBackColor] // oRadialMenu.RadialLineColor(6) = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(5) = -1] // oRadialMenu.RadialLineColor(5) = -1 var_Items = oRadialMenu.Items // var_Items.Add("Foreground","color_line.png").Items.ToString = "Foreground" var_Items1 = var_Items.Add("Foreground","color_line.png").Items with (oRadialMenu) TemplateDef = [dim var_Items1] TemplateDef = var_Items1 Template = [var_Items1.ToString = "Foreground"] endwith // var_Items.Add("Background","color_fill.png").Items.ToString = "Background" var_Items2 = var_Items.Add("Background","color_fill.png").Items with (oRadialMenu) TemplateDef = [dim var_Items2] TemplateDef = var_Items2 Template = [var_Items2.ToString = "Background"] endwith // var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items3 = var_Items.Add("Font","format_font_size_less.png").Items with (oRadialMenu) TemplateDef = [dim var_Items3] TemplateDef = var_Items3 Template = [var_Items3.ToString = "Font"] endwith // var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items4 = var_Items.Add("Undo","edit_undo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items4] TemplateDef = var_Items4 Template = [var_Items4.ToString = "Undo"] endwith // var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items5 = var_Items.Add("Redo","edit_redo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items5] TemplateDef = var_Items5 Template = [var_Items5.ToString = "Redo"] endwith // var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items6 = var_Items.Add("Copy","edit_copy.png").Items with (oRadialMenu) TemplateDef = [dim var_Items6] TemplateDef = var_Items6 Template = [var_Items6.ToString = "Copy"] endwith // var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items7 = var_Items.Add("List","fileview_text.png").Items with (oRadialMenu) TemplateDef = [dim var_Items7] TemplateDef = var_Items7 Template = [var_Items7.ToString = "List"] endwith // var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" var_Items8 = var_Items.Add("Tag","checkmark_korganizer.png").Items with (oRadialMenu) TemplateDef = [dim var_Items8] TemplateDef = var_Items8 Template = [var_Items8.ToString = "Tag"] endwith oRadialMenu.Template = [DisplayRadial(1) = 4] // oRadialMenu.DisplayRadial(1) = 4 oRadialMenu.EndUpdate() |
91 |
How can I displays items rotated (exDisplayRadialRotated270)
local oRadialMenu,var_Items,var_Items1,var_Items2,var_Items3,var_Items4,var_Items5,var_Items6,var_Items7,var_Items8 oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [HTMLPicture("arrow") = "arrow.png"] // oRadialMenu.HTMLPicture("arrow") = "arrow.png" oRadialMenu.SubItemsBackColor = 0xbebebe oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(6) = SubItemsBackColor] // oRadialMenu.RadialLineColor(6) = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(5) = -1] // oRadialMenu.RadialLineColor(5) = -1 var_Items = oRadialMenu.Items // var_Items.Add("Foreground","color_line.png").Items.ToString = "Foreground" var_Items1 = var_Items.Add("Foreground","color_line.png").Items with (oRadialMenu) TemplateDef = [dim var_Items1] TemplateDef = var_Items1 Template = [var_Items1.ToString = "Foreground"] endwith // var_Items.Add("Background","color_fill.png").Items.ToString = "Background" var_Items2 = var_Items.Add("Background","color_fill.png").Items with (oRadialMenu) TemplateDef = [dim var_Items2] TemplateDef = var_Items2 Template = [var_Items2.ToString = "Background"] endwith // var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items3 = var_Items.Add("Font","format_font_size_less.png").Items with (oRadialMenu) TemplateDef = [dim var_Items3] TemplateDef = var_Items3 Template = [var_Items3.ToString = "Font"] endwith // var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items4 = var_Items.Add("Undo","edit_undo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items4] TemplateDef = var_Items4 Template = [var_Items4.ToString = "Undo"] endwith // var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items5 = var_Items.Add("Redo","edit_redo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items5] TemplateDef = var_Items5 Template = [var_Items5.ToString = "Redo"] endwith // var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items6 = var_Items.Add("Copy","edit_copy.png").Items with (oRadialMenu) TemplateDef = [dim var_Items6] TemplateDef = var_Items6 Template = [var_Items6.ToString = "Copy"] endwith // var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items7 = var_Items.Add("List","fileview_text.png").Items with (oRadialMenu) TemplateDef = [dim var_Items7] TemplateDef = var_Items7 Template = [var_Items7.ToString = "List"] endwith // var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" var_Items8 = var_Items.Add("Tag","checkmark_korganizer.png").Items with (oRadialMenu) TemplateDef = [dim var_Items8] TemplateDef = var_Items8 Template = [var_Items8.ToString = "Tag"] endwith oRadialMenu.Template = [DisplayRadial(1) = 3] // oRadialMenu.DisplayRadial(1) = 3 oRadialMenu.EndUpdate() |
90 |
How can I displays items rotated (exDisplayRadialRotated180)
local oRadialMenu,var_Items,var_Items1,var_Items2,var_Items3,var_Items4,var_Items5,var_Items6,var_Items7,var_Items8 oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [HTMLPicture("arrow") = "arrow.png"] // oRadialMenu.HTMLPicture("arrow") = "arrow.png" oRadialMenu.SubItemsBackColor = 0xbebebe oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(6) = SubItemsBackColor] // oRadialMenu.RadialLineColor(6) = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(5) = -1] // oRadialMenu.RadialLineColor(5) = -1 var_Items = oRadialMenu.Items // var_Items.Add("Foreground","color_line.png").Items.ToString = "Foreground" var_Items1 = var_Items.Add("Foreground","color_line.png").Items with (oRadialMenu) TemplateDef = [dim var_Items1] TemplateDef = var_Items1 Template = [var_Items1.ToString = "Foreground"] endwith // var_Items.Add("Background","color_fill.png").Items.ToString = "Background" var_Items2 = var_Items.Add("Background","color_fill.png").Items with (oRadialMenu) TemplateDef = [dim var_Items2] TemplateDef = var_Items2 Template = [var_Items2.ToString = "Background"] endwith // var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items3 = var_Items.Add("Font","format_font_size_less.png").Items with (oRadialMenu) TemplateDef = [dim var_Items3] TemplateDef = var_Items3 Template = [var_Items3.ToString = "Font"] endwith // var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items4 = var_Items.Add("Undo","edit_undo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items4] TemplateDef = var_Items4 Template = [var_Items4.ToString = "Undo"] endwith // var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items5 = var_Items.Add("Redo","edit_redo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items5] TemplateDef = var_Items5 Template = [var_Items5.ToString = "Redo"] endwith // var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items6 = var_Items.Add("Copy","edit_copy.png").Items with (oRadialMenu) TemplateDef = [dim var_Items6] TemplateDef = var_Items6 Template = [var_Items6.ToString = "Copy"] endwith // var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items7 = var_Items.Add("List","fileview_text.png").Items with (oRadialMenu) TemplateDef = [dim var_Items7] TemplateDef = var_Items7 Template = [var_Items7.ToString = "List"] endwith // var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" var_Items8 = var_Items.Add("Tag","checkmark_korganizer.png").Items with (oRadialMenu) TemplateDef = [dim var_Items8] TemplateDef = var_Items8 Template = [var_Items8.ToString = "Tag"] endwith oRadialMenu.Template = [DisplayRadial(1) = 2] // oRadialMenu.DisplayRadial(1) = 2 oRadialMenu.EndUpdate() |
89 |
How can I displays items rotated (exDisplayRadialRotated)
local oRadialMenu,var_Items,var_Items1,var_Items2,var_Items3,var_Items4,var_Items5,var_Items6,var_Items7,var_Items8 oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [HTMLPicture("arrow") = "arrow.png"] // oRadialMenu.HTMLPicture("arrow") = "arrow.png" oRadialMenu.SubItemsBackColor = 0xbebebe oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(6) = SubItemsBackColor] // oRadialMenu.RadialLineColor(6) = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(5) = -1] // oRadialMenu.RadialLineColor(5) = -1 var_Items = oRadialMenu.Items // var_Items.Add("Foreground","color_line.png").Items.ToString = "Foreground" var_Items1 = var_Items.Add("Foreground","color_line.png").Items with (oRadialMenu) TemplateDef = [dim var_Items1] TemplateDef = var_Items1 Template = [var_Items1.ToString = "Foreground"] endwith // var_Items.Add("Background","color_fill.png").Items.ToString = "Background" var_Items2 = var_Items.Add("Background","color_fill.png").Items with (oRadialMenu) TemplateDef = [dim var_Items2] TemplateDef = var_Items2 Template = [var_Items2.ToString = "Background"] endwith // var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items3 = var_Items.Add("Font","format_font_size_less.png").Items with (oRadialMenu) TemplateDef = [dim var_Items3] TemplateDef = var_Items3 Template = [var_Items3.ToString = "Font"] endwith // var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items4 = var_Items.Add("Undo","edit_undo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items4] TemplateDef = var_Items4 Template = [var_Items4.ToString = "Undo"] endwith // var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items5 = var_Items.Add("Redo","edit_redo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items5] TemplateDef = var_Items5 Template = [var_Items5.ToString = "Redo"] endwith // var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items6 = var_Items.Add("Copy","edit_copy.png").Items with (oRadialMenu) TemplateDef = [dim var_Items6] TemplateDef = var_Items6 Template = [var_Items6.ToString = "Copy"] endwith // var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items7 = var_Items.Add("List","fileview_text.png").Items with (oRadialMenu) TemplateDef = [dim var_Items7] TemplateDef = var_Items7 Template = [var_Items7.ToString = "List"] endwith // var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" var_Items8 = var_Items.Add("Tag","checkmark_korganizer.png").Items with (oRadialMenu) TemplateDef = [dim var_Items8] TemplateDef = var_Items8 Template = [var_Items8.ToString = "Tag"] endwith oRadialMenu.Template = [DisplayRadial(1) = 1] // oRadialMenu.DisplayRadial(1) = 1 oRadialMenu.EndUpdate() |
88 |
How do I load images to sub-items zone
local oRadialMenu,var_Item,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.SubItemsSize = "48*dpi" oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [RadialLineColor(9) = 8421504] // oRadialMenu.RadialLineColor(9) = 0x808080 oRadialMenu.Template = [RadialLineColor(10) = 8421504] // oRadialMenu.RadialLineColor(10) = 0x808080 oRadialMenu.Template = [RadialLineColor(11) = -1] // oRadialMenu.RadialLineColor(11) = -1 var_Items = oRadialMenu.Items var_Item = var_Items.Add("") // var_Item.Image(1) = "favorites.png" with (oRadialMenu) TemplateDef = [dim var_Item] TemplateDef = var_Item Template = [var_Item.Image(1) = "favorites.png"] endwith // var_Item.Image(2) = "download.png" with (oRadialMenu) TemplateDef = [dim var_Item] TemplateDef = var_Item Template = [var_Item.Image(2) = "download.png"] endwith |
87 |
How can I display the control directly on the screen
|
86 |
How do I add a radial-slider control
local oRadialMenu,var_Item,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.InflateCustom = oRadialMenu.InflateItems oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(4) = 0] // oRadialMenu.RadialLineColor(4) = 0x0 oRadialMenu.Template = [RadialLineStyle(4) = 2] // oRadialMenu.RadialLineStyle(4) = 2 oRadialMenu.Template = [RadialLineSize(4) = 3] // oRadialMenu.RadialLineSize(4) = 3 var_Items = oRadialMenu.Items var_Item = var_Items.Add("Slider") var_Item.BrowseType = 2 var_Item.BrowseCustomType = 16 // var_Item.BrowseCustom(9) = 35 with (oRadialMenu) TemplateDef = [dim var_Item] TemplateDef = var_Item Template = [var_Item.BrowseCustom(9) = 35] endwith oRadialMenu.BrowseItem = oRadialMenu.Items.Item("Slider") |
85 |
How can I display a slider directly on the radial menu, with no items...
|
84 |
How can I programatically browses for a new item
|
83 |
How can I display the items rotated
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [HTMLPicture("arrow") = "arrow.png"] // oRadialMenu.HTMLPicture("arrow") = "arrow.png" oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Item 1(1,2),Item 2(1,2),Item 3(1,2),Item 4(1,2),Item 5(1,2),Item 6(1,2),Item 7(1,2),Item 8(1,2)" oRadialMenu.Template = [DisplayRadial(1) = 1] // oRadialMenu.DisplayRadial(1) = 1 oRadialMenu.Template = [DisplayCenter(1) = 0.05] // oRadialMenu.DisplayCenter(1) = 0.05 oRadialMenu.EndUpdate() |
82 |
Is it possible to display the arrow into the items section, and how I can change the default position
|
81 |
Can I display the arrow into the items section
|
80 |
How can I know if the cursor is hovering the center ring ( parent zone )
|
79 |
How can I specify the size to display the images/pictures into the items
local oRadialMenu,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.AllowToggleExpand = false oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [ItemsImageHeight(1) = "64*dpi"] // oRadialMenu.ItemsImageHeight(1) = "64*dpi" oRadialMenu.Template = [ItemsImageWidth(1) = "64*dpi"] // oRadialMenu.ItemsImageWidth(1) = "64*dpi" var_Items = oRadialMenu.Items var_Items.Add("","color_line.png") var_Items.Add("","color_fill.png") var_Items.Add("","format_font_size_less.png") var_Items.Add("","edit_undo.png") var_Items.Add("","edit_redo.png") var_Items.Add("","edit_copy.png") var_Items.Add("","fileview_text.png") var_Items.Add("","checkmark_korganizer.png") oRadialMenu.EndUpdate() |
78 |
By default, the parent image is 32-pixels wide. Can I display it larger
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.AllowToggleExpand = false oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [HTMLPicture("logo") = "settings.png"] // oRadialMenu.HTMLPicture("logo") = "settings.png" oRadialMenu.ParentSize = "96 * dpi" oRadialMenu.Template = [ParentImageWidth(-1) = "64*dpi"] // oRadialMenu.ParentImageWidth(-1) = "64*dpi" oRadialMenu.Template = [ParentImageHeight(-1) = "64*dpi"] // oRadialMenu.ParentImageHeight(-1) = "64*dpi" oRadialMenu.Template = [ParentCaption(-1) = "<font ;14><c>System Settings</font><br><c>Surround"] // oRadialMenu.ParentCaption(-1) = "<font ;14><c>System Settings</font><br><c>Surround" oRadialMenu.EndUpdate() |
77 |
Is it possible to specify where to display the item's caption
local oRadialMenu,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Item 1(1,2),Item 2(1,2),Item 3(1,2),Item 4(1,2),Item 5(1,2),Item 6(1,2),Item 7(1,2),Item 8(1,2)" // oRadialMenu.Items.Item(0).BackColor(3) = 0xf0f0f0 var_Items = oRadialMenu.Items.Item(0) with (oRadialMenu) TemplateDef = [dim var_Items] TemplateDef = var_Items Template = [var_Items.BackColor(3) = 15790320] endwith oRadialMenu.Template = [DisplayCenter(1) = 0.85] // oRadialMenu.DisplayCenter(1) = 0.85 oRadialMenu.EndUpdate() |
76 |
How can I disable browsing the items, or prevent displaying its children
|
75 |
How do I get the item from the point
/* with (this.EXRADIALMENUACTIVEXCONTROL1.nativeObject) MouseMove = class::nativeObject_MouseMove endwith */ // Occurs when the user moves the mouse. function nativeObject_MouseMove(Button,Shift,X,Y) oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject ? "Full-Item: " ? Str(oRadialMenu.ItemFromPoint(3,-1,-1)oRadialMenu.Caption(1)) ? "Item: " ? Str(oRadialMenu.ItemFromPoint(1,-1,-1)oRadialMenu.Caption(1)) ? "SubItem: " ? Str(oRadialMenu.ItemFromPoint(2,-1,-1)oRadialMenu.Caption(2)) return local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Item 1[scap=sub item 1],Item 2[scap=sub item 2],Item 3[scap=sub item 3],Item 4[scap=sub item 4],Item 5[scap=sub item 5],Item 6[scap=sub item 6],Item 7[scap=sub item 7],Item 8[scap=sub item 8]" |
74 |
How do I get the index of the pie from the point
/* with (this.EXRADIALMENUACTIVEXCONTROL1.nativeObject) MouseMove = class::nativeObject_MouseMove endwith */ // Occurs when the user moves the mouse. function nativeObject_MouseMove(Button,Shift,X,Y) oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject ? "Full-Index: " ? Str(oRadialMenu.IndexFromPoint(3,-1,-1)) ? "Index: " ? Str(oRadialMenu.IndexFromPoint(1,-1,-1)) ? "Sub-Index: " ? Str(oRadialMenu.IndexFromPoint(2,-1,-1)) return local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true |
73 |
How can I select an item
/* with (this.EXRADIALMENUACTIVEXCONTROL1.nativeObject) SelectItem = class::nativeObject_SelectItem endwith */ // Notifies once the user selects an item. function nativeObject_SelectItem(Item) /* SelectedIndex(3) = Item.Index */ oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject return local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Template = [SelBackAlpha(1) = 32] // oRadialMenu.SelBackAlpha(1) = 32 oRadialMenu.Template = [SelBackAlpha(2) = 128] // oRadialMenu.SelBackAlpha(2) = 128 oRadialMenu.Template = [SelForeColor(3) = 0] // oRadialMenu.SelForeColor(3) = 0x0 oRadialMenu.Template = [RadialLineSize(8) = -1] // oRadialMenu.RadialLineSize(8) = -1 oRadialMenu.Template = [RadialLineAlpha(8) = 32] // oRadialMenu.RadialLineAlpha(8) = 32 oRadialMenu.Template = [RadialLineColor(11) = -1] // oRadialMenu.RadialLineColor(11) = -1 oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" oRadialMenu.Template = [SelectedIndex(3) = 0] // oRadialMenu.SelectedIndex(3) = 0 oRadialMenu.EndUpdate() |
72 |
How can I use the sub-items zone only
|
71 |
Is it possible to display all items with a different rotation angle
|
70 |
How can I programatically advance / browse for the parent item (method 2)
/* with (this.EXRADIALMENUACTIVEXCONTROL1.nativeObject) RClick = class::nativeObject_RClick endwith */ // Occurs once the user right clicks the control. function nativeObject_RClick() oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BrowseItem = oRadialMenu.BrowseItem.Parent return local oRadialMenu,var_Item,var_Items,var_Items1 oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.DisplayArrow = 1 var_Items = oRadialMenu.Items var_Item = var_Items.Add("Volume") // var_Item.Caption(2) = "slider" with (oRadialMenu) TemplateDef = [dim var_Item] TemplateDef = var_Item Template = [var_Item.Caption(2) = "slider"] endwith var_Item.BrowseType = 2 var_Item.BrowseCustomType = 16 var_Items1 = var_Items.Add("Item").Items var_Items1.Add("Child 1") var_Items1.Add("Child 2") |
69 |
How can I programatically advance / browse for the parent item (method 1)
|
68 |
Can I display the pointer with a different angle
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.PointerPicture = "pointer.png" oRadialMenu.PointerPictureY = "y + (height-pheight)/2- 21*dpi" oRadialMenu.PointerPictureX = "x + (width-pwidth)/2 + 1 * dpi" oRadialMenu.AllowHotPointer = false oRadialMenu.ParentSize = "36*dpi" oRadialMenu.Template = [ParentImageHeight(-1) = "48*dpi"] // oRadialMenu.ParentImageHeight(-1) = "48*dpi" oRadialMenu.Template = [ParentImageWidth(-1) = "48*dpi"] // oRadialMenu.ParentImageWidth(-1) = "48*dpi" oRadialMenu.Template = [RadialLineSize(8) = -1] // oRadialMenu.RadialLineSize(8) = -1 oRadialMenu.Template = [RadialLineAlpha(8) = 32] // oRadialMenu.RadialLineAlpha(8) = 32 oRadialMenu.Template = [RadialLineColor(11) = -1] // oRadialMenu.RadialLineColor(11) = -1 oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" oRadialMenu.PointerAngle = 12 oRadialMenu.EndUpdate() |
67 |
How can I use the pointer (select sample)
/* with (this.EXRADIALMENUACTIVEXCONTROL1.nativeObject) SelectItem = class::nativeObject_SelectItem endwith */ // Notifies once the user selects an item. function nativeObject_SelectItem(Item) /* PointerIndex = Item.Index */ oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Template = [SelectedIndex(3) = PointerIndex] // oRadialMenu.SelectedIndex(3) = oRadialMenu.PointerIndex return local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.PointerPicture = "pointer.png" oRadialMenu.Template = [SelBackAlpha(1) = 32] // oRadialMenu.SelBackAlpha(1) = 32 oRadialMenu.Template = [SelBackAlpha(2) = 128] // oRadialMenu.SelBackAlpha(2) = 128 oRadialMenu.PointerPictureY = "y + (height-pheight)/2- 21*dpi" oRadialMenu.PointerPictureX = "x + (width-pwidth)/2 + 1 * dpi" oRadialMenu.AllowHotPointer = false oRadialMenu.Template = [SelForeColor(3) = 0] // oRadialMenu.SelForeColor(3) = 0x0 oRadialMenu.ParentSize = "36*dpi" oRadialMenu.Template = [ParentImageHeight(-1) = "48*dpi"] // oRadialMenu.ParentImageHeight(-1) = "48*dpi" oRadialMenu.Template = [ParentImageWidth(-1) = "48*dpi"] // oRadialMenu.ParentImageWidth(-1) = "48*dpi" oRadialMenu.Template = [RadialLineSize(8) = -1] // oRadialMenu.RadialLineSize(8) = -1 oRadialMenu.Template = [RadialLineAlpha(8) = 32] // oRadialMenu.RadialLineAlpha(8) = 32 oRadialMenu.Template = [RadialLineColor(11) = -1] // oRadialMenu.RadialLineColor(11) = -1 oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" oRadialMenu.PointerIndex = 0 oRadialMenu.Template = [SelectedIndex(3) = PointerIndex] // oRadialMenu.SelectedIndex(3) = oRadialMenu.PointerIndex oRadialMenu.EndUpdate() |
66 |
How can I use the pointer (hot sample)
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.PointerPicture = "pointer.png" oRadialMenu.PointerIndex = -1 oRadialMenu.PointerPictureY = "y + (height-pheight)/2- 21*dpi" oRadialMenu.PointerPictureX = "x + (width-pwidth)/2 + 1 * dpi" oRadialMenu.AllowHotPointer = true oRadialMenu.Template = [SelBackAlpha(3) = 128] // oRadialMenu.SelBackAlpha(3) = 128 oRadialMenu.Template = [SelForeColor(3) = 0] // oRadialMenu.SelForeColor(3) = 0x0 oRadialMenu.ParentSize = "36*dpi" oRadialMenu.Template = [ParentImageHeight(-1) = "48*dpi"] // oRadialMenu.ParentImageHeight(-1) = "48*dpi" oRadialMenu.Template = [ParentImageWidth(-1) = "48*dpi"] // oRadialMenu.ParentImageWidth(-1) = "48*dpi" oRadialMenu.Template = [RadialLineSize(8) = -1] // oRadialMenu.RadialLineSize(8) = -1 oRadialMenu.Template = [RadialLineAlpha(8) = 32] // oRadialMenu.RadialLineAlpha(8) = 32 oRadialMenu.Template = [RadialLineColor(11) = -1] // oRadialMenu.RadialLineColor(11) = -1 oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Item 1(1),Item 2,Item 3(1),Item 4,Item 5,Item 6,Item 7,Item 8" oRadialMenu.EndUpdate() |
65 |
Is it possible to apply the control's background picture on the parent zone too
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.BackgroundPicture = "Background\fronte.png" oRadialMenu.ForeColor = 0xffffff oRadialMenu.Expanded = true oRadialMenu.ParentSize = "48 * dpi" oRadialMenu.Template = [DisplayRadial(1) = 1] // oRadialMenu.DisplayRadial(1) = 1 oRadialMenu.Template = [DisplayCenter(1) = 0.23] // oRadialMenu.DisplayCenter(1) = 0.23 oRadialMenu.Items.ToString = "Item 1(1),Item 2,Item 3(1),Item 4,Item 5,Item 6,Item 7,Item 8" oRadialMenu.ParentBackColor = -1 oRadialMenu.ExcludeParentFromItems = true oRadialMenu.Template = [RadialLineColor(6) = 0] // oRadialMenu.RadialLineColor(6) = 0x0 oRadialMenu.Template = [RadialLineAlpha(6) = 128] // oRadialMenu.RadialLineAlpha(6) = 128 oRadialMenu.Template = [RadialLineStyle(5) = 2] // oRadialMenu.RadialLineStyle(5) = 2 oRadialMenu.Template = [RadialLineAlpha(5) = 128] // oRadialMenu.RadialLineAlpha(5) = 128 oRadialMenu.EndUpdate() |
64 |
Can I display the picture on the parent zone, a bit larger
|
63 |
Is it possible to assign a different background picture when displaying a slider/custom data
local oRadialMenu,var_Item oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.DisplayArrow = 1 oRadialMenu.Items.ToString = "[scap=Item 1],[scap=Item 2],[scap=Item 3],[scap=Item 4]" oRadialMenu.InflateRadialMenu = "-4*dpi" oRadialMenu.InflateCustom = "-4*dpi" oRadialMenu.CustomPicture = "Background\frontb.png" oRadialMenu.Items.ToString = "Item 1(Sub Child 1,Sub Child 2),Item 2[scap=slider],Item 3(1),Item 4,Item 5,Item 6,Item 7,Item 8" var_Item = oRadialMenu.Items.Item("Item 2") var_Item.BrowseType = 2 var_Item.BrowseCustomType = 16 oRadialMenu.BrowseItem = oRadialMenu.Items.Item("Item 2") |
62 |
How can I customize the custom part of the control, the inside ring/circle
local oRadialMenu,var_Item oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.DisplayArrow = 1 oRadialMenu.Items.ToString = "[scap=Item 1],[scap=Item 2],[scap=Item 3],[scap=Item 4]" oRadialMenu.InflateRadialMenu = "-4*dpi" oRadialMenu.InflateCustom = "-4*dpi" oRadialMenu.CustomBackColor = 0x808080 oRadialMenu.CustomBackAlpha = 128 oRadialMenu.Items.ToString = "Item 1(Sub Child 1,Sub Child 2),Item 2[scap=slider],Item 3(1),Item 4,Item 5,Item 6,Item 7,Item 8" var_Item = oRadialMenu.Items.Item("Item 2") var_Item.BrowseType = 2 var_Item.BrowseCustomType = 16 oRadialMenu.BrowseItem = oRadialMenu.Items.Item("Item 2") |
61 |
How do I prevent expanding / collapsing the radial menu
|
60 |
Is it possible to change the parent's picture/image when expanding collapsing the radial menu
/* with (this.EXRADIALMENUACTIVEXCONTROL1.nativeObject) BrowseItem = class::nativeObject_BrowseItem endwith */ // Notifies once the user browses for a new item. function nativeObject_BrowseItem(Item) oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject ? "Current State: " ? Str(oRadialMenu.State) return /* with (this.EXRADIALMENUACTIVEXCONTROL1.nativeObject) SelectParent = class::nativeObject_SelectParent endwith */ // Occurs once the user clicks the parent of the item. function nativeObject_SelectParent() oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject ? "Current State: " ? Str(oRadialMenu.State) return local oRadialMenu,var_Item oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Items.ToString = "Item 1(Sub Child 1,Sub Child 2),Item 2,Item 3(1),Item 4,Item 5,Item 6,Item 7,Item 8" var_Item = oRadialMenu.Items.Item("Item 2") var_Item.BrowseType = 2 var_Item.BrowseCustomType = 16 oRadialMenu.Template = [ParentImage(0) = "format_font_size_less.png"] // oRadialMenu.ParentImage(0) = "format_font_size_less.png" oRadialMenu.Template = [ParentImage(1) = "fileview_text.png"] // oRadialMenu.ParentImage(1) = "fileview_text.png" oRadialMenu.Template = [ParentImage(2) = "edit_undo.png"] // oRadialMenu.ParentImage(2) = "edit_undo.png" |
59 |
Is it possible to assign a different picture on the parent zone (center ring)
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.ParentSize = "48 * dpi" oRadialMenu.ParentPicture = "Background\frontb.png" oRadialMenu.Items.ToString = "Item 1(1),Item 2,Item 3(1),Item 4,Item 5,Item 6,Item 7,Item 8" |
58 |
Is it possible to assign a different picture on the items zone (inner ring)
|
57 |
How can I change the control's background picture
|
56 |
How can I hide the line being shown around the item form the cursor
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineSize(11) = 0] // oRadialMenu.RadialLineSize(11) = 0 oRadialMenu.Items.ToString = "Item 1(1),Item 2,Item 3(1),Item 4,Item 5,Item 6,Item 7,Item 8" |
55 |
Is it possible to highlight items with children, with a different background color, for those arrow picture is shown (items, inner ring)
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(13) = 0] // oRadialMenu.RadialLineColor(13) = 0x0 oRadialMenu.Template = [RadialLineAlpha(13) = 64] // oRadialMenu.RadialLineAlpha(13) = 64 oRadialMenu.Template = [RadialLineSize(13) = -1] // oRadialMenu.RadialLineSize(13) = -1 oRadialMenu.Items.ToString = "Item 1(1),Item 2,Item 3(1),Item 4,Item 5,Item 6,Item 7,Item 8" |
54 |
Is it possible to highlight items with children, with a different background color, for those arrow picture is shown (subitems, outer ring)
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(12) = 0] // oRadialMenu.RadialLineColor(12) = 0x0 oRadialMenu.Template = [RadialLineAlpha(12) = 64] // oRadialMenu.RadialLineAlpha(12) = 64 oRadialMenu.Template = [RadialLineSize(12) = -1] // oRadialMenu.RadialLineSize(12) = -1 oRadialMenu.Items.ToString = "Item 1(1),Item 2,Item 3(1),Item 4,Item 5,Item 6,Item 7,Item 8" |
53 |
Is it possible to highlight the entire item, when cursor hovers it
|
52 |
How can I change the border around the subitems zone, when cursor hovers it ( outer ring )
|
51 |
How can I change the border around the subitems zone, when cursor hovers it ( outer ring )
|
50 |
How can I change the border around the items zone, when cursor hovers it ( inner ring )
|
49 |
How can I change the border around the parent zone, when cursor hovers it ( center ring )
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(8) = 0] // oRadialMenu.RadialLineColor(8) = 0x0 oRadialMenu.Template = [RadialLineStyle(8) = 2] // oRadialMenu.RadialLineStyle(8) = 2 oRadialMenu.Template = [RadialLineSize(8) = 3] // oRadialMenu.RadialLineSize(8) = 3 |
48 |
How can I change the border around the items zone ( inner ring )
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(7) = 0] // oRadialMenu.RadialLineColor(7) = 0x0 oRadialMenu.Template = [RadialLineStyle(7) = 2] // oRadialMenu.RadialLineStyle(7) = 2 oRadialMenu.Template = [RadialLineSize(7) = 3] // oRadialMenu.RadialLineSize(7) = 3 |
47 |
How can I change the border around the parent zone ( center ring )
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(6) = 0] // oRadialMenu.RadialLineColor(6) = 0x0 oRadialMenu.Template = [RadialLineStyle(6) = 2] // oRadialMenu.RadialLineStyle(6) = 2 oRadialMenu.Template = [RadialLineSize(6) = 3] // oRadialMenu.RadialLineSize(6) = 3 |
46 |
How can I change the grid lines in the items zone ( inner ring )
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(5) = 0] // oRadialMenu.RadialLineColor(5) = 0x0 oRadialMenu.Template = [RadialLineStyle(5) = 2] // oRadialMenu.RadialLineStyle(5) = 2 oRadialMenu.Template = [RadialLineSize(5) = 3] // oRadialMenu.RadialLineSize(5) = 3 |
45 |
How can I change the border around the slider / custom part of the control
local oRadialMenu,var_Item,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.InflateCustom = oRadialMenu.InflateItems oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(4) = 0] // oRadialMenu.RadialLineColor(4) = 0x0 oRadialMenu.Template = [RadialLineStyle(4) = 2] // oRadialMenu.RadialLineStyle(4) = 2 oRadialMenu.Template = [RadialLineSize(4) = 3] // oRadialMenu.RadialLineSize(4) = 3 var_Items = oRadialMenu.Items var_Item = var_Items.Add("Slider") var_Item.BrowseType = 2 var_Item.BrowseCustomType = 16 oRadialMenu.BrowseItem = oRadialMenu.Items.Item("Slider") |
44 |
How can I change the grid lines in the subitems zone ( outer ring )
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(3) = 0] // oRadialMenu.RadialLineColor(3) = 0x0 oRadialMenu.Template = [RadialLineStyle(3) = 2] // oRadialMenu.RadialLineStyle(3) = 2 oRadialMenu.Template = [RadialLineSize(3) = 3] // oRadialMenu.RadialLineSize(3) = 3 |
43 |
How can I change the border around the subitems (exRadialSubItemsBorder)
|
42 |
How can I change the border around the radial menu (exRadialBorder)
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = 0xf0f0f0 oRadialMenu.Template = [RadialLineColor(1) = 0] // oRadialMenu.RadialLineColor(1) = 0x0 oRadialMenu.Template = [RadialLineStyle(1) = 2] // oRadialMenu.RadialLineStyle(1) = 2 oRadialMenu.Template = [RadialLineSize(1) = 3] // oRadialMenu.RadialLineSize(1) = 3 |
41 |
How can I customize the parent part of the control, the center ring/circle
|
40 |
How can I prevent showing the arrow in the outer ring
|
39 |
Is it possible to change the default arrow, that items with children display (method 2)
|
38 |
Is it possible to change the default arrow, that items with children display (method 1)
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Template = [HTMLPicture("arrow") = "gCJKBOI4NBQaBQAhQNJJIIhShQAEEREAIA0ROZ6PT0iIEOZCJJUBEjBB8BBkRERAJzKRHIQAVzODjpjpnIJNIMKWKPBb8MIFiIJOBILJzhQLCdHCYBACaTgYiJfJJEIJULBHdrOYIJQAwCBEaK1FQbeaoYwGVjLWR0EgJRAEBpICwPf7BY4cQgdAYAcCjUCWfD0G6rHrlHziPTcPrEUjuY5zZpHHgdZ41DYxVTSYJSaojXT0PrTVZBar+P5aaoWT8KfiWbIBZQ1ErVPbDPyYiIAJJFJxEVxCMCCgIA=="] // oRadialMenu.HTMLPicture("arrow") = "gCJKBOI4NBQaBQAhQNJJIIhShQAEEREAIA0ROZ6PT0iIEOZCJJUBEjBB8BBkRERAJzKRHIQAVzODjpjpnIJNIMKWKPBb8MIFiIJOBILJzhQLCdHCYBACaTgYiJfJJEIJULBHdrOYIJQAwCBEaK1FQbeaoYwGVjLWR0EgJRAEBpICwPf7BY4cQgdAYAcCjUCWfD0G6rHrlHziPTcPrEUjuY5zZpHHgdZ41DYxVTSYJSaojXT0PrTVZBar+P5aaoWT8KfiWbIBZQ1ErVPbDPyYiIAJJFJxEVxCMCCgIA==" oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Child(SubChild)" |
37 |
How can I change the logo image
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Template = [HTMLPicture("logo") = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images\favorites.png"] // oRadialMenu.HTMLPicture("logo") = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images\favorites.png" |
36 |
How can I customize the items part of the control, the inside ring/circle
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Template = [DisplayRadial(3) = 1] // oRadialMenu.DisplayRadial(3) = 1 oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Item 1[scap=Item 1],Item 2[scap=Item 2],Item 3[scap=Item 3],Item 4[scap=Item 4]" oRadialMenu.InflateRadialMenu = "-4*dpi" oRadialMenu.InflateItems = "-4*dpi" oRadialMenu.ItemsBackColor = 0xff00 oRadialMenu.ItemsBackAlpha = 128 |
35 |
How can I customize the subitems part of the control, the outside ring/circle
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "[scap=Item 1],[scap=Item 2],[scap=Item 3],[scap=Item 4]" oRadialMenu.InflateRadialMenu = "-4*dpi" oRadialMenu.SubItemsSize = "48 * dpi" oRadialMenu.SubItemsBackColor = 0xff00 oRadialMenu.SubItemsBackAlpha = 128 |
34 |
Can I expand/shrink the radial menu relative to its border/shadow
|
33 |
Is it possible to remove/hive the control's shadow
|
32 |
How do I change the color of the control's shadow
|
31 |
How can I evaluate/format an expression using the control
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.AllowToggleExpand = false oRadialMenu.DisplayAngle = -66 oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4" oRadialMenu.Template = [Caption(0) = FormatABC("`The number of items is: <b>` + value",Items.Count)] // oRadialMenu.Caption(0) = oRadialMenu.FormatABC("`The number of items is: <b>` + value",oRadialMenu.Items.Count) |
30 |
Is it possible to display some extra captions on the control's background
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.MinVisibleCount = 6 oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4" oRadialMenu.Template = [Caption(0) = "This is a caption to be displayed on the control's background."] // oRadialMenu.Caption(0) = "This is a caption to be displayed on the control's background." oRadialMenu.Template = [ExtraCaption("extra",0) = "This is an extra caption to be displayed on the control's background."] // oRadialMenu.ExtraCaption("extra",0) = "This is an extra caption to be displayed on the control's background." oRadialMenu.Template = [ExtraCaption("extra",3) = 2] // oRadialMenu.ExtraCaption("extra",3) = 2 oRadialMenu.Template = [ExtraCaption("extra",8) = True] // oRadialMenu.ExtraCaption("extra",8) = true oRadialMenu.Template = [ExtraCaption("extralogo",0) = "<img>logo:64</img>"] // oRadialMenu.ExtraCaption("extralogo",0) = "<img>logo:64</img>" oRadialMenu.Template = [ExtraCaption("extralogo",3) = 4] // oRadialMenu.ExtraCaption("extralogo",3) = 4 oRadialMenu.Template = [ExtraCaption("extralogo",4) = "width-twidth"] // oRadialMenu.ExtraCaption("extralogo",4) = "width-twidth" oRadialMenu.EndUpdate() |
29 |
What events the control supports
|
28 |
How can I use/load images/pictures
|
27 |
Does your control supports tooltips (method 2)
|
26 |
Can I change the visual appearance of the control's tooltip
|
25 |
Does your control supports tooltips (method 1)
local oRadialMenu,var_Item,var_Item1,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.DisplayAngle = -45 oRadialMenu.Expanded = true var_Items = oRadialMenu.Items var_Items.ToString = "Item 0[ttp=tooltip's item][sttp=tooltip's subitem]" // var_Items.Add("Item 1").Tooltip(1) = "This is a bit of text that shown when user <b>hovers</b> the item" var_Item = var_Items.Add("Item 1") with (oRadialMenu) TemplateDef = [dim var_Item] TemplateDef = var_Item Template = [var_Item.Tooltip(1) = "This is a bit of text that shown when user <b>hovers</b> the item"] endwith var_Item1 = var_Items.Add("Item 2") // var_Item1.Tooltip(1) = "This is a bit of text that shown when user hovers the item" with (oRadialMenu) TemplateDef = [dim var_Item1] TemplateDef = var_Item1 Template = [var_Item1.Tooltip(1) = "This is a bit of text that shown when user hovers the item"] endwith // var_Item1.Tooltip(2) = "This is a bit of text that shown when user hovers the sub-item" with (oRadialMenu) TemplateDef = [dim var_Item1] TemplateDef = var_Item1 Template = [var_Item1.Tooltip(2) = "This is a bit of text that shown when user hovers the sub-item"] endwith |
24 |
How can I use/load icons
local oRadialMenu,var_Item,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images\Icons" oRadialMenu.Images("copy.ico") oRadialMenu.Images("C:\Program Files\Exontrol\ExRadialMenu\Sample\Images\Icons\dvd.ico") oRadialMenu.Images("gBJJgBggAAQAAgACEKAD/hz/EMNh8TIRNGwAjEZAEXjAojJAjMLjABAAgjUYkUnlUnOktd54mD/lp0f5wmz/Ns5f5qnj/NE/f5noT/M1FolGopmo9KpNLpxfqDvldTqlVq1XrFZrVbrldr1fjKPsT/ftlf72er0s71er/e72e1ut9ye90uz3vF3vN4ut8u1NsGBwWDwmFw2DUWJf9peb/UyXSj/Yq+Xj/Y7BX7/ZLDYL/ZTFYeeYrEf7LY2kZbHYul1T/arTaT/Kq4Kb/G7IGz/cD5cD/Ne/f+H4XD4nF41UWvJxb0xq4Viqf66V6sf68WKvf69WSw7KzWL/Xy0WXg8T/X/l8/jbzcbb/MDAL/uanxcb7cb/Pv54PH/n9/z/qsY8BOWxq0LUtC2reuK8QWvcHL7B67HAeTem2er2n0fx9H+SEOv3AEQRDETDl/Ep3mWZJkH+ZhlGUf5mmWZcXmZGUaRkZRkmSf5kQG0bSGEYTOmBErsl4ypdFyXJ/luW5bH+WkoH+TEpqlEcrSvLCsKEM5Am6bT2n4eq6zDMcxH/MkzzMfZ6LifR5rafB4wKd54H+eR1HWf52nIcp/nKbhun+SpJEkf4aUOQMs0VRdFAbRwImfSJ/nyeS1TQclAH+fR7Lqc52PuGBVBgf4klaIx/mMYRbs8XEnGZIc9T4f5vmua5/j3XB/gPXYI0ZX1fwAgiCD/YhPnIcJxTSup+nyfZ/nceh2n+HRYh4f4HFCCNr2zaZYh2f51ngdB/nwe" ; +"a1T3PpbFk8Yn3aT9hJJYF5Xm4V4A1e4Q0iZ9J0rZ54HSf4glqIh/gwU4OH+FxahxhOF4Lg5/iAWYhH+chzG8f5znAcJ/ksSpKn+CORBDeF6ZNk6wXheA5ZYR5gmUYWIlkIp/g+VgTH+Gxc4oJRiiyf4jmGKuc53mubn+HBVB8f5MlETR/itqJH5VYWUatq6r6pqgQkeE5nhSWIYn/sGxbIf4wmmOp/imZQybHsO37LuGua9rWVaxvG8ozu2+a0GZbh6f48nCSKgmsPh/7/wO+8Zqu9cfq3G8aFBaYYL5tEIf4omgOJ/8phnJcZyHR5N0O+gqVgUn+Fhgisf4TF4JZ/9R1XTb50ncWB227AiUgQ5D33gd/3vf93rXc+RRaKh8lfmI6j6Q72AF4oyQDBIf5N6IC") oRadialMenu.Template = [HTMLPicture("icon") = "download.ico"] // oRadialMenu.HTMLPicture("icon") = "download.ico" var_Items = oRadialMenu.Items var_Items.ToString = "Icon 0[img=0]" var_Items.Add("Icon 1",1) var_Items.Add("Icon 2","print.ico") // var_Items.Add("Icon 3").Image(2) = "icon" var_Item = var_Items.Add("Icon 3") with (oRadialMenu) TemplateDef = [dim var_Item] TemplateDef = var_Item Template = [var_Item.Image(2) = "icon"] endwith oRadialMenu.EndUpdate() |
23 |
How can I load items /images to the control, in sub-items zone
local oRadialMenu,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.AllowToggleExpand = false oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [HTMLPicture("logo") = "settings.png"] // oRadialMenu.HTMLPicture("logo") = "settings.png" oRadialMenu.Template = [RadialLineColor(6) = SubItemsBackColor] // oRadialMenu.RadialLineColor(6) = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(5) = -1] // oRadialMenu.RadialLineColor(5) = -1 oRadialMenu.SubItemsSize = "64 * dpi" oRadialMenu.ParentSize = "value - 66 * dpi" oRadialMenu.Template = [ParentImageWidth(-1) = "64*dpi"] // oRadialMenu.ParentImageWidth(-1) = "64*dpi" oRadialMenu.Template = [ParentImageHeight(-1) = "64*dpi"] // oRadialMenu.ParentImageHeight(-1) = "64*dpi" oRadialMenu.Template = [ParentCaption(-1) = "<font ;14><c>System Settings</font><br><c>Surround"] // oRadialMenu.ParentCaption(-1) = "<font ;14><c>System Settings</font><br><c>Surround" oRadialMenu.Template = [RadialLineSize(11) = 0] // oRadialMenu.RadialLineSize(11) = 0 oRadialMenu.Template = [RadialLineSize(10) = -1] // oRadialMenu.RadialLineSize(10) = -1 oRadialMenu.Template = [RadialLineColor(10) = -2147483635] // oRadialMenu.RadialLineColor(10) = 0x8000000d oRadialMenu.Template = [RadialLineAlpha(10) = 128] // oRadialMenu.RadialLineAlpha(10) = 128 oRadialMenu.ItemsBackColor = oRadialMenu.SubItemsBackColor var_Items = oRadialMenu.Items var_Items.Add("","color_line.png",2) var_Items.Add("","color_fill.png",2) var_Items.Add("","format_font_size_less.png",2) var_Items.Add("","edit_undo.png",2) var_Items.Add("","edit_redo.png",2) var_Items.Add("","edit_copy.png",2) var_Items.Add("","fileview_text.png",2) var_Items.Add("","checkmark_korganizer.png",2) oRadialMenu.EndUpdate() |
22 |
How can I load items /images to the control
local oRadialMenu,var_Items,var_Items1,var_Items2,var_Items3,var_Items4,var_Items5,var_Items6,var_Items7,var_Items8 oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [HTMLPicture("arrow") = "arrow.png"] // oRadialMenu.HTMLPicture("arrow") = "arrow.png" oRadialMenu.SubItemsBackColor = 0xbebebe oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(6) = SubItemsBackColor] // oRadialMenu.RadialLineColor(6) = oRadialMenu.SubItemsBackColor oRadialMenu.Template = [RadialLineColor(5) = -1] // oRadialMenu.RadialLineColor(5) = -1 var_Items = oRadialMenu.Items // var_Items.Add("Foreground-Color","color_line.png").Items.ToString = "Foreground" var_Items1 = var_Items.Add("Foreground-Color","color_line.png").Items with (oRadialMenu) TemplateDef = [dim var_Items1] TemplateDef = var_Items1 Template = [var_Items1.ToString = "Foreground"] endwith // var_Items.Add("Background-Color","color_fill.png").Items.ToString = "Background" var_Items2 = var_Items.Add("Background-Color","color_fill.png").Items with (oRadialMenu) TemplateDef = [dim var_Items2] TemplateDef = var_Items2 Template = [var_Items2.ToString = "Background"] endwith // var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items3 = var_Items.Add("Font","format_font_size_less.png").Items with (oRadialMenu) TemplateDef = [dim var_Items3] TemplateDef = var_Items3 Template = [var_Items3.ToString = "Font"] endwith // var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items4 = var_Items.Add("Undo","edit_undo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items4] TemplateDef = var_Items4 Template = [var_Items4.ToString = "Undo"] endwith // var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items5 = var_Items.Add("Redo","edit_redo.png").Items with (oRadialMenu) TemplateDef = [dim var_Items5] TemplateDef = var_Items5 Template = [var_Items5.ToString = "Redo"] endwith // var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items6 = var_Items.Add("Copy","edit_copy.png").Items with (oRadialMenu) TemplateDef = [dim var_Items6] TemplateDef = var_Items6 Template = [var_Items6.ToString = "Copy"] endwith // var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items7 = var_Items.Add("List","fileview_text.png").Items with (oRadialMenu) TemplateDef = [dim var_Items7] TemplateDef = var_Items7 Template = [var_Items7.ToString = "List"] endwith // var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" var_Items8 = var_Items.Add("Tag","checkmark_korganizer.png").Items with (oRadialMenu) TemplateDef = [dim var_Items8] TemplateDef = var_Items8 Template = [var_Items8.ToString = "Tag"] endwith oRadialMenu.EndUpdate() |
21 |
How can I load items to the control
local oRadialMenu,var_Items,var_Items1 oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.MinVisibleCount = 3 oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Template = [HTMLPicture("remove") = "remove.png"] // oRadialMenu.HTMLPicture("remove") = "remove.png" oRadialMenu.Template = [HTMLPicture("refresh") = "refresh.png"] // oRadialMenu.HTMLPicture("refresh") = "refresh.png" oRadialMenu.Template = [HTMLPicture("preview") = "preview.png"] // oRadialMenu.HTMLPicture("preview") = "preview.png" oRadialMenu.Template = [HTMLPicture("search") = "search.png"] // oRadialMenu.HTMLPicture("search") = "search.png" var_Items = oRadialMenu.Items var_Items1 = var_Items.Add("Search","search").Items var_Items1.ToString = "Search A,Search B,Search C" var_Items.Add("Refresh","refresh") var_Items.Add("Preview","preview") var_Items.Add("Remove","remove") oRadialMenu.Expanded = true oRadialMenu.EndUpdate() |
20 |
How do I get the version of the control I am running
|
19 |
How do I select an item
/* with (this.EXRADIALMENUACTIVEXCONTROL1.nativeObject) SelectItem = class::nativeObject_SelectItem endwith */ // Notifies once the user selects an item. function nativeObject_SelectItem(Item) /* SelectedIndex(3) = Item.Index */ oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject ? "selection changed" return local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.AllowToggleExpand = false oRadialMenu.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" oRadialMenu.Template = [SelectedIndex(3) = 0] // oRadialMenu.SelectedIndex(3) = 0 |
18 |
How can I change the item's foreground color (sample 3)
|
17 |
How can I change the item's foreground color (sample 2)
local oRadialMenu,var_Item,var_Items,var_Items1 oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.MinVisibleCount = 6 oRadialMenu.Font.Size = "14.25" var_Items = oRadialMenu.Items var_Item = var_Items.Add("Item 1") // var_Item.ForeColor(1) = 0xff with (oRadialMenu) TemplateDef = [dim var_Item] TemplateDef = var_Item Template = [var_Item.ForeColor(1) = 255] endwith var_Items1 = var_Item.Items var_Items1.Add("SubItem 1") var_Items1.Add("SubItem 2") var_Items.Add("Item 2") var_Items.Add("Item 3") var_Items.Add("Item 4") var_Items.Add("Item 5") var_Items.Add("Item 6") oRadialMenu.EndUpdate() |
16 |
How can I change the item's foreground color (sample 1)
|
15 |
How can I add new items / childrend to the control (method 2)
local oRadialMenu,var_Items,var_Items1 oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true var_Items = oRadialMenu.Items var_Items1 = var_Items.Add("Item 1").Items var_Items1.Add("SubItem 1") var_Items1.Add("SubItem 2") var_Items.Add("Item 2") var_Items.Add("Item 3") var_Items.Add("Item 4") var_Items.Add("Item 5") var_Items.Add("Item 6") var_Items.Add("Item 7") var_Items.Add("Item 8") oRadialMenu.EndUpdate() |
14 |
How can I add new items / childrend to the control (method 1)
|
13 |
How do I enlarge the font (method 2)
|
12 |
How do I enlarge the font (method 1)
|
11 |
How can I expand the control (method 2)
|
10 |
How can I expand the control (method 1)
|
9 |
By default, the control displays 8-pies. How can I change that
|
8 |
How can I prevents expanding / collapsing the radial menu
local oRadialMenu oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.BeginUpdate() oRadialMenu.AllowToggleExpand = false oRadialMenu.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" oRadialMenu.Template = [Caption(0) = "Cant expand/collapse the radial menu"] // oRadialMenu.Caption(0) = "Cant expand/collapse the radial menu" oRadialMenu.Template = [Caption(3) = 0] // oRadialMenu.Caption(3) = 0 oRadialMenu.Template = [Caption(4) = "width-twidth"] // oRadialMenu.Caption(4) = "width-twidth" oRadialMenu.Template = [Caption(5) = "height-theight"] // oRadialMenu.Caption(5) = "height-theight" oRadialMenu.EndUpdate() |
7 |
How can I prevent flickering the item, when user selects it
|
6 |
How do I highlight the sub-item zone when cursor hovers it (method 2)
local oRadialMenu,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.Template = [RadialLineSize(11) = FormatABC(SubItemsSize)] // oRadialMenu.RadialLineSize(11) = oRadialMenu.FormatABC(oRadialMenu.SubItemsSize) oRadialMenu.Template = [RadialLineColor(11) = -2147483635] // oRadialMenu.RadialLineColor(11) = 0x8000000d oRadialMenu.Template = [RadialLineAlpha(11) = 64] // oRadialMenu.RadialLineAlpha(11) = 64 var_Items = oRadialMenu.Items var_Items.Add("Item A") var_Items.Add("Item B") var_Items.Add("Item C") |
5 |
How do I highlight the sub-item zone when cursor hovers it (method 1)
local oRadialMenu,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.Template = [RadialLineSize(11) = 0] // oRadialMenu.RadialLineSize(11) = 0 oRadialMenu.Template = [RadialLineSize(10) = -1] // oRadialMenu.RadialLineSize(10) = -1 oRadialMenu.Template = [RadialLineColor(10) = -2147483635] // oRadialMenu.RadialLineColor(10) = 0x8000000d oRadialMenu.Template = [RadialLineAlpha(10) = 64] // oRadialMenu.RadialLineAlpha(10) = 64 var_Items = oRadialMenu.Items var_Items.Add("Item A") var_Items.Add("Item B") var_Items.Add("Item C") |
4 |
Is it possible to highlight the entire item when cursor hovers the item
local oRadialMenu,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.Expanded = true oRadialMenu.Template = [RadialLineSize(11) = -1] // oRadialMenu.RadialLineSize(11) = -1 oRadialMenu.Template = [RadialLineColor(11) = -2147483635] // oRadialMenu.RadialLineColor(11) = 0x8000000d oRadialMenu.Template = [RadialLineAlpha(11) = 64] // oRadialMenu.RadialLineAlpha(11) = 64 var_Items = oRadialMenu.Items var_Items.Add("Item A") var_Items.Add("Item B") var_Items.Add("Item C") |
3 |
How can I hide the hot line when hovering the cursor
local oRadialMenu,var_Items oRadialMenu = form.EXRADIALMENUACTIVEXCONTROL1.nativeObject oRadialMenu.AllowToggleExpand = false oRadialMenu.Template = [RadialLineSize(11) = 0] // oRadialMenu.RadialLineSize(11) = 0 var_Items = oRadialMenu.Items var_Items.Add("Item A") var_Items.Add("Item B") var_Items.Add("Item C") |
2 |
How can I hide the control's shadow
|
1 |
How do I change the control's background color
|