Hey, another question I hope someone can help with.
Over the years I have been using Delphi I have created some units that contain procedures and functions that are reusable, for example:
function ListBoxIsSelected(ListBox: TListBox): Boolean;
begin
Result:= ListBox.ItemIndex <> -1;
end...
Hi, I have an annoyance I hope someone can help with.
I am using a TActionList where my actions are stored, these are linked to a TActionManager. The TActionManager is used for a ActionMainMenuBar (to create menu similar to that of Delphi's, Alphablended).
I am also using a TToolBar which each...
Hi, I am trying to convert a small fun project from VB (I did not write the VB code, found it at this site: http://www.pinoyunderground.com/showthread.php?s=1dcf8bdc1f9b40525f7bb4d2dad0d641&t=85670&page=2)
Anyway this is what i got so far, it compiles and runs but I dont get the same output...
Hi, Im trying to copy the structure of a TTreeview to a popup menu, I can do this getting the caption and image of the tree nodes and adding it to the popup menu, but I cant get the parent and child relationship working.
Please see my code and help me make the changes.
procedure...
Hi, a question for you experts. I have asked in other places but get not answers, this forum seems to be much more helpful so hopefully I can get some help and advice here :)
I have a hobby program Im making (a basic music mixer type program) that allows to add tree nodes at runtime and load a...
Hey, I have a program Im working on that allows user to save contents (treeview streams) to one file to disk, then they can reload the program and open the saved file (just like excel, word, delphi project files etc).
That all works great, but I need to detect if the file has been tampered...
I have two listboxes and a generate button.
Listbox1 is where i generate and add new random numbers.
Listbox2 is the main list where items from Listbox1 are added - if Listbox2 already contains items that are generated in Listbox1 they are not added.
Now to the problem, If i click the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.