I will probably only use this feature once every five years, but it's good to know you've given me enough information to try it with some confidence. Please keep the webinars coming. I watch all of them, whether I see them live or not.
@zdeneklorenc144827 күн бұрын
Great! 👍
@MTJoe40628 күн бұрын
Nice work Xojo!
@stargazer7644Ай бұрын
It's in 25 seconds because the screens go so fast it's impossible to read them. What's the point of a video done this way?
@XojoInc26 күн бұрын
If it's too fast, slow the video in KZbin.
@hopelessdecoyАй бұрын
I like this quick format but do in under 60 seconds next time. Hard to read without pausing the video over and over. Good updates too!
@SoyJavero2 ай бұрын
gracias interesante
@XojoInc2 ай бұрын
Me alegra que te haya gustado!
@MTJoe4062 ай бұрын
Great presentation. Thanks Geoff!
@mistermac1012 ай бұрын
Really useful, thanks. My use case is warehouse inventory management on android devices, as mentioned at the end. It's the achilles heel of Filemaker in my view. WebDirect just doesn't cut it, interface-wise. I'm going to have a play with Xojo and see if I can solve the problem with a native app. Thanks.
@XojoInc2 ай бұрын
Thanks for sharing! Reach out to us at hello at xojo.com if you have any questions as you evaluate.
@someinternetdude41592 ай бұрын
Thanks for that tutorial. That really helped a lot. I added the following properties to the URL text control; HoverColor as Color = &c0000FF, OriginalTextColor as Color = &c000000, VisitedColor as Color = &cFF00FF and visitedflag as Boolean = False Then I added the following code to the control; MouseEnter; self.TextColor=HoverColor MouseExit; select case visitedflag case false self.TextColor=OriginalTextColor case True self.TextColor=VisitedColor end Select Open; self.TextColor=OriginalTextColor MouseDown; return true MouseUp; ShowURL(self.URL) self.visitedflag=true and it behaves like a proper URL link on a web page.
@nil0bject2 ай бұрын
I'm still using RealBasic 3.5.2/5.5.5 on PPC. threads haven't changed
@jaccoslok2 ай бұрын
Very nice! We need more videos like this 👌
@simonmafanye.35372 ай бұрын
This is really great.
@digisoftbd94022 ай бұрын
Can i get this binary project ?
@hopelessdecoy3 ай бұрын
Would love to see this but for local LLM calls. Such as like what GPT4All does or other local LLM projects
@XojoInc3 ай бұрын
Noted. Thanks for your comment and interest.
@jpscun3 ай бұрын
I dream that one day they will have a version of xojo totally in Spanish which is the second most spoken language in the world. That will help to increase your sales for all those who speak and read only Spanish.
@XojoInc3 ай бұрын
Aunque el IDE no está en Español… puedes encontrar multitud de recursos en Castellano: desde tutoriales (como los de este canal), pasando por los publicados en el sitio web oficial de la documentación de Xojo, y también los múltiples artículos publicados en AprendeXojo. Además, el libro en formato electrónico de iniciación a la programación con Xojo también se encuentra traducido al castellano. documentation.xojo.com/#sec-espanol www.aprendexojo.com/blog Y por supuesto también en el Foro: forum.xojo.com/c/international/espanol/31
@mrright10683 ай бұрын
I have always appreciated xojo's implementation of threading among other things. It does not over complicate the required code. Is there a way to have core affinity for related processes?
@XojoInc3 ай бұрын
That is great to hear! You cannot currently bind a thread to a specific core. But you can add a feature request to Issues so we can look into it!
@lawrencewesthaver23353 ай бұрын
The remote debugger is an absolute game changer for those of us who develop software for the Raspberry Pi since the Xojo IDE cannot run on the R-Pi. I do my development and debugging on an Ubuntu desktop PC while executing my code on the R-Pi. Raspberry Pi development has never been easier!
@AndreasvanHaren4 ай бұрын
I created a project following the video, but cannot get the New button to work. Nothing happens when I click it, no database/listbox row is created.
@jedt3d4 ай бұрын
Thank you so much for such a wonderful video. Many small tricks that I have never used it before. Learned many things. 👍
@hopelessdecoy4 ай бұрын
Would be cool to build a utility to turn Xojo web apps into a universal mobile app for Android and IOS. Launches like a server app with your Xojo web page...... Don't know but it would be cool!
@EdwinvandenAkker4 ай бұрын
Wow, nice work! Thanks for the inspiration! 🙏🏻
@michelhuguet32934 ай бұрын
Very happy to see that you have a Quantum Computer on stock 😀!
@jedt3d4 ай бұрын
Wowww that’s the thingggg 🎉
@iamnikithamal4 ай бұрын
Amazing
@hopelessdecoy5 ай бұрын
Didn't know the user input function! These shorts are awesome! I just try to avoid freeform input, user can't mess up a check box!
@EdwinvandenAkker5 ай бұрын
Wow… As I go through the video, I see how the Xojo Cloud solution takes care of things I had to manage myself, when hosting on services like AWS. I didn't even think of load balancing and auto-close firewall ports!
@EdwinvandenAkker5 ай бұрын
Huh? Was I too busy to even miss this webinar? Fortunately you share this here on KZbin! Thanks!
@XojoInc5 ай бұрын
We are glad you caught it on YT!
@reinaldyhutapea75715 ай бұрын
Hello Mr. Xojo, can we deploy an intranet website using python to make an intranet website for our company? if we can, how? please help, i am confused
@hopelessdecoy5 ай бұрын
As I've gotten more experience I've liked procedural programming more and more. OOP is great but only where it actually helps you, otherwise its just more work.
@hopelessdecoy5 ай бұрын
Didn't know this!
@salsacubanaenmalaga98095 ай бұрын
Hola por que no explicas en español si usas ejemplos en español ? seria genial aprender en español POR QUE EXPLICAS GENIAL EN INGLES
@XojoInc5 ай бұрын
Hola! Puedes encontrar la versión en español del curso en: kzbin.info/www/bejne/iqi4i3ytoNd_n9k
@hopelessdecoy5 ай бұрын
This is great!!! Finally my labels by default are the same height as my buttons for easy snapping! I'd like to see more lesser known feature videos!
@XojoInc5 ай бұрын
Glad it was helpful!
@balloftitanium39615 ай бұрын
does it support reactive or mvvm?
@XojoInc5 ай бұрын
Xojo is an OOP, event driven programming environment that allows developers to manually implement design patterns, including MVVM. You should give it a try.
@nemias0076 ай бұрын
url para descarga del codigo?..
@XojoInc6 ай бұрын
Hola! Puedes encontrar el proyecto entre los Ejemplos desde el IDE de Xojo con el nombre "VCardToQRCode"
@AlexeiVinidiktov6 ай бұрын
I've only had a cursory watch but what is the Axis code generator for Xojo?
@waynegolding56066 ай бұрын
That's an application I wrote to make customized scripts & play them through the IDE Communicator.
@RocktCityTim6 ай бұрын
Thanks, Wayne. Great overview and excellent demo of why Templates and IDE scription are important in the Xojo world.
@craigboyd69596 ай бұрын
Hey Wayne, is that code generated by Argen or something else? <Never mind ~ should have finished watching before asking. ;-)>
@FriedrichBoettger6 ай бұрын
I still don't get it.
@XojoInc6 ай бұрын
The Xojo Forum forum.xojo.com is a great place to get questions answered.
@FriedrichBoettger6 ай бұрын
I've watched just about every Xojo tutorial video but I didn't notice this till today. A whole lot of coding efficiency gems in here I was unaware of till now. Even though this is a comparatively old video, it's still got plenty of life left in it. Like Edwin, I dig the intro too, but try making it the first video of the day at 4:30 in the morning. No need for coffee after that.
@timmelis48726 ай бұрын
I used Xojo for a few years and its ability to deploy to multiple different target platforms with a few clicks in seconds is unprecedented. This is how easy compiling should be in every language and Xojo is by far the best at it. However, I wish Xojo would have adopted a more decent languages like Java or C# in there application. The biggest issues however are the lack of opensource additional plugins and frameworks like the Java dependencies as well as the lack of community support ...
@MU574PH46 ай бұрын
Interesting.
@RocktCityTim6 ай бұрын
Very cool to see these coming around. Hopefully it will turn into a full bite (byte?) sized series.
@AlexeiVinidiktov7 ай бұрын
Maybe something like this? (It's a pity there is no straight conversion of a Set into a typed array though) Var a() As Integer = Array(1,2,3,4,5,6) Var b() As Integer = Array(2,2,3,6,7,8,9,10) Var s As Set = Set.FromArray(a) s = s.Union(Set.FromArray(b)) Var result() As Integer For Each item As Variant In s result.Add item.IntegerValue Next result.sort
@AlexeiVinidiktov7 ай бұрын
Loops, loops, loops. Aren't there Sets in Xojo?
@rjfa807 ай бұрын
Después de que Microsoft nos dejara colgados con VB y como lo único que había similar en Linux era Gambas, Xojo me pareció una magnifica idea. Agradezco a esta empresa su versión gratuita para fines no comerciales y el soporte para la RPI y a Javier por este vídeo tan revelador.
@PeruVista9 ай бұрын
🤔 Uhmmm. Me descarué el proyecto de Ricardo Cruz. Funciona tal como está en el vídeo. Sin embargo, las líneas de código con el triggerServerEvent no conversan con ExecuteEvent. Tal vez, si hubiera hecho una prueba en su presenación se hubiera dado cuenta del error. Es una pena porque estoy en un proyecto donde necesito la conexión triggerServerEvent --> ExecuteEvent
@jpscun9 ай бұрын
Excelente explicación 👍🏻
@jedt3d9 ай бұрын
among the amazing list of update, popover is one of the thing i really appreciated ❤
@UweMerz-p4n9 ай бұрын
I had no time to join the webinar - great to "participate" later on ...
@hopelessdecoy9 ай бұрын
phenomenal update! I'm so happy for the Linux and version control changes. The rest of the updates are pretty nice too :)