Announcement

Collapse
No announcement yet.

ComboBox

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

  • ComboBox


    HI TO SCRITPT IF CLIK VIVO THEN IN COMBOBOX SHOW ALL TYPE VIVO ONLYx IF CLICK XIOMI THEN IN COMBOBOX WILL SHOW ALL XIOMI TYPE ONLY
    HELP ME... GIVE ME APZ XAMPLE PLESE

  • #2
    how to script
    if choose vivo in listbox then in combobox show vivo only
    Attached Files

    Comment


    • #3
      do not post duplicates
      give other users time to respond



      CheckBox 1 > On Click

      PHP Code:
      ComboBox.DeleteItem("ComboBox1"1, -1);
      CheckBox.SetChecked("CheckBox2"false);
      CheckBox.SetChecked("CheckBox3"false);
      xCheck CheckBox.GetChecked("CheckBox1");
      if 
      xCheck then
      sText 
      CheckBox.GetText("CheckBox1");
      ComboBox.AddItem("ComboBox1"sText"");
      end 
      CheckBox 2 > On Click

      PHP Code:
      ComboBox.DeleteItem("ComboBox1"1, -1);
      CheckBox.SetChecked("CheckBox1"false);
      CheckBox.SetChecked("CheckBox3"false);
      xCheck CheckBox.GetChecked("CheckBox2");
      if 
      xCheck then
      sText 
      CheckBox.GetText("CheckBox2");
      ComboBox.AddItem("ComboBox1"sText"");
      end 
      CheckBox 3 > On Click

      PHP Code:
      ComboBox.DeleteItem("ComboBox1"1, -1);
      CheckBox.SetChecked("CheckBox2"false);
      CheckBox.SetChecked("CheckBox3"false);
      xCheck CheckBox.GetChecked("CheckBox1");
      if 
      xCheck then
      sText 
      CheckBox.GetText("CheckBox1");
      ComboBox.AddItem("ComboBox1"sText"");
      end 

      Comment


      • #4
        Hi
        nice code herrin but I'm not sure if gayoflasher means all / multiple products of those brands to be added to CB
        Any how, did a simple demo with code in it for him / her to check
        here:
        https://ln2.********/dl/c2a4bb950/va...jn8rg-n54g553a

        cheers

        Comment


        • #5
          thank my brother.. can you give me apz file please....

          Comment


          • #6
            #colc thank my brother.. make me apz file please....

            Comment


            • #7
              use download link code is in demo

              Comment


              • #8
                stiil not work bro.. if i am select oppo but all type show

                Comment


                • #9
                  #colc this work Combobox Fill but i want see apz file... may be you can give me apz... thank before

                  Comment

                  Working...
                  X