realbasic
How to embedded images to EXE file and show them as slideshow
I have a requirement to build an Image manager which will allow users to build a collection of photos/images and then give them an option to convert these photos to a single EXE which when run, will s[详细]
2023-01-07 19:15 分类:问答RealBasic byte to string
In RealBasic, is there a way to convert 开发者_运维技巧a byte to a string?If you mean turn a Byte into a string representation of the byte in Binary (or hex or Octal), then:[详细]
2023-01-07 05:20 分类:问答REALBasic Child FolderItem Should Be a Directory Also
I have a bunch of Realbasic code that was written on a Mac that I\'m supposed to port to Windows. Right now let\'s just try to get the program running from within REAL Studio. GetFolderItem(\"\") retu[详细]
2023-01-04 05:15 分类:问答connect to mysql server using realbasic
I tried connecting to a mysql server in realbasic using the following code: dim db as MySQLCommunityServer[详细]
2023-01-02 22:18 分类:问答REALBasic reporting with SQLite3 DB
How do I create 开发者_如何学Pythona report using SQLite3 DB? I\'d appreciate just step by step or pseudo-code.That\'s quite a big open-ended question.SQLite is really the built-in REALSQLDatabase cla[详细]
2022-12-30 21:13 分类:问答Menuhandler for REALbasic ListBox.ActiveCell
I have a Listbox where all cells are editable. While the user is typing text in the ActiveCell (Textfield) she may decide to paste text.[详细]
2022-12-22 17:13 分类:问答AutoDisovery is selecting the wrong network interface
I wrote a simple application using REALBasic The issue is that AutoDiscovery is binding to the wrong interface. The machine开发者_如何学C has 1 physical and two virtual NIC cards.[详细]
2022-12-20 23:19 分类:问答Why does an instance of a generic class get altered on a separate thread when an instance of an ordinary class does not?
When an object is altered in a method that runs on a separate thread, the object is not altered on the calling thread (the thread that started the thread on which the method runs).[详细]
2022-12-20 12:05 分类:问答what languages are supported in realbasic?
a friend told me that i possibly can create mac applications via the php plugin in realbasic. is this true? ive searched the net like crazy and the syntax doesnt[详细]
2022-12-20 08:52 分类:问答when does occur this crash report?
I got this crash report from my app, and I can\'t reproduce it as I don\'t know when it happens and how can happen.[详细]
2022-12-18 21:52 分类:问答