Search the Community
Showing results for tags 'POPUPMENU'.
-
hi how to change size of image of imagelist in popupmenu? not changing ....
-
Доброе время суток! Контекстное меню выходит за границы скрина
-
UniDBTreeGrid de sağ tık ile menü açmak istiyorum. gridin kendi özelliği yok . aşağıdaki kod ile açabiliyorum ama menü mousun alt tarafında açılıyor. procedure TMainForm.UniDBTreeGrid1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); var pt : tPoint; begin pt := Mouse.CursorPos; if Button = mbRight then UniPopupMenu2.Popup(pt.X,pt.Y,UniDBTreeGrid1) end;
-
Hi, A new version of BMUniDBGrid only for 098.50.1144 and 090... Mr. Bressler has modified the code to support multiselection rows in version unigui 098.50.1144. Given that Mr. Patmap, long time ago, had already written the code for supported PopUpMenu for dbgrid, I took the liberty (by cloning its code) to add it in this new version of BMUniDBGrid. Thanks Mr. Patmap, his code still works. The little knowledge I have of Unigui, I learned from the Unigui Forum; so thanks to all the people who share their knowledge : big or small, all knowl
-
How can I access popupmenu component on client side using JavaScript? Other components expose JSName property but TUniPopupMenu does not. Source code is not available for unit uniMainMenu so I can't investigate. // Mika