Forum
    • Categories
    • Register
    • Login

    How to draw the rename secondary confirmation window in PresetBrowserDialog?

    Scheduled Pinned Locked Moved General Questions
    3 Posts 2 Posters 490 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Felix WF
      Felix W
      last edited by

      How to draw the rename secondary confirmation window in PresetBrowserDialog?

      	     if	(obj.text == "Are you sure you want to replace the file ?")
      		  	{
      				obj.text = "replace the file";
      			 	g.fillAll(0x88000000);	    	   	    
      			    if(obj.over)
      			      g.fillAll(0x22000000);	    	           
      			    if(obj.down)
      			      g.fillAll(0x22000000);	    	          
      			   g.setFont("myhtw17", 25.0);	    	           
      			   g.setColour(Colours.white);
      			   g.drawAlignedText(obj.text, obj.area, "centred");	
      		   }
      

      This hasn't changed anything

      //I am a new student at HISE._
      //Windows11 & MacOS Ventura 13.6.7_

      David HealeyD 1 Reply Last reply Reply Quote 0
      • David HealeyD
        David Healey @Felix W
        last edited by David Healey

        @CatABC said in How to draw the rename secondary confirmation window in PresetBrowserDialog?:

        "Are you sure you want to replace the file ?"

        Try if (obj.text.contains("Are you sure you want to replace the file"))

        Which LAF function are you using?

        Free HISE Bootcamp Full Course for beginners.
        YouTube Channel - Public HISE tutorials
        My Patreon - HISE tutorials

        Felix WF 1 Reply Last reply Reply Quote 0
        • Felix WF
          Felix W @David Healey
          last edited by

          @d-healey I am using Content.createLocalLookAndFeel();
          Tried your method and it worked, thank you very much😘 😘 😘

          //I am a new student at HISE._
          //Windows11 & MacOS Ventura 13.6.7_

          1 Reply Last reply Reply Quote 2
          • First post
            Last post

          37

          Online

          2.1k

          Users

          13.0k

          Topics

          113.0k

          Posts