Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2006
    Location
    Tehran
    Posts
    176

    List Box With Details

    Hi.I Want To Make a List Box With Show Details For Items.
    Please View This Image.
    image.gif
    It is possible?

  2. #2
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Check out the Grid Plug-in in AMS 7. There are over 100 Actions available for it too.

    Check out the help file to see how to utilize it.
    Intrigued

  3. #3
    Join Date
    Nov 2006
    Location
    Tehran
    Posts
    176
    Hi.
    This Plug-in Donot Show a icon or image to the fields.

  4. #4
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    I once had to do a sloppy work around for a project. I had to put Image objects next to each line of the ListBox and then pull the .ico from each .exe (DLL needed) I listed in the ListBox, then take that and convert it (DLL needed) and then show that in the Image object that lines up with the ListBox line (item).

    It was a pain, but worked farily well.

    I have requested, as a few others have as well, to be able to show images in the ListBox. That would be a big plus, saving a lot of headache and sloppy code.

    Perhaps one of the PureBasic guru's here will create a ListBox with image (including easy .ico from .exe getting) support.
    Intrigued

  5. #5
    Join Date
    May 2006
    Posts
    5,380
    i searched and searched for a way to add images and checkboxes to a listbox, it is doable....just not by me,

    i have a freewaere ocx that is a listbox with checkboxes, icons and a whole host of other customizations, looks great in VB, if only there was a way to use it in AMS

    ahem......OLEContainer would be nice
    Open your eyes to Narcissism, Don't let her destroy your life!!

  6. #6
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Issues is... you can only put one item/object into the ListBox, that's visible. So, you can't put an image and say text.

    If we had a ListBox with two columns that took images (able to extract .ico's from .exe's would be smart) in the first column and then text in the second, that would be good to go. (Being able to put images or text in either column would be even better)
    Intrigued

  7. #7
    Join Date
    May 2006
    Posts
    5,380
    well maybe we will see something like the tree and menu icon system in all AMS objects, although i was a bit disapointed to find that the menu icons are image list format, this will take some work to add icons dynamicly, select the icon, add it to the imagelist, save and return the image index.....think im going to need a dll for that, lol

    able to extract .ico's from .exe's would be smart
    now that i can do, lol

    This dll will extract a icon file from a exe or dll file and save it to the selected file format (bmp, png or ico)
    http://www.dnet-software.com/WEB/files/GetIconDLL.apz
    Open your eyes to Narcissism, Don't let her destroy your life!!

  8. #8
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    I've got a dll in that one commercial project too. It's not that hard, I believe the bigger issue may be for I.R. to not break backward compatibility when/if they update the ListBox to accomodate what we have requested. However, I believe, it can be done and would be worth the time put forth.
    Intrigued

  9. #9
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    That dll is nice Rizla, pretty nice

    handy in tree objects
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

Similar Threads

  1. List Box problem
    By TonyTJ in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 02-25-2006, 07:22 AM
  2. List Box Object Frustration
    By Firenegn in forum AutoPlay Media Studio 4.0
    Replies: 11
    Last Post: 10-04-2004, 05:53 PM
  3. List box suggestions/help Can you advise ?
    By jimmy guilfoyle in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 05-22-2004, 12:07 PM
  4. HOWTO: Set up an MP3 Playlist
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-24-2002, 11:57 AM
  5. HOWTO: Display Conditional Text Based Upon a List Box Selection
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-15-2002, 10:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts