Show emoticon of a sqlite BLOB column
Hello everyone, I have a column in a sqlite bdd in BLOB format where I store text + emoticons. But, when reading the content of this field with a label, I have the text but the emoticons appear as ?...
View ArticleWhen is an enum not an enum?
I may be misunderstanding what is meant by a datatype but: What should the expected output be from the following code:? di = New Dictionary di.Value(type1.a) = "a" di.Value(type1.b) = "b"...
View ArticleLinux Access Control Editor - Open Source Project
Hey everyone! I created an open source Linux Administration GUI tool for modifying file and folder permissions/ownerships and Access Control Lists. If anyone is interested feel free to download the...
View ArticlePrint dialogs for iOS in Xojo
For iOS you may miss the print dialogs in Xojo. For upcoming 24.2 version of MBS Xojo Plugins we have new classes for you: The UIPrinterPickerControllerMBS class allows to show a printer picker dialog...
View ArticleSQLiteDatabase docs example does not works
The code below does not works: Var dbFile As New FolderItem("MyDB.sqlite") Var db As New SQLiteDatabase db.DatabaseFile = dbFile 'db.EncryptionKey = "horse+20$" Try db.Connect ' Key was correct; DB is...
View ArticleDBKit 1.0b8
DBKit 1.0b8 is now available. You can get to it by choosing New Project > Examples > Databases > DBKit. The documentation with release notes are available here. This version has some changes...
View ArticleWhere examples are gone?
Since 2023 there is no more examples in the Xojo packages ! As there is less and less snippets in the online documentation, it is more and more difficult to write code when we want to use things we...
View ArticleIDLE small fonts
Hello everyone! As some very few of you remember, the first CRT or TV base monitor for computers where 40 column by 20 o 25 lines. In time, the sizes of screens enlarge and the number of charaters...
View ArticleMBS CURL Plugin FTP changing filename
I’m using the “CURLS ftp file upload direct” example, and while it uploads the file to the ftp server, the name of the file gets changed from “something.zip” to OptionUsername. If I change the name...
View ArticleBeing able to change the layout size in the IDE
Hi all, I understand that it takes a little time to add layouts and controls adapted to tablets, but would it already be possible to be able to change the screen size in the Layout part of the IDE...
View ArticlePlace the controls on the screen using the code
If I put the following code in the “Pressed” event of a button, it works: var l As Integer=self.Size.Width var h As Integer=self.Size.Height me.top=h-me.Height-5 me.Left=l-me.Width-5 me.refresh But if...
View ArticleCustom UI Framework made with XOJO - Demo video
In this video, I construct a form with various validations in minutes, using our UI framework built with XOJO. The framework uses ZERO 3rd party libraries, zero external files and dependancies. I...
View ArticleWebviewer Picture Quality - Washed Out!
I am developing a web app so students in schools can control our robots remotely. I am trying to show pictures using webimageview. I finally figured out how to size it to the screen with help from the...
View ArticleNasty bug in binary enumerations
Feedback Case Number: 76076 It appears that the maximum number of values within a binary enumeration is limited to 64, presumably because a UInt64 backs them. If you enter more than 64 values the...
View ArticleMy Class in CustomWebRectangle -Type "Iterable" has no member named...
I created a class “ObjectsOnRectangle”. I added an Integer array and the “AddNumber(number As Integer)” method. Everything works fine on WebPage (Button1.Pressed), but I can’t do it in...
View ArticleLibXL 4.3.0 has been released
We are glad to inform you that the new LibXL version 4.3.0 is available now. What’s new in the version 4.3.0: added the possibility to remove all VBA code and macros from xlsm and xlsb files added the...
View ArticleString.Characters is needlessly slow
Feedback Case Number: 76078 I’ve been writing about this issue for years (most recently 2021) but still a good solution has not been proposed. Correctly splitting a String into characters is vastly...
View ArticleEncodings again - Russian
I probably have the most trouble getting different languages into my program using the same code. Is there anything special I should be doing to import a Russian text file that would be different to...
View ArticlePopOver problems
I thought I’d try to replace my homegrown popovers with the new container.showPopover which look nice, but here’s the problems I found: showPopover(parentControl) requires a desktopUIControl as its...
View ArticleAny Xojo-ers going to the WWDC event?
Is there anyone else in the community going to the WWDC keynote event in June? It would be great to meet up if you are. 1 post - 1 participant Read full topic
View Article