DBKit YouTube Tutorial Problem
Dear All, I have been working through this YouTube tutorial from Geoff on DBKit. DBKit has changed in organization considerably since the video was released. However, one can still work through it, at...
View ArticleDBKit prefilled values
Hi Team! In Web DBKit, I have a SinglePage with search listbox and textfields. I create a new record with the New button, and I want to pre-fill some of the fields, e.g. admin user, or date requested,...
View ArticleSending emails with “allow less secure apps” turned off in Gmail
I got an email this week from Google saying they will be removing the ability to choose “allow less secure apps” when sending an email from a source other than through gmail. This is happening in the...
View ArticleGeneral question about compiling / linking
As many of you might know, I have a weird obsession with writing scripting languages entirely in Xojo (see ObjoScript and Roo). I have a technical question about language implementation that I’m...
View ArticleChart does not fill width?
This is a DestopChart with line mode and LinearDataset (1 in this case) but it will not fill the width of the entire chart control? @Javier_Menendez can you tell me if this is a bug or not ? The...
View Article[ANN] Today’s Webinar: Using Xojo to Develop NetSuite iOS Apps
Join us TODAY, Wednesday, January 24, 1 PM CT, for an insightful webinar in our Xojo / NetSuite Development series! Join Netsuite Developer Tim Dietrich as he demonstrates using Xojo to build a mobile...
View ArticleXojo2023r4: WebComboBox behavior
I would expect WebComboBox allowing use of cursor keys to move from the field into dropped list of items, up and down, instead I need to use mouse to select item. How can I make the combo box (and...
View ArticleXojo2023r4: WebPopupMenu - when getting focus no visual indication
When WebPopupMenu control gets focus (via tabbing or SetFocu) there is no way to know that this control is actually selected. I don’t see anything in the IDE that controls this behavior. What shall I...
View ArticleWebDataSource pointers please
Would appreciate a pointer towards how the WebDataSource class is used, before I go re-inventing wheels. How does WebDataSource relate to a query or table for instance? The documentation is sparse and...
View ArticleFolders
Hello, I have some doubts regarding folders. For exampleI understand the use of …SpecialFolder.Documents.Child… How do you code the path to save/open a folder that does not belong to SpecialFolder...
View ArticleiOS Table search not showing
Trying to figure out why a table in an iPad build that has “Allow Search” set to true would fail to show the search bar. Suggestions? 3 posts - 2 participants Read full topic
View ArticleCannot Rotate coordinates on a clipped Graphics from Graphics.Clip
I’m seeing an UnsupportedOperationException (Cannot Rotate coordinates on a clipped Graphics from Graphics.Clip) while trying to save an Image of a DesktopChart Control to Disk using DrawInto. Xojo...
View ArticleEarly bird offer ends for MBS Xojo Developer Conference
Just three months until the Xojo conference starts. Early bird offer is about to end this week. If anyone likes to get a ticket, please be quick or pay the regular price later in the next months. We...
View ArticleScrollable field possible?
Is it possible to place more small text fields on a larger field and have that larger field scrollable so I can scroll to one of the smaller fields which are not in view normally? 9 posts - 5...
View ArticleRun two web Apps in Debug Mode at the same time
Is it possible to do it ? I am trying in different ports and in different paths but without success. Thanks 10 posts - 5 participants Read full topic
View ArticleMy Offline Kanban
Hello everyone! I have been working on my own Kanban program for offline small projects and I would like people to try/test it and hopefully enjoy it. It is open source and pay what you can for the...
View ArticleHide Title Bar or Collapse to Title Bar
I’m trying to figure out how to hide the titlebar in a global floating window, or force a Plain Box Window to stay in front of all other application windows so I can do the effect bellow. Are there...
View ArticleAppleScript / Sending AppleEvents
My app wants to get the name of the frontmost window of another app, so I wrote a simple AppleScript to do that, which works fine in Script Editor. When run from my Xojo app, the script initially...
View ArticleWebSDKUIControl not rendered when on page or tabpanel
Every SDK-Control I tested (even those from the examples) are not rendered when on a PagePanel or Tabpanel. There is the general div-container, and the Javascript(-file) is loaded. But seems like the...
View ArticleHow to close a dialog window
I think this is a simple question just not finding the right answer. I have an application that leverages containers that have a few simple controls. Depending on what the user needs to view they will...
View Article