urbanspaceman

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 38 total)
  • Author
    Posts
  • in reply to: Text input box/field #55232
    urbanspaceman
    Participant
      • Topics: 7
      • Replies: 38
      • Total: 45
      • β˜…

      Thanks @puppeteer, tomorrow i look into this demo.

      in reply to: Problem with uiButtonContent #55209
      urbanspaceman
      Participant
        • Topics: 7
        • Replies: 38
        • Total: 45
        • β˜…

        thanks again, works very well and beginning to understand how works

        in reply to: Problem with uiButtonContent #55201
        urbanspaceman
        Participant
          • Topics: 7
          • Replies: 38
          • Total: 45
          • β˜…

          Thanks @zeoka, i look in your panel in these days πŸ™‚

          in reply to: Problem with uiButtonContent #54496
          urbanspaceman
          Participant
            • Topics: 7
            • Replies: 38
            • Total: 45
            • β˜…

            hmm but i have 2 buttons 100, 101
            4 button 200, 201,202, 203
            4 buttons 300, 301, 302, 303

            It means that I have to have a method for each group of buttons?

            in reply to: Problem with uiButtonContent #54469
            urbanspaceman
            Participant
              • Topics: 7
              • Replies: 38
              • Total: 45
              • β˜…

              i understand until – set your custom indexes 100,101,102,103 to β€œpart” buttons
              kml give me an error…

              i think is a bit complicated for me.. I did not understand how the method work

              Attachments:
              You must be logged in to view attached files.
              in reply to: Problem with uiButtonContent #54468
              urbanspaceman
              Participant
                • Topics: 7
                • Replies: 38
                • Total: 45
                • β˜…

                a bit complicated…
                i try (if i understand)

                in reply to: Why method are called before panel loading? #54401
                urbanspaceman
                Participant
                  • Topics: 7
                  • Replies: 38
                  • Total: 45
                  • β˜…

                  in the screenshot, the error
                  the method is

                  function viewSwitch(mod, value)
                  	local val = mod:getProperty("modulatorCustomIndex")
                  	local name = mod:getProperty("modulatorCustomNameGroup")
                  	panel:getModulatorByName(name):getComponent():setProperty ("uiTabsCurrentTab", val, false)
                  end
                  Attachments:
                  You must be logged in to view attached files.
                  in reply to: ctrlr crashes #54348
                  urbanspaceman
                  Participant
                    • Topics: 7
                    • Replies: 38
                    • Total: 45
                    • β˜…

                    it works, thanks, you save my day!

                    in reply to: Possible bug #54308
                    urbanspaceman
                    Participant
                      • Topics: 7
                      • Replies: 38
                      • Total: 45
                      • β˜…

                      thanks again for the support!

                      in reply to: Ctrlr – Step by step guide (in DEV version) #54281
                      urbanspaceman
                      Participant
                        • Topics: 7
                        • Replies: 38
                        • Total: 45
                        • β˜…

                        Thanks Puppeteer!

                        in reply to: Possible bug #54261
                        urbanspaceman
                        Participant
                          • Topics: 7
                          • Replies: 38
                          • Total: 45
                          • β˜…

                          PD: This is to select mods with the mouse. You can always have the modulator list window opened to select modulators from there, so there’s no need to hide and show layers.

                          yes but if i want to resize or move, i have to hide other layer.. and if the layer to hide is a point of reference.. i lost my reference.

                          in reply to: Possible bug #54260
                          urbanspaceman
                          Participant
                            • Topics: 7
                            • Replies: 38
                            • Total: 45
                            • β˜…

                            for me it’s impossible to use… sorry
                            i understand how it works but putting object into tab is impossible and when work is question of luck… layer is a problem, in other program like inkscape, when i click on an object, is selected even if belong to another layer…
                            … I really want to learn to use CTRLR … but tell me how to solve these problems. for now I have only worked with the tab (without controls, midi etc ..) and I found it very difficult.

                            sorry for the outburst, but time is short and I want to be productive

                            in reply to: Possible bug #54257
                            urbanspaceman
                            Participant
                              • Topics: 7
                              • Replies: 38
                              • Total: 45
                              • β˜…

                              aaaahhhrrrgggg!! thanks!

                              in reply to: Possible bug #54252
                              urbanspaceman
                              Participant
                                • Topics: 7
                                • Replies: 38
                                • Total: 45
                                • β˜…

                                the problem is not a problem of overlapping..
                                see this panel, only one tab… impossible to select

                                Attachments:
                                You must be logged in to view attached files.
                                in reply to: Possible bug #54244
                                urbanspaceman
                                Participant
                                  • Topics: 7
                                  • Replies: 38
                                  • Total: 45
                                  • β˜…

                                  uhm, ok i understand. i also have a problem with the tab content. i have some tabs with content (another tabs for example), in this second tab i want to add some buttons… i create the buttons and drag on the tab1 but when i change to tab2, still visible.. i think this buttons is not inside the tab… why?

                                  in reply to: Possible bug #54232
                                  urbanspaceman
                                  Participant
                                    • Topics: 7
                                    • Replies: 38
                                    • Total: 45
                                    • β˜…

                                    mmm works but this behaviour it’s a bit irritating, there is no solution?

                                    in reply to: Possible bug #54198
                                    urbanspaceman
                                    Participant
                                      • Topics: 7
                                      • Replies: 38
                                      • Total: 45
                                      • β˜…

                                      same .panel tested on linux, same problem..

                                      in reply to: Possible bug #54197
                                      urbanspaceman
                                      Participant
                                        • Topics: 7
                                        • Replies: 38
                                        • Total: 45
                                        • β˜…

                                        if i add new modulator (buttons in my case), i’m able to select this with left click but not the others

                                        in reply to: buttons and tabs #54194
                                        urbanspaceman
                                        Participant
                                          • Topics: 7
                                          • Replies: 38
                                          • Total: 45
                                          • β˜…

                                          ok i found a workaround
                                          in the button properties, set the custom modulator name equal to the tabs name (Main in my case), then with this code

                                          function viewSwitch(mod, value)
                                          	local val = mod:getProperty("modulatorCustomIndex")
                                          	local name = mod:getProperty("modulatorCustomName")
                                          	panel:getModulatorByName(name):getComponent():setProperty ("uiTabsCurrentTab", val, false)
                                          end

                                          you can use only one method for all the tabs!

                                          there are contraindications?

                                          in reply to: buttons and tabs #54193
                                          urbanspaceman
                                          Participant
                                            • Topics: 7
                                            • Replies: 38
                                            • Total: 45
                                            • β˜…

                                            ok, the right code is

                                            function viewSwitch(mod, value)
                                            	local val = mod:getProperty("modulatorCustomIndex")
                                            	panel:getModulatorByName("Main"):getComponent():setProperty ("uiTabsCurrentTab", val, false)
                                            end
                                          Viewing 20 posts - 1 through 20 (of 38 total)
                                          Ctrlr