Forum Replies Created
-
AuthorPosts
-
Great, thanks.
No, it’s really just the one TextView messed up the font. Solution in my post above.
Btw: I just want to change the font of one TextView to a very special font. So the theme file won’t work because it changes all of them
This loads the font but it’s messed up. Also the input caret is on the wrong position. Seems like the TextView has to be updated or something…

EDIT: Ok, InvalidateStyle does the trick.
Monkey12inputView.Style.Font = Font.Load("asset::calibri.ttf", 20)inputView.InvalidateStyle()Great, thank you so much. That will do it.
I thought about Chipmunk, too. But I guess it’s way oversized for that “simple” stuff I need it for.
July 24, 2017 at 4:57 am in reply to: Compiler error: object file was built for newer OSX version … #9491Yes, I fixed it. The compiler message was very confusing. The problem was, I forgot the ratchet:: here
Objective-C1bbArray<bbString> ratchet::RequestFiles( bbString title,bbString filter,bbString path ){I made a quick and dirty module that adds a RequestFiles function. Works for Mac and Windows. I attachedit, don’t wantetd to upload it to the modules unless the code for Linux is missing and it’s REALLY quick and VERY dirty!
Attachments:
Great, thanks a lot
Thanks, works great. I always searched for “focus” or “active” or stuff like that
Great, thanks a lot!
By the way: Monkey2 rocksThe trick is to create a view, set its MinSize/MaxSize properties and pass it to the ScrollView:
Monkey123Local Workspace := New ViewWorkspace.MinSize = New Vec2i(800, 600)Local Scroll := New ScrollView(Workspace)Cool project, I love module tracker music and was doing own songs a while with FastTracker 2. I’ll try it.
-
AuthorPosts