Skip to main content

Questions tagged [uibuilder]

A UI builder for Pharo-Smalltalk that is no longer being developed.

uibuilder
0 votes
1 answer
242 views

How to find the next/child button of a div and then click it in Power Automate Desktop with Jquery selector

I'm currently using Power Automate Desktop. I have the problem that need to find a div with content which must contains a specific number e.g. 000000588093. when this div is found, I need to find the ...
Matthias's user avatar
0 votes
1 answer
198 views

Can we use refine UI without router

The refine UI library is simply awesome, but most examples I saw rely on having a router and defining what path will have access to some action on the data source. But if I want just to render the ...
Vitor Figueredo Marques's user avatar
0 votes
2 answers
1k views

how to change multiple UI elements on runtime

I have many elements on my UI. I want to change the entire UI color. Basically like a new "Skin" for my HUD/Menu in game. What is the best way to do this? In UIBuilder, I can select a ...
Sander Mez's user avatar
0 votes
1 answer
166 views

Unable to open Uibuilder (Node-red) on Rasberry pi

I have successfully installed Node-RED on Rasberry pi and I have also imported the flow needed for the system. But I'm unable to open Uibuilder since it shows an error of Vue and Bootstrap-vue files ...
Techie_19's user avatar
0 votes
1 answer
679 views

Node Red has a UiBuilder, but I want to listen to it from another app, using socket.io-client, fails to est connection

My client wants to have an OPs Engineer run the Node Red side of the house, but all operations support staff are to use a Single Page App (and never ever touch Node Red), so part of me was thinking ...
Fallenreaper's user avatar
  • 10.6k
2 votes
1 answer
2k views

NativeScript UI-Builder

I try to build a simple form-like UI where I want to dynamically add rows of multiple TextFields. I built a custom component with XML and JS, because there is some interaction in these TextFields (...
huehnerhose's user avatar
0 votes
1 answer
58 views

Text in UIScrollView is running horizontal

I'm attempting to make a horizontally scrollable text. The text is dynamic, but very large, therefore I need a dynamic amount of horizontal space and the ability to scroll. My tree : I set my view ...
Trip's user avatar
  • 27k
0 votes
0 answers
41 views

Storyboard error in Xcode 6.1.1

I'm working with a client to make a lawyer app. There is a lot of content so he is helping to create storyboards. The problem is that when we add any new storyboards the build fails for him but not ...
bburk707's user avatar
  • 105
0 votes
1 answer
206 views

How to manage multiple UIViewController from one Container?

I have a UIViewController inside which I have a Container. I want to be able to change the UIViewController inside that Container. I think I can manage the Segue calls to make that happen but how do ...
Brian White's user avatar
  • 8,546
0 votes
1 answer
718 views

Update UI element in custom Swift class

Alright, so when I first started reading about Xcode and interface builder I followed a few tutorials that made use of AppDelegate.Swift for all UI events. I'm branching out now and trying to make a ...
user3185748's user avatar
  • 2,508
3 votes
1 answer
120 views

Adding a row in Spec results in a column?

The current API of Spec is totally counter-intuitive. I am trying to stack up two rows in a SpecLayout. How is that adding a row ends up with two columns? | m | m := DynamicComposableModel new. m ...
user869097's user avatar
  • 1,362
0 votes
1 answer
287 views

iOS - prevent click on UIButton from propagating to views behind it

I have a button on top of a GLKView. When i click on the button, i also receive a long touch notification on the GLKView that is behind the button. How can i prevent the notification from ...
Erik Sapir's user avatar
  • 24.2k
1 vote
3 answers
588 views

How to install UIBuilder on Pharo

I'm learning Smalltalk for my graduation (Computer Science), and got started using Pharo. I've read and watched that there is a nice framework for UI building, called UIBuilder tool. But I'm confused ...
cawecoy's user avatar
  • 2,409
3 votes
2 answers
389 views

GWT: In an MVP design, should the underlying page layout be a considered a view?

I have been following the GWT MVP tutorial (https://developers.google.com/web-toolkit/articles/mvp-architecture-2) and while it all makes a lot of sense, I have some trouble taking it from the example ...
user1797588's user avatar
1 vote
1 answer
305 views

Marmalade UIBuilder missing?

I was reading the Marmalade UIBuilder Tutorial and it says to open the UIBuilder. I have seen no such program with my download. Where can I get the UIBuilder? Why was it not included in my download?
Liam McInroy's user avatar
  • 4,366

15 30 50 per page