Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

accessing ChartTrader Sell Bid button

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

    accessing ChartTrader Sell Bid button

    it seems this is not working...

    buttonSellBid = chartTraderGrid.FindFirst("ChartTraderControlQuick SellBidButton") as Button;

    I'm able to get the others...

    buttonBuyMarket = chartTraderGrid.FindFirst("ChartTraderControlQuick BuyMarketButton") as Button;

    buttonSellMarket = chartTraderGrid.FindFirst("ChartTraderControlQuick SellMarketButton") as Button;

    ;buttonBuyAsk = chartTraderGrid.FindFirst("ChartTraderControlQuick BuyAskButton") as Button;;

    buttonSellAsk = chartTraderGrid.FindFirst("ChartTraderControlQuick SellAskButton") as Button;

    buttonBuyBid = chartTraderGrid.FindFirst("ChartTraderControlQuick BuyBidButton") as Button;

    buttonSellBid = chartTraderGrid.FindFirst("ChartTraderControlQuick ReverseButton") as Button;


    ???

    #2
    this is not working

    buttonSellBid.IsEnabled = false;
    buttonSellBid.Visibility = Visibility.Hidden;​

    Comment


      #3
      the others I can disable and hide

      Comment


        #4
        Well, I had a bug...this is working now....

        Comment


          #5
          Hello llanqui,

          I just wanted to post a follow-up here, it looks like you solved your problem but for future reference our support cannot assist with disabling default platform features. Items like this would be up to you to debug or solve if you wanted to do that type of task.

          Comment


            #6
            thanks, yes...sometimes I post here knowing that Ninja Support will not provide an answer, but other members might

            anyway, it was an error in my code

            Comment


              #7
              It is helpful if you provide the corrected code otherwise it's just buggy code that doesn't work.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Mindset, 04-21-2026, 06:46 AM
              0 responses
              55 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by M4ndoo, 04-20-2026, 05:21 PM
              0 responses
              73 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by M4ndoo, 04-19-2026, 05:54 PM
              0 responses
              38 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by cmoran13, 04-16-2026, 01:02 PM
              0 responses
              99 views
              0 likes
              Last Post cmoran13  
              Started by PaulMohn, 04-10-2026, 11:11 AM
              0 responses
              60 views
              0 likes
              Last Post PaulMohn  
              Working...
              X