Quantcast
Channel: Xojo Programming Forum - Latest topics
Browsing all 3600 articles
Browse latest View live

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 Article


When 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 Article


Image may be NSFW.
Clik here to view.

Linux 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 Article

Image may be NSFW.
Clik here to view.

Print 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 Article

SQLiteDatabase 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 Article


DBKit 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 Article

Where 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 Article

IDLE 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 Article


MBS 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 Article


Being 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 Article

Place 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 Article

Image may be NSFW.
Clik here to view.

Custom 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 Article

Webviewer 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 Article


Image may be NSFW.
Clik here to view.

Nasty 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 Article

My 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 Article


LibXL 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 Article

String.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 Article


Image may be NSFW.
Clik here to view.

Encodings 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 Article

PopOver 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 Article

Image may be NSFW.
Clik here to view.

Any 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
Browsing all 3600 articles
Browse latest View live