-
There should be a `is-open` output property on PopupWindow.
Such that the Combobox can be styled differently when the popup is open.
### Original issue: "Open appearance in native ComboBox"
…
-
```
// Added "rightHalf" feature -- good behavior for displaying reference
materials in a persistent window.
(function($){
$.fn.popupWindow = function(instanceSettings){
ret…
-
```
// Added "rightHalf" feature -- good behavior for displaying reference
materials in a persistent window.
(function($){
$.fn.popupWindow = function(instanceSettings){
ret…
-
Hey guys. I just wanted to set up the BetterSpinner in a PopupWindow in the ViewHolder of an Adapter from a RecyclerView. In my MainActivity it did work perfectly well to implement the betterSpinner s…
-
if Activity is destroyed while the banner is expanded, it will throw a memory leak error:
```
android.view.WindowLeaked: Activity com.google.android.gms.example.bannerexample.MyActivity has leaked…
-
```
// Added "rightHalf" feature -- good behavior for displaying reference
materials in a persistent window.
(function($){
$.fn.popupWindow = function(instanceSettings){
ret…
-
```
// Added "rightHalf" feature -- good behavior for displaying reference
materials in a persistent window.
(function($){
$.fn.popupWindow = function(instanceSettings){
ret…
-
```
// Added "rightHalf" feature -- good behavior for displaying reference
materials in a persistent window.
(function($){
$.fn.popupWindow = function(instanceSettings){
ret…
-
I have been using this library to implement emoji on Android SoftKeyboard with this code
```
if (primaryCode == 32) {
LayoutInflater layoutInflater = (LayoutInflater) getBaseContext().get…
-
The following test-case panics in the interpreter when selecting an item in the combo box:
```
import { ComboBox } from "std-widgets.slint";
export component Demo {
width: 300px;
height…