Questions tagged [uibuilder]

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

According to the source page, UIbuilder is a "Failed attempt of develop a UI builder for Pharo-Smalltalk. That version only works in Pharo 1.1. [It is] opened for any developer." Development appears to have halted in 2011.

25 questions
14
votes
1 answer

How to make action to close NSPopover?

Hi I implemented an NSPopover in one of my apps, but the popover will not close. I'm guessing that it should close once I click something else, but its not. I know that there's a close popover action but that only works for a different button. How…
sridvijay
  • 1,526
  • 18
  • 39
4
votes
2 answers

Growl type notification on iPad/iPhone?

Growl type notification on iPad/iPhone? I want to show a non-modal/non-popup notification on top of an iPad application. Growl's are a Mac OS X program that show little popup windows in the corner of the screen that dissappear after an amount of…
MikeN
  • 45,039
  • 49
  • 151
  • 227
3
votes
1 answer

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 instantiateModels: #(text1 TextModel ok OkToolbar). m…
user869097
  • 1,362
  • 8
  • 16
3
votes
2 answers

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 they explain to a larger scale application. In…
user1797588
  • 101
  • 5
2
votes
1 answer

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 (start, end, duration). I am a starter in…
huehnerhose
  • 615
  • 9
  • 26
1
vote
2 answers

How do you launch a second MainWindow.xib in an iPad application?

How do you launch a second MainWindow.xib in an iPad application?
MikeN
  • 45,039
  • 49
  • 151
  • 227
1
vote
3 answers

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 on how to install it on Pharo.
cawecoy
  • 2,359
  • 4
  • 27
  • 36
1
vote
1 answer

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
  • 4,339
  • 5
  • 32
  • 53
0
votes
1 answer

Google maps v 3 & GWT wrapper

I am supposed to do a project that uses google maps api v3 to create a path( like a road ) using GWT google Map wrapper . I am just starting both of these and would like some one to show me such basic functionality in codes. Thanks
haile
  • 153
  • 1
  • 4
  • 12
0
votes
0 answers

Remove .clicked bindings from UI buttons in Unity

I'm creating UI elements on the fly from UXML templates, and attaching click events to generated buttons. Like this: public VisualTreeAsset foobahTemplate; VisualElement foobah = foobahTemplate.Instantiate(); foobah.Q
Ric
  • 458
  • 1
  • 7
  • 23
0
votes
2 answers

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 selector class and change the color, and it applies to all…
Sander Mez
  • 67
  • 1
  • 8
0
votes
1 answer

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 unavailable. I have also copied Vue.js and…
Techie_19
  • 23
  • 5
0
votes
1 answer

CoreData create relationship when binding to NSArrayController

The setup: CoreData Model Product Entity Attribute "name" Relationship "common" <---> CommonData CommonData Entity Attribute "product_id" Relationship "product" <---> Product Entity View Setup: I have a NSTableView to display the product…
pan-and-scan
  • 111
  • 1
  • 9
0
votes
1 answer

Set anchor points for rotation via code?

When building a custom frame/view in iOS code, how do you set its rotation behavior? In UIBuilder you can set the "anchor" points to determine the points of reference to move the object through rotations. How do you do this via code?
MikeN
  • 45,039
  • 49
  • 151
  • 227
0
votes
1 answer

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 that a sample uibuilder page will create a socket,…
Fallenreaper
  • 10,222
  • 12
  • 66
  • 129
1
2