-
I have a screen within the app I'm developing that has a large image that needs to be panned or scrolled horizontally as well as vertically. Is this possible with your plugin?
All my other screens a…
-
Hi @dhilt ,
was wondering if there is a workaround on using directive on table instead of div. Something like :
```
{{rows[column]}}
```
Currently it's n…
-
scrollpan is unscrollable!
I have fixed this problem in my own fork https://github.com/jfojfo/zebra,
see https://github.com/jfojfo/zebra/commit/18d60ae467f4b16ddfa3c489c77d11050f46f243
-
Recently I find that TextEdit is not scrollable and I cannot input more text if end line reaches. Besides, Ctrl + Z doesn't work. Could you please take a look at it ?
-
Hi there! I just want to know how to get the total count of the columns, and how to set the first visible column! I'm creating
custom scroll bars for scintilla. I had no problem with the vertical on…
-
### Question/ Enhancement
### Ubuntu 18.04
### Python 3.6
### PySimpleGUI Port and Version: 4.1.0
### Your Experience Levels In Months or Years
Python programming experience - 4 years
…
-
[Style guide](https://github.com/macMikey/LCB-missing-manual/wiki/LiveCode-Builder-Style-Guide,-9.6.5#host-control-properties) states:
>When relying on properties that are implemented by the widget…
-
Hi Arthur,
I'm trying to setup a UI where a portion of the UI renders differently based on the value of a state variable. This is the overall screenshot
![image](https://user-images.githubuserconte…
-
I have gone through the discussions in issues #9 and #18. I have cleared all obsolete packages, made sure that I am using persp-mode and persp-mode-projectile-bridge.
When I enable persp-mode and t…
-
package main
import (
"github.com/lxn/walk"
. "github.com/lxn/walk/declarative"
"fmt"
"time"
)
var outTE *walk.TextEdit
var ch = make(chan string)
func main() {
go sendMsg()
go lo…