95 |
The control shows no icons. What can be the problem (32-bit, alpha channel vs 4-bit icons problem)
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object 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/YUyWNbNzXOl1QSqvdY0jd0ttbX9y3Rel6pNAdn1M8F1Xe+KVXhe2A4FdMK4IzLhyDNuB4XhilXxeVK4biWJqXgGKYvjGM41jeOY7jycIqHyVZEjqPpCjKSJIkyDpxSWP5fmCZIC") oRadialMenu.Images("gBJJgBggAAQAAgAEEKAD/hz/EMNh8TIRNGwAjEZAEXjAojKAjMLjABhkaABAk0plUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbmiAkEar0gYFjrlls1ntFptVrllhjFeAFjYFtuFytl3vF5vV7vkmt1+sVku12lduwl9xGJxWLxk3v8Zh9vwNzweCy1zwt1smNzmdz2frePjGRyIAzWUy9x1OVzEqw2b0Gx2Wz2k10USf+43Wmyeq1G/33B1nBzO92vH5HJxO30kO3Wl0/C1fT4HDw8p6/K7Xb7lS5nO5u58OS6XV1Pj63U4kf6Pd93v+E57/i8H1+n38np82tlPo9Tstu+MBQHAjJK+yD7OfBLxt5BTcv08qWQg7MCwrC0KvHDMFwTBsOrg/z9wjCbYQvEsTPfDT8RS3ivucwjnQ8kEQRE/8SRPG8cNrFcVte4CJOJFzNrhBsZxG/kcyRJLOR3BK3Lc0sgsxKLRwezcYSHD8EwhJUuS6xEmNyv7nSfKcfxfKspTRKjiSxGUtRtL04zks8eSHKcyNzM0rTVPU0yBPkrq/LM8znQtDKy8cez/FjdTPRdHUhPdFsBQ9K0sqTIydQc1rtPEHU5SVIz9UVL1LUyo09T1HVU8831HUNYT9U9Z1op9PT7RkGSmu1dUBXz11rYNhKRFdOrhW872PTbI1JH9h2faCg2ZVr8R/TSQTFNVr0/XFo29b6cV7CMZ27MsYJVBlwXVdabShPl0Q5c133Zel6qxclz3tfV9qvdN+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)
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("arrow","arrow.png") oRadialMenu.SubItemsBackColor = RGB(190,190,190) oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.RadialLineColor(6,oRadialMenu.SubItemsBackColor) oRadialMenu.RadialLineColor(5,-1) var_Items = oRadialMenu.Items var_Items.Add("Foreground","color_line.png").Items.ToString = "Foreground" var_Items.Add("Background","color_fill.png").Items.ToString = "Background" var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" oRadialMenu.DisplayRadial(1,4) oRadialMenu.EndUpdate() |
91 |
How can I displays items rotated (exDisplayRadialRotated270)
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("arrow","arrow.png") oRadialMenu.SubItemsBackColor = RGB(190,190,190) oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.RadialLineColor(6,oRadialMenu.SubItemsBackColor) oRadialMenu.RadialLineColor(5,-1) var_Items = oRadialMenu.Items var_Items.Add("Foreground","color_line.png").Items.ToString = "Foreground" var_Items.Add("Background","color_fill.png").Items.ToString = "Background" var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" oRadialMenu.DisplayRadial(1,3) oRadialMenu.EndUpdate() |
90 |
How can I displays items rotated (exDisplayRadialRotated180)
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("arrow","arrow.png") oRadialMenu.SubItemsBackColor = RGB(190,190,190) oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.RadialLineColor(6,oRadialMenu.SubItemsBackColor) oRadialMenu.RadialLineColor(5,-1) var_Items = oRadialMenu.Items var_Items.Add("Foreground","color_line.png").Items.ToString = "Foreground" var_Items.Add("Background","color_fill.png").Items.ToString = "Background" var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" oRadialMenu.DisplayRadial(1,2) oRadialMenu.EndUpdate() |
89 |
How can I displays items rotated (exDisplayRadialRotated)
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("arrow","arrow.png") oRadialMenu.SubItemsBackColor = RGB(190,190,190) oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.RadialLineColor(6,oRadialMenu.SubItemsBackColor) oRadialMenu.RadialLineColor(5,-1) var_Items = oRadialMenu.Items var_Items.Add("Foreground","color_line.png").Items.ToString = "Foreground" var_Items.Add("Background","color_fill.png").Items.ToString = "Background" var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" oRadialMenu.DisplayRadial(1,1) oRadialMenu.EndUpdate() |
88 |
How do I load images to sub-items zone
OleObject oRadialMenu,var_Item,var_Items oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.SubItemsSize = "48*dpi" oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.RadialLineColor(9,RGB(128,128,128)) oRadialMenu.RadialLineColor(10,RGB(128,128,128)) oRadialMenu.RadialLineColor(11,-1) var_Items = oRadialMenu.Items var_Item = var_Items.Add("") var_Item.Image(1,"favorites.png") var_Item.Image(2,"download.png") |
87 |
How can I display the control directly on the screen
|
86 |
How do I add a radial-slider control
OleObject oRadialMenu,var_Item,var_Items oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.InflateCustom = oRadialMenu.InflateItems oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(4,RGB(0,0,0)) oRadialMenu.RadialLineStyle(4,2) 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) oRadialMenu.BrowseItem = oRadialMenu.Items.Item("Slider") |
85 |
How can I display a slider directly on the radial menu, with no items...
OleObject oRadialMenu,var_Item oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.Expanded = true oRadialMenu.InflateCustom = "-4 * dpi" oRadialMenu.RadialLineColor(4,RGB(0,0,0)) oRadialMenu.RadialLineSize(4,3) oRadialMenu.RadialLineAlpha(4,128) oRadialMenu.CustomPicture = "Background\frame.png" var_Item = oRadialMenu.Root var_Item.BrowseType = 2 var_Item.BrowseCustomType = 16 var_Item.BrowseCustom(9,25) oRadialMenu.Refresh() oRadialMenu.EndUpdate() |
84 |
How can I programatically browses for a new item
OleObject oRadialMenu,var_Item,var_Items oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.InflateCustom = oRadialMenu.InflateItems oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(4,RGB(0,0,0)) oRadialMenu.RadialLineStyle(4,2) 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") |
83 |
How can I display the items rotated
|
82 |
Is it possible to display the arrow into the items section, and how I can change the default position
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("arrow","arrowu.png") oRadialMenu.DisplayArrow = 1 oRadialMenu.DisplayCenterArrow(1,0) 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.EndUpdate() |
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 )
/*begin event MouseMove(integer Button,integer Shift,long X,long Y) - Occurs when the user moves the mouse.*/ /* oRadialMenu = ole_1.Object MessageBox("Information",string( "ParentOnPoint " )) MessageBox("Information",string( String(oRadialMenu.ParentOnPoint(-1,-1)) )) */ /*end event MouseMove*/ OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true |
79 |
How can I specify the size to display the images/pictures into the items
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.AllowToggleExpand = false oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.ItemsImageHeight(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
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.AllowToggleExpand = false oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("logo","settings.png") oRadialMenu.ParentSize = "96 * dpi" oRadialMenu.ParentImageWidth(-1,"64*dpi") oRadialMenu.ParentImageHeight(-1,"64*dpi") 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
OleObject oRadialMenu oRadialMenu = ole_1.Object 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,RGB(240,240,240)) 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
/*begin event MouseMove(integer Button,integer Shift,long X,long Y) - Occurs when the user moves the mouse.*/ /* oRadialMenu = ole_1.Object MessageBox("Information",string( "Full-Item: " )) MessageBox("Information",string( String(oRadialMenu.ItemFromPoint(3,-1,-1)oRadialMenu.Caption(1)) )) MessageBox("Information",string( "Item: " )) MessageBox("Information",string( String(oRadialMenu.ItemFromPoint(1,-1,-1)oRadialMenu.Caption(1)) )) MessageBox("Information",string( "SubItem: " )) MessageBox("Information",string( String(oRadialMenu.ItemFromPoint(2,-1,-1)oRadialMenu.Caption(2)) )) */ /*end event MouseMove*/ OleObject oRadialMenu oRadialMenu = ole_1.Object 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
/*begin event MouseMove(integer Button,integer Shift,long X,long Y) - Occurs when the user moves the mouse.*/ /* oRadialMenu = ole_1.Object MessageBox("Information",string( "Full-Index: " )) MessageBox("Information",string( String(oRadialMenu.IndexFromPoint(3,-1,-1)) )) MessageBox("Information",string( "Index: " )) MessageBox("Information",string( String(oRadialMenu.IndexFromPoint(1,-1,-1)) )) MessageBox("Information",string( "Sub-Index: " )) MessageBox("Information",string( String(oRadialMenu.IndexFromPoint(2,-1,-1)) )) */ /*end event MouseMove*/ OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true |
73 |
How can I select an item
/*begin event SelectItem(oleobject Item) - Notifies once the user selects an item.*/ /* SelectedIndex(3) = Item.Index oRadialMenu = ole_1.Object */ /*end event SelectItem*/ OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.SelBackAlpha(1,32) oRadialMenu.SelBackAlpha(2,128) oRadialMenu.SelForeColor(3,RGB(0,0,0)) oRadialMenu.RadialLineSize(8,-1) oRadialMenu.RadialLineAlpha(8,32) 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.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)
/*begin event RClick() - Occurs once the user right clicks the control.*/ /* oRadialMenu = ole_1.Object oRadialMenu.BrowseItem = oRadialMenu.BrowseItem.Parent */ /*end event RClick*/ OleObject oRadialMenu,var_Item,var_Items,var_Items1 oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.DisplayArrow = 1 var_Items = oRadialMenu.Items var_Item = var_Items.Add("Volume") var_Item.Caption(2,"slider") 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)
/*begin event RClick() - Occurs once the user right clicks the control.*/ /* oRadialMenu = ole_1.Object oRadialMenu.GoBack() */ /*end event RClick*/ OleObject oRadialMenu,var_Item,var_Items,var_Items1 oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.DisplayArrow = 1 var_Items = oRadialMenu.Items var_Item = var_Items.Add("Volume") var_Item.Caption(2,"slider") 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") |
68 |
Can I display the pointer with a different angle
OleObject oRadialMenu oRadialMenu = ole_1.Object 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.ParentImageHeight(-1,"48*dpi") oRadialMenu.ParentImageWidth(-1,"48*dpi") oRadialMenu.RadialLineSize(8,-1) oRadialMenu.RadialLineAlpha(8,32) 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)
/*begin event SelectItem(oleobject Item) - Notifies once the user selects an item.*/ /* PointerIndex = Item.Index oRadialMenu = ole_1.Object oRadialMenu.SelectedIndex(3,oRadialMenu.PointerIndex) */ /*end event SelectItem*/ OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.PointerPicture = "pointer.png" oRadialMenu.SelBackAlpha(1,32) oRadialMenu.SelBackAlpha(2,128) oRadialMenu.PointerPictureY = "y + (height-pheight)/2- 21*dpi" oRadialMenu.PointerPictureX = "x + (width-pwidth)/2 + 1 * dpi" oRadialMenu.AllowHotPointer = false oRadialMenu.SelForeColor(3,RGB(0,0,0)) oRadialMenu.ParentSize = "36*dpi" oRadialMenu.ParentImageHeight(-1,"48*dpi") oRadialMenu.ParentImageWidth(-1,"48*dpi") oRadialMenu.RadialLineSize(8,-1) oRadialMenu.RadialLineAlpha(8,32) 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.SelectedIndex(3,oRadialMenu.PointerIndex) oRadialMenu.EndUpdate() |
66 |
How can I use the pointer (hot sample)
OleObject oRadialMenu oRadialMenu = ole_1.Object 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.SelBackAlpha(3,128) oRadialMenu.SelForeColor(3,RGB(0,0,0)) oRadialMenu.ParentSize = "36*dpi" oRadialMenu.ParentImageHeight(-1,"48*dpi") oRadialMenu.ParentImageWidth(-1,"48*dpi") oRadialMenu.RadialLineSize(8,-1) oRadialMenu.RadialLineAlpha(8,32) 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
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.BackgroundPicture = "Background\fronte.png" oRadialMenu.ForeColor = RGB(255,255,255) oRadialMenu.Expanded = true oRadialMenu.ParentSize = "48 * dpi" oRadialMenu.DisplayRadial(1,1) 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.RadialLineColor(6,RGB(0,0,0)) oRadialMenu.RadialLineAlpha(6,128) oRadialMenu.RadialLineStyle(5,2) 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
OleObject oRadialMenu,var_Item oRadialMenu = ole_1.Object 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
OleObject oRadialMenu,var_Item oRadialMenu = ole_1.Object 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 = RGB(128,128,128) 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
/*begin event BrowseItem(oleobject Item) - Notifies once the user browses for a new item.*/ /* oRadialMenu = ole_1.Object MessageBox("Information",string( "Current State: " )) MessageBox("Information",string( String(oRadialMenu.State) )) */ /*end event BrowseItem*/ /*begin event SelectParent() - Occurs once the user clicks the parent of the item.*/ /* oRadialMenu = ole_1.Object MessageBox("Information",string( "Current State: " )) MessageBox("Information",string( String(oRadialMenu.State) )) */ /*end event SelectParent*/ OleObject oRadialMenu,var_Item oRadialMenu = ole_1.Object 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.ParentImage(0,"format_font_size_less.png") oRadialMenu.ParentImage(1,"fileview_text.png") oRadialMenu.ParentImage(2,"edit_undo.png") |
59 |
Is it possible to assign a different picture on the parent zone (center ring)
OleObject oRadialMenu oRadialMenu = ole_1.Object 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
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) 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)
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(13,RGB(0,0,0)) oRadialMenu.RadialLineAlpha(13,64) 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)
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(12,RGB(0,0,0)) oRadialMenu.RadialLineAlpha(12,64) 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
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(11,RGB(0,0,0)) oRadialMenu.RadialLineAlpha(11,64) oRadialMenu.RadialLineSize(11,-1) oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" |
52 |
How can I change the border around the subitems zone, when cursor hovers it ( outer ring )
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(11,RGB(0,0,0)) oRadialMenu.RadialLineStyle(11,2) oRadialMenu.RadialLineSize(11,3) oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" |
51 |
How can I change the border around the subitems zone, when cursor hovers it ( outer ring )
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(10,RGB(0,0,0)) oRadialMenu.RadialLineStyle(10,2) oRadialMenu.RadialLineSize(10,3) oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" |
50 |
How can I change the border around the items zone, when cursor hovers it ( inner ring )
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(9,RGB(0,0,0)) oRadialMenu.RadialLineStyle(9,2) oRadialMenu.RadialLineSize(9,3) oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" |
49 |
How can I change the border around the parent zone, when cursor hovers it ( center ring )
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(8,RGB(0,0,0)) oRadialMenu.RadialLineStyle(8,2) oRadialMenu.RadialLineSize(8,3) |
48 |
How can I change the border around the items zone ( inner ring )
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(7,RGB(0,0,0)) oRadialMenu.RadialLineStyle(7,2) oRadialMenu.RadialLineSize(7,3) |
47 |
How can I change the border around the parent zone ( center ring )
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(6,RGB(0,0,0)) oRadialMenu.RadialLineStyle(6,2) oRadialMenu.RadialLineSize(6,3) |
46 |
How can I change the grid lines in the items zone ( inner ring )
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(5,RGB(0,0,0)) oRadialMenu.RadialLineStyle(5,2) oRadialMenu.RadialLineSize(5,3) |
45 |
How can I change the border around the slider / custom part of the control
OleObject oRadialMenu,var_Item,var_Items oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.InflateCustom = oRadialMenu.InflateItems oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(4,RGB(0,0,0)) oRadialMenu.RadialLineStyle(4,2) 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 )
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(3,RGB(0,0,0)) oRadialMenu.RadialLineStyle(3,2) oRadialMenu.RadialLineSize(3,3) |
43 |
How can I change the border around the subitems (exRadialSubItemsBorder)
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(2,RGB(0,0,0)) oRadialMenu.RadialLineStyle(2,2) oRadialMenu.RadialLineSize(2,3) |
42 |
How can I change the border around the radial menu (exRadialBorder)
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = -1 oRadialMenu.InflateItems = "-8*dpi" oRadialMenu.ItemsBackColor = RGB(240,240,240) oRadialMenu.RadialLineColor(1,RGB(0,0,0)) oRadialMenu.RadialLineStyle(1,2) oRadialMenu.RadialLineSize(1,3) |
41 |
How can I customize the parent part of the control, the center ring/circle
OleObject oRadialMenu oRadialMenu = ole_1.Object 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.ParentSize = "48 * dpi" oRadialMenu.ParentImageHeight(-1,"78 * dpi") oRadialMenu.ParentImageWidth(-1,"78 * dpi") oRadialMenu.ParentBackColor = RGB(0,255,0) oRadialMenu.ParentBackAlpha = 128 oRadialMenu.ExcludeParentFromItems = true |
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)
|
37 |
How can I change the logo image
|
36 |
How can I customize the items part of the control, the inside ring/circle
OleObject oRadialMenu oRadialMenu = ole_1.Object 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 = RGB(0,255,0) oRadialMenu.ItemsBackAlpha = 128 |
35 |
How can I customize the subitems part of the control, the outside ring/circle
OleObject oRadialMenu oRadialMenu = ole_1.Object 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 = RGB(0,255,0) 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
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.ShadowColor = RGB(255,0,0) oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4" |
31 |
How can I evaluate/format an expression using the control
|
30 |
Is it possible to display some extra captions on the control's background
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.MinVisibleCount = 6 oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4" oRadialMenu.Caption(0,"This is a 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.ExtraCaption("extra",3,2) oRadialMenu.ExtraCaption("extra",8,true) oRadialMenu.ExtraCaption("extralogo",0,"<img>logo:64</img>") oRadialMenu.ExtraCaption("extralogo",3,4) oRadialMenu.ExtraCaption("extralogo",4,"width-twidth") oRadialMenu.EndUpdate() |
29 |
What events the control supports
/*begin event Event(long EventID) - Notifies the application once the control fires an event.*/ /* oRadialMenu = ole_1.Object MessageBox("Information",string( String(oRadialMenu.EventParam(-2)) )) */ /*end event Event*/ OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.Items.ToString = "Item 1,Item 2,Item 3,Item 4" oRadialMenu.EndUpdate() |
28 |
How can I use/load images/pictures
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("relative","settings.png") oRadialMenu.HTMLPicture("absolute","C:\Program Files\Exontrol\ExRadialMenu\Sample\Images\favorites.png") oRadialMenu.HTMLPicture("encoded","gCJKBOI4NBQaBQAhQNJJIIhShQAEEREAIA0ROZ6PT0iIEOZCJJUBEjBB8BBkRERBJwJBZOcKAZ2mB2AJ9aqCZkRDJ0IpYOhTN5mOh3MJyMoAO9JFxpNxrOZjMJwMouN5yM6bdw8DUKAjoJJEIJULCFYqXLpsChVCjHf4zTo7XZjXazUJQUgCWoNCqWYp+ZS2vDyEqSGz6UjUA4tRIkAysGyRC6fPogEyaCCjYI3Dw0YyETDiQbRA5TSJ+aQWUKLcAubrdNTaOi7XBYbRlO67brOXpzPrATrdOpmRZGFInHLJfo4GbnG7ncbeRjAHLHYYUeKhPQHEBlAynJ6fbRcXyxeQLTZsNZJEwTETnAAhEirGQBSIyOYZQhISAkARRChQnWHQUGqUA0goTRbAYJpplAKIGm0WQ7DeVg0jARggksBJRkYBx/AiTp2nYdw/DuHQHjANpsjGT53jabprl0MwmhSAggjwEAvlWdY9Cieg7HobJYmWUYvgENBkgGcAdE8FIXBcYJ5SiAY4k8SJpBqUoQEkeg6DMNwACIUZfguVojCCORnBiCcmPmFhSimLBWkcRBjnGYxsAAMBKFaDRAGcTACgALYMnAMQ/h+bwdnqHwAHAUYHh+IAujaRpSm6dJHh+zJvj8M4tD+UJegaE5dm+Gw+DKYgcAOFBpmCHIXlQH5+DwCInGqAJijcI53kKBYCnaRwOnaYh9FkOooA6EpDFcF4tkOMYjh2BoNmMOgZkAVwzlSfwXFiLAGB+b5cECQZ9nucZgF8XoMAyXZGDoHQ2jSVZVBUXRdicYB0joDBtOAARVFUDQbCYW5ECAUzGjoMA0AQUQUFAUJfAcHZPjUAhSg0IwjGOBRtBuPZNFgYZykEKY6jAQ5lkKMwnimbwfFGKwAFYGBgGgUoljwIgoigK4pkGXRNA0ZAZGCYB4CgII9iCCB4GUSIHBwKoKg6I4dIqIQfEAKoFDQAJADgHBGEyOAMD2LYtjCW5tiiKQpEEHpdjsEIIAYMR3GcTpBAgCu" & +"/nQPh6hqHgvCiMJtH2K4U3aDYBhCCR1DUNZGlqQx9D0JApAjjgjgWAQoCUKJe40SgpWwOoFGYQxdFccZlHwKpsDaGxcFsNoamsboXAuMghDgfJlCeFY7EcSp5j2FJQZocwbQUQxICYExYjOa43GwMhNlid2xmgbBoEAfJ8h2TBNE0WQ6DkOpuEWC4vj0DIbhOARzAeWZVACVYRA4e49BCBMAQtw9i7BSDIHY3A3AQd+NUHYbhug5GGEMdA7g9ATH6IMQY5hkAUB0AkOYRRpg0CYAQE4QAyAJB7CkdAgQsgIBCPAfI/Q0BvDWIMKgZBeAKX4BoSIWxbjwGsPEcY+BfC3Au6ZzQdhPj9EmKMfAZhwAmBwOcVAqhWDEFsK0bYABFhTG0Oce4IQ5ArEEEAEAgB2iuHaMYfQ+AagvDsDcG4AQACaB6B4Lguw/AdEaPUeoOQADZAoOQLoRhdCeG6PAfY/RIAJGCKEQYhxYB5GmcId4BxlDLGWHEdwqw5wwD6PcEAMwABeBeJ4P47gIB0C6McSYbgbguHsPdiYthrDYF+O8MolAuBMDEDYCQxhtC1FKNgeA6BDCCGOO4UwjRNigXsGYYQMwsBcC4IRiCdBxiIG8I4UQbxQAPAEAQOAcBmBGDMJEJAJAoTWDYPg+Y5ALDGDICgAgSRJDgDSPQcgRRihKE0HcGwYw8BkAQMEKAABag1DrKANAOw+AYBaLsLYDBNj+GCAEfg4paBpFOMccgKw9gZHKHQYI5A3iTkaEEMoVRqiKD6M4HIRwqtVAQJEGA+Q1gIE4HMAgQywhvFSEYEVOB6CJBaNUBEJA5C6BQAsEAZBhDeqoMYZ4nB8gUUavEEICABDuG8L0PY3wECIFEAimqrwjgsAsIMaY6QiA8A8M8PYTgKBFBwBwBwxAxAxAAMAZIkx3jgH4PkV4hR+AUH4HUNQARgDCsgIoJwcxCgxEM+IPIYw3D1BYGMFgbwegXBcK8AwchtjwCCEoVwFwBhABMDIconAlgWHsP8XYKA7D" & +"FFwAwOQfxmh6FPcEd4Ww6D/CqCMSICAMBjD6KYBAzBmjNF6HEew7BsjPCoFUNoTQTCTCKAAUAKAFDsDsDuu4sQODbDYDYJAkgCBKBSNIdINBLX1EgEoUt9xShMDHfAMgWQzCpCoGoMAYQwjhHqIwL4YRajyC8EgDw+hvjxE+BUNgPAgjmBkBsfpEQABJCKE4IgrghBgEEQEA=") oRadialMenu.BackgroundPicture = "Background\frame.png" var_Items = oRadialMenu.Items var_Items.Add("Relative 1","relative") var_Items.Add("Relative 1").Image(1,"settings.png") var_Items.Add("Aboslute 1","absolute") var_Items.Add("Aboslute 2","favorites.png") var_Items.Add("Encoded 1","encoded") var_Items.Add("Encoded 2").Image(1,"gCJKBOI4NBQaBQAhQNJJIIhShQAEEREAIA0ROZ6PT0iIEOZCJJUBEjBB8BBkRERBJwJBZOcKAZ2mB2AJ9aqCZkRDJ0IpYOhTN5mOh3MJyMoAO9JFxpNxrOZjMJwMouN5yM6bdw8DUKAjoJJEIJULCFYqXLpsChVCjHf4zTo7XZjXazUJQUgCWoNCqWYp+ZS2vDyEqSGz6UjUA4tRIkAysGyRC6fPogEyaCCjYI3Dw0YyETDiQbRA5TSJ+aQWUKLcAubrdNTaOi7XBYbRlO67brOXpzPrATrdOpmRZGFInHLJfo4GbnG7ncbeRjAHLHYYUeKhPQHEBlAynJ6fbRcXyxeQLTZsNZJEwTETnAAhEirGQBSIyOYZQhISAkARRChQnWHQUGqUA0goTRbAYJpplAKIGm0WQ7DeVg0jARggksBJRkYBx/AiTp2nYdw/DuHQHjANpsjGT53jabprl0MwmhSAggjwEAvlWdY9Cieg7HobJYmWUYvgENBkgGcAdE8FIXBcYJ5SiAY4k8SJpBqUoQEkeg6DMNwACIUZfguVojCCORnBiCcmPmFhSimLBWkcRBjnGYxsAAMBKFaDRAGcTACgALYMnAMQ/h+bwdnqHwAHAUYHh+IAujaRpSm6dJHh+zJvj8M4tD+UJegaE5dm+Gw+DKYgcAOFBpmCHIXlQH5+DwCInGqAJijcI53kKBYCnaRwOnaYh9FkOooA6EpDFcF4tkOMYjh2BoNmMOgZkAVwzlSfwXFiLAGB+b5cECQZ9nucZgF8XoMAyXZGDoHQ2jSVZVBUXRdicYB0joDBtOAARVFUDQbCYW5ECAUzGjoMA0AQUQUFAUJfAcHZPjUAhSg0IwjGOBRtBuPZNFgYZykEKY6jAQ5lkKMwnimbwfFGKwAFYGBgGgUoljwIgoigK4pkGXRNA0ZAZGCYB4CgII9iCCB4GUSIHBwKoKg6I4dIqIQfEAKoFDQAJADgHBGEyOAMD2LYtjCW5tiiKQpEEHpdjsEIIAYMR3GcTpBAgCu" & +"/nQPh6hqHgvCiMJtH2K4U3aDYBhCCR1DUNZGlqQx9D0JApAjjgjgWAQoCUKJe40SgpWwOoFGYQxdFccZlHwKpsDaGxcFsNoamsboXAuMghDgfJlCeFY7EcSp5j2FJQZocwbQUQxICYExYjOa43GwMhNlid2xmgbBoEAfJ8h2TBNE0WQ6DkOpuEWC4vj0DIbhOARzAeWZVACVYRA4e49BCBMAQtw9i7BSDIHY3A3AQd+NUHYbhug5GGEMdA7g9ATH6IMQY5hkAUB0AkOYRRpg0CYAQE4QAyAJB7CkdAgQsgIBCPAfI/Q0BvDWIMKgZBeAKX4BoSIWxbjwGsPEcY+BfC3Au6ZzQdhPj9EmKMfAZhwAmBwOcVAqhWDEFsK0bYABFhTG0Oce4IQ5ArEEEAEAgB2iuHaMYfQ+AagvDsDcG4AQACaB6B4Lguw/AdEaPUeoOQADZAoOQLoRhdCeG6PAfY/RIAJGCKEQYhxYB5GmcId4BxlDLGWHEdwqw5wwD6PcEAMwABeBeJ4P47gIB0C6McSYbgbguHsPdiYthrDYF+O8MolAuBMDEDYCQxhtC1FKNgeA6BDCCGOO4UwjRNigXsGYYQMwsBcC4IRiCdBxiIG8I4UQbxQAPAEAQOAcBmBGDMJEJAJAoTWDYPg+Y5ALDGDICgAgSRJDgDSPQcgRRihKE0HcGwYw8BkAQMEKAABag1DrKANAOw+AYBaLsLYDBNj+GCAEfg4paBpFOMccgKw9gZHKHQYI5A3iTkaEEMoVRqiKD6M4HIRwqtVAQJEGA+Q1gIE4HMAgQywhvFSEYEVOB6CJBaNUBEJA5C6BQAsEAZBhDeqoMYZ4nB8gUUavEEICABDuG8L0PY3wECIFEAimqrwjgsAsIMaY6QiA8A8M8PYTgKBFBwBwBwxAxAxAAMAZIkx3jgH4PkV4hR+AUH4HUNQARgDCsgIoJwcxCgxEM+IPIYw3D1BYGMFgbwegXBcK8AwchtjwCCEoVwFwBhABMDIconAlgWHsP8XYKA7D" & +"FFwAwOQfxmh6FPcEd4Ww6D/CqCMSICAMBjD6KYBAzBmjNF6HEew7BsjPCoFUNoTQTCTCKAAUAKAFDsDsDuu4sQODbDYDYJAkgCBKBSNIdINBLX1EgEoUt9xShMDHfAMgWQzCpCoGoMAYQwjhHqIwL4YRajyC8EgDw+hvjxE+BUNgPAgjmBkBsfpEQABJCKE4IgrghBgEEQEA=") var_Items.Add("<c><img>relative</img><br><c>Relative 3") var_Items.Add("<c>Relative 4<br><c><img>relative</img>","relative") oRadialMenu.EndUpdate() |
27 |
Does your control supports tooltips (method 2)
/*begin event MouseMove(integer Button,integer Shift,long X,long Y) - Occurs when the user moves the mouse.*/ /* oRadialMenu = ole_1.Object oRadialMenu.ShowToolTip(String(oRadialMenu.FormatABC("`Index of the pie from the cursor: ` + (value >= 0 ? value : `<fgcolor=808080>none` )",oRadialMenu.IndexFromPoint(3,-1,-1))),"Info",0,"8","8") */ /*end event MouseMove*/ OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.DisplayAngle = -45 oRadialMenu.Expanded = true var_Items = oRadialMenu.Items var_Items.ToString = "Item 0" var_Items.Add("Item 1") var_Items.Add("Item 2") oRadialMenu.EndUpdate() |
26 |
Can I change the visual appearance of the control's tooltip
OleObject oRadialMenu,var_Item,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oRadialMenu.Background(64,16777216 /*0x1000000*/) 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 2") var_Item.Tooltip(1,"This is a bit of text that shown when user hovers the item") var_Item.Tooltip(2,"This is a bit of text that shown when user hovers the sub-item") oRadialMenu.EndUpdate() |
25 |
Does your control supports tooltips (method 1)
OleObject oRadialMenu,var_Item,var_Items oRadialMenu = ole_1.Object 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 2") var_Item.Tooltip(1,"This is a bit of text that shown when user hovers the item") var_Item.Tooltip(2,"This is a bit of text that shown when user hovers the sub-item") |
24 |
How can I use/load icons
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object 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/nwea1T3PpbFk8Yn3aT9hJJYF5Xm4V4A1e4Q0iZ9J0rZ54HSf4glqIh/gwU4OH+FxahxhOF4Lg5/iAWYhH+chzG8f5znAcJ/ksSpKn+CORBDeF6ZNk6wXheA5ZYR5gmUYWIlkIp/g+VgTH+Gxc4oJRiiyf4jmGKuc53mubn+HBVB8f5MlETR/itqJH5VYWUatq6r6pqgQkeE5nhSWIYn/sGxbIf4wmmOp/imZQybHsO37LuGua9rWVaxvG8ozu2+a0GZ" & +"bh6f48nCSKgmsPh/7/wO+8Zqu9cfq3G8aFBaYYL5tEIf4omgOJ/8phnJcZyHR5N0O+gqVgUn+Fhgisf4TF4JZ/9R1XTb50ncWB227AiUgQ5D33gd/3vf93rXc+RRaKh8lfmI6j6Q72AF4oyQDBIf5N6IC") 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") oRadialMenu.EndUpdate() |
23 |
How can I load items /images to the control, in sub-items zone
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.AllowToggleExpand = false oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("logo","settings.png") oRadialMenu.RadialLineColor(6,oRadialMenu.SubItemsBackColor) oRadialMenu.RadialLineColor(5,-1) oRadialMenu.SubItemsSize = "64 * dpi" oRadialMenu.ParentSize = "value - 66 * dpi" oRadialMenu.ParentImageWidth(-1,"64*dpi") oRadialMenu.ParentImageHeight(-1,"64*dpi") oRadialMenu.ParentCaption(-1,"<font ;14><c>System Settings</font><br><c>Surround") oRadialMenu.RadialLineSize(11,0) oRadialMenu.RadialLineSize(10,-1) oRadialMenu.RadialLineColor(10,-2147483635 /*0x8000000d*/) 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
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("arrow","arrow.png") oRadialMenu.SubItemsBackColor = RGB(190,190,190) oRadialMenu.ShadowColor = oRadialMenu.SubItemsBackColor oRadialMenu.RadialLineColor(6,oRadialMenu.SubItemsBackColor) oRadialMenu.RadialLineColor(5,-1) var_Items = oRadialMenu.Items var_Items.Add("Foreground-Color","color_line.png").Items.ToString = "Foreground" var_Items.Add("Background-Color","color_fill.png").Items.ToString = "Background" var_Items.Add("Font","format_font_size_less.png").Items.ToString = "Font" var_Items.Add("Undo","edit_undo.png").Items.ToString = "Undo" var_Items.Add("Redo","edit_redo.png").Items.ToString = "Redo" var_Items.Add("Copy","edit_copy.png").Items.ToString = "Copy" var_Items.Add("List","fileview_text.png").Items.ToString = "List" var_Items.Add("Tag","checkmark_korganizer.png").Items.ToString = "Tag" oRadialMenu.EndUpdate() |
21 |
How can I load items to the control
OleObject oRadialMenu,var_Items,var_Items1 oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.MinVisibleCount = 3 oRadialMenu.PicturesPath = "C:\Program Files\Exontrol\ExRadialMenu\Sample\Images" oRadialMenu.HTMLPicture("remove","remove.png") oRadialMenu.HTMLPicture("refresh","refresh.png") oRadialMenu.HTMLPicture("preview","preview.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
|
18 |
How can I change the item's foreground color (sample 3)
|
17 |
How can I change the item's foreground color (sample 2)
OleObject oRadialMenu,var_Item,var_Items,var_Items1 oRadialMenu = ole_1.Object 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,RGB(255,0,0)) 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)
OleObject oRadialMenu,var_Items,var_Items1 oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.Expanded = true oRadialMenu.MinVisibleCount = 6 oRadialMenu.Font.Size = "14.25" oRadialMenu.ForeColor = RGB(255,0,0) 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") oRadialMenu.EndUpdate() |
15 |
How can I add new items / childrend to the control (method 2)
OleObject oRadialMenu,var_Items,var_Items1 oRadialMenu = ole_1.Object 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
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.BeginUpdate() oRadialMenu.AllowToggleExpand = false oRadialMenu.ToString = "Item 1,Item 2,Item 3,Item 4,Item 5,Item 6,Item 7,Item 8" oRadialMenu.Caption(0,"Cant expand/collapse the radial menu") oRadialMenu.Caption(3,0) oRadialMenu.Caption(4,"width-twidth") 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)
|
5 |
How do I highlight the sub-item zone when cursor hovers it (method 1)
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.Expanded = true oRadialMenu.RadialLineSize(11,0) oRadialMenu.RadialLineSize(10,-1) oRadialMenu.RadialLineColor(10,-2147483635 /*0x8000000d*/) 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
|
3 |
How can I hide the hot line when hovering the cursor
OleObject oRadialMenu,var_Items oRadialMenu = ole_1.Object oRadialMenu.AllowToggleExpand = false 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
OleObject oRadialMenu oRadialMenu = ole_1.Object oRadialMenu.BackColor = RGB(240,240,249) |