Preemptive Threads Explained
3:57
Hilos preemptivos en Xojo
5:46
3 ай бұрын
Xojo 2024r3 is now available!
0:24
Xojo Cloud Overview
21:45
4 ай бұрын
Usar WebDataSource y WebListBox
8:33
New Features in Xojo 2024r2
7:37
6 ай бұрын
Using Xojo and the Star Wars API
36:33
Пікірлер
@FriedrichBoettger
@FriedrichBoettger 21 күн бұрын
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.
@zdeneklorenc1448
@zdeneklorenc1448 27 күн бұрын
Great! 👍
@MTJoe406
@MTJoe406 28 күн бұрын
Nice work Xojo!
@stargazer7644
@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?
@XojoInc
@XojoInc 26 күн бұрын
If it's too fast, slow the video in KZbin.
@hopelessdecoy
@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!
@SoyJavero
@SoyJavero 2 ай бұрын
gracias interesante
@XojoInc
@XojoInc 2 ай бұрын
Me alegra que te haya gustado!
@MTJoe406
@MTJoe406 2 ай бұрын
Great presentation. Thanks Geoff!
@mistermac101
@mistermac101 2 ай бұрын
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.
@XojoInc
@XojoInc 2 ай бұрын
Thanks for sharing! Reach out to us at hello at xojo.com if you have any questions as you evaluate.
@someinternetdude4159
@someinternetdude4159 2 ай бұрын
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.
@nil0bject
@nil0bject 2 ай бұрын
I'm still using RealBasic 3.5.2/5.5.5 on PPC. threads haven't changed
@jaccoslok
@jaccoslok 2 ай бұрын
Very nice! We need more videos like this 👌
@simonmafanye.3537
@simonmafanye.3537 2 ай бұрын
This is really great.
@digisoftbd9402
@digisoftbd9402 2 ай бұрын
Can i get this binary project ?
@hopelessdecoy
@hopelessdecoy 3 ай бұрын
Would love to see this but for local LLM calls. Such as like what GPT4All does or other local LLM projects
@XojoInc
@XojoInc 3 ай бұрын
Noted. Thanks for your comment and interest.
@jpscun
@jpscun 3 ай бұрын
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.
@XojoInc
@XojoInc 3 ай бұрын
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
@mrright1068
@mrright1068 3 ай бұрын
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?
@XojoInc
@XojoInc 3 ай бұрын
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!
@lawrencewesthaver2335
@lawrencewesthaver2335 3 ай бұрын
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!
@AndreasvanHaren
@AndreasvanHaren 4 ай бұрын
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.
@jedt3d
@jedt3d 4 ай бұрын
Thank you so much for such a wonderful video. Many small tricks that I have never used it before. Learned many things. 👍
@hopelessdecoy
@hopelessdecoy 4 ай бұрын
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!
@EdwinvandenAkker
@EdwinvandenAkker 4 ай бұрын
Wow, nice work! Thanks for the inspiration! 🙏🏻
@michelhuguet3293
@michelhuguet3293 4 ай бұрын
Very happy to see that you have a Quantum Computer on stock 😀!
@jedt3d
@jedt3d 4 ай бұрын
Wowww that’s the thingggg 🎉
@iamnikithamal
@iamnikithamal 4 ай бұрын
Amazing
@hopelessdecoy
@hopelessdecoy 5 ай бұрын
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!
@EdwinvandenAkker
@EdwinvandenAkker 5 ай бұрын
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!
@EdwinvandenAkker
@EdwinvandenAkker 5 ай бұрын
Huh? Was I too busy to even miss this webinar? Fortunately you share this here on KZbin! Thanks!
@XojoInc
@XojoInc 5 ай бұрын
We are glad you caught it on YT!
@reinaldyhutapea7571
@reinaldyhutapea7571 5 ай бұрын
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
@hopelessdecoy
@hopelessdecoy 5 ай бұрын
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.
@hopelessdecoy
@hopelessdecoy 5 ай бұрын
Didn't know this!
@salsacubanaenmalaga9809
@salsacubanaenmalaga9809 5 ай бұрын
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
@XojoInc
@XojoInc 5 ай бұрын
Hola! Puedes encontrar la versión en español del curso en: kzbin.info/www/bejne/iqi4i3ytoNd_n9k
@hopelessdecoy
@hopelessdecoy 5 ай бұрын
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!
@XojoInc
@XojoInc 5 ай бұрын
Glad it was helpful!
@balloftitanium3961
@balloftitanium3961 5 ай бұрын
does it support reactive or mvvm?
@XojoInc
@XojoInc 5 ай бұрын
Xojo is an OOP, event driven programming environment that allows developers to manually implement design patterns, including MVVM. You should give it a try.
@nemias007
@nemias007 6 ай бұрын
url para descarga del codigo?..
@XojoInc
@XojoInc 6 ай бұрын
Hola! Puedes encontrar el proyecto entre los Ejemplos desde el IDE de Xojo con el nombre "VCardToQRCode"
@AlexeiVinidiktov
@AlexeiVinidiktov 6 ай бұрын
I've only had a cursory watch but what is the Axis code generator for Xojo?
@waynegolding5606
@waynegolding5606 6 ай бұрын
That's an application I wrote to make customized scripts & play them through the IDE Communicator.
@RocktCityTim
@RocktCityTim 6 ай бұрын
Thanks, Wayne. Great overview and excellent demo of why Templates and IDE scription are important in the Xojo world.
@craigboyd6959
@craigboyd6959 6 ай бұрын
Hey Wayne, is that code generated by Argen or something else? <Never mind ~ should have finished watching before asking. ;-)>
@FriedrichBoettger
@FriedrichBoettger 6 ай бұрын
I still don't get it.
@XojoInc
@XojoInc 6 ай бұрын
The Xojo Forum forum.xojo.com is a great place to get questions answered.
@FriedrichBoettger
@FriedrichBoettger 6 ай бұрын
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.
@timmelis4872
@timmelis4872 6 ай бұрын
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 ...
@MU574PH4
@MU574PH4 6 ай бұрын
Interesting.
@RocktCityTim
@RocktCityTim 6 ай бұрын
Very cool to see these coming around. Hopefully it will turn into a full bite (byte?) sized series.
@AlexeiVinidiktov
@AlexeiVinidiktov 7 ай бұрын
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
@AlexeiVinidiktov
@AlexeiVinidiktov 7 ай бұрын
Loops, loops, loops. Aren't there Sets in Xojo?
@rjfa80
@rjfa80 7 ай бұрын
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.
@PeruVista
@PeruVista 9 ай бұрын
🤔 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
@jpscun
@jpscun 9 ай бұрын
Excelente explicación 👍🏻
@jedt3d
@jedt3d 9 ай бұрын
among the amazing list of update, popover is one of the thing i really appreciated ❤
@UweMerz-p4n
@UweMerz-p4n 9 ай бұрын
I had no time to join the webinar - great to "participate" later on ...
@hopelessdecoy
@hopelessdecoy 9 ай бұрын
phenomenal update! I'm so happy for the Linux and version control changes. The rest of the updates are pretty nice too :)