Announcement

Collapse
No announcement yet.

Object Plugin : ComboBoxEx

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Object Plugin : ComboBoxEx

    ComboBoxEx is an advanced combobox and tooltip object plugin for AutoPlay Media Studio 8

    Key Features :
    • Support for custom icons of any size and quality!
    • Multiline text with extensive decoration support using a variety of standard HTML tags

    • Gradients for item backgrounds between 3 colors and 15 styles

    • Support for separator lines with custom colors and 6 styles

    • Create professional looking tooltips for your applications

    • and so much more!!!



    Buy ComboBoxEx Object Plugin Now!
    This one time license fee covers all the future versions.




    Buy ComboBoxEx Object Plugin Now!
    This one time license fee covers all the future versions.
    Attached Files
    Plugins:

    Bitmap (113 KB)

    ComboBoxEx (141 KB)

  • #2
    If you have purchased the full version you can also download it below:

    Thank you for your support!
    Attached Files
    Plugins:

    Bitmap (113 KB)

    ComboBoxEx (141 KB)

    Comment


    • #3
      A question for Ruth, does this plugin have support for scrolling combobox if is using until 50 items on it? thanks
      Last edited by naxo; 08-27-2016, 09:22 AM.

      Comment


      • #4
        Yes take a look at the HTML example scrolling is supported!

        I plan on making it 100+ items instead of 50 but this is the beta version and plugin is still being tested.
        Last edited by Ruth; 06-30-2015, 09:59 AM.
        Plugins:

        Bitmap (113 KB)

        ComboBoxEx (141 KB)

        Comment


        • #5
          When dealing with 50 items its best to add items in the On Show event of your page.

          For example paste this code in the minimal example

          On Show
          Code:
          ComboBoxEx.SetUpdate("Plugin1", false);
          
          min = 0;
          max = 49; 
          for count = min, max do
          	ComboBoxEx.AddItem("Plugin1", "My Text"..count, "", -1);
          	ComboBoxEx.SetItemHtml("Plugin1", count, "My Text "..count);
          end
          
          ComboBoxEx.SetUpdate("Plugin1", true);
          Plugins:

          Bitmap (113 KB)

          ComboBoxEx (141 KB)

          Comment


          • #6
            Okay, intenteresting! 100 or more sounds better, thanks for your work dude!

            Comment


            • #7
              Thank you for your support! Updates are already in the works to add new features!
              Plugins:

              Bitmap (113 KB)

              ComboBoxEx (141 KB)

              Comment


              • #8
                hey Ruth I tested the sample minimal for this plugin and also the loading for 50 items at same time in on show, could you check your internal coding for the plugin? I detected a rare bug. If you take that list of 49, load them from on show and you select an item (whatever you pick up from combobox) does not load correctly the number item selected and does not show correctly the item text selected for that item.

                I think it could a table coding issue, maybe you could test and fix it in next release (is still a beta status) for the rest of the sample it runs correctly and not issue has detected yet. Im running on win 7 sp2 x64 and I tested also in the x32 version via vmware.

                Ciao!

                Comment


                • #9
                  I'm aware in this version items are being sorted causing this to happen. Working on an option to disable sorting and an option to sort ascendingly/decendingly.
                  Plugins:

                  Bitmap (113 KB)

                  ComboBoxEx (141 KB)

                  Comment


                  • #10
                    maybe if you set a new function to enable/disable with a boolean the sort option:

                    ComboboxEx.SortItems ("Plugin1", boolean);

                    You will see how can you manage it

                    Comment


                    • #11
                      Yes this will be fixed in the next release. I have big plans to make this plugin great!
                      Plugins:

                      Bitmap (113 KB)

                      ComboBoxEx (141 KB)

                      Comment


                      • #12
                        ComboBoxEx update is taking a little bit longer to finish because the amount of features being added.
                        If you have any suggestions for features please post your ideas in this thread.

                        Thank you for your patience.
                        Plugins:

                        Bitmap (113 KB)

                        ComboBoxEx (141 KB)

                        Comment


                        • #13
                          ComboBoxEx 1.0.0.1

                          Hey Everyone,

                          Due to time constraints, I will be switching to smaller more frequent updates in the future.
                          I'm so excited to share my progress with everyone, it's been a really exciting process for me and I hope you will have fun with it!

                          Here is a teaser of whats coming in version 1.0.0.1
                          • Added: Mouse highlight support when hovering over items and text.
                          • Added: Increased the maximum number of items to 100 (up from 50).
                          • Added: Improved handling for keyboard operations.
                          • Added: An advanced properties dialog to customize plugin at design time.
                          • and so much more stay tuned...


                          Note: Once the update goes live this weekend the sale will end.

                          THANKS TO THOSE THAT SUPPORTED THE PLUGIN IN BETA!
                          Plugins:

                          Bitmap (113 KB)

                          ComboBoxEx (141 KB)

                          Comment


                          • #14
                            Hi, is this plugin still in development? I am asking becouse it seems your plugins page are gone. Is the version 1.0.0.1 released now?

                            Comment


                            • #15
                              Naxo I'm sorry about the delay, ComboBoxEx update is still in development


                              1.0.0.1 will be the only major update to the ComboBoxEx plugin.
                              All future updates will be smaller but more frequent.

                              ComboBoxEx will remain 50% OFF until version 1.0.0.1.
                              Plugins:

                              Bitmap (113 KB)

                              ComboBoxEx (141 KB)

                              Comment

                              Working...
                              X