Webinar 2

Webinar 2 now uploaded to YouTube

Topics Covered:

  • Introduction to GIT
  • Introduction to basic bootstrap
  • Creating database records
  • Listing Table Records
  • Updating database records
  • Deleting database records
  • Searching database records
  • Linking child forms to a parent list
  • Server Action Result Notifications, Success or Error
  • Using “Click” Dynamic Actions
  • Using Dynamic Modals
  • Techniques to hide/show a containers and buttons
  • Using button ‘spinners’’
  • Disabling or hiding buttons during submission

Video:

13 Likes

Dang, I missed it! Yesterday was a holiday in Canada so my brain was thinking today is Monday.

1 Like

Don’t know about everyone else but I enjoyed doing it

5 Likes

I’ll be watching as soon as I get a chance that’s for sure. Thanks for doing it.

1 Like

I enjoyed it as well Brian.

Thanks Brian. I’ve got my coffee in hand and going to watch now. I can’t join the live feeds because they start at midnight for me down here and the last time I tried, it screwed me up for the rest of the day. Couldn’t get any work done. Apparently, I need my beauty sleep - lots of it, I’m told. :slight_smile: So thanks for putting these online for the antipodeans.

1 Like

You are very kind Ben although i doubt i truth you leaned anything new but thanks anyway

It’s not always about learning something new. I find it useful to see someone else work in the same tools I do to fine tune or even validate my own workflows.

3 Likes

I agree @brad, although I watch these from a slightly different angle. I try to predict what is about to happen, and in my head I am two or three steps ahead. THEN usually I go “Oh shit, forgot about that step!” and everything goes to pot. Good job @Hyperbytes is there to teach me all over again :smile:

1 Like

Hi Brian. At the beginning of the webinar you showed us you had a new Git icon in the toolbar. I don’t have that. Is that because you have to have a Git account first?

Hi @cy2,

You need to enable experimental features in your Wappler settings.

2 Likes

OK. Thanks @brad.

Edit: Yep. There she is.

1 Like

Another very helpful video - thank you, Brian

@Hyperbytes, thank you so much for another great video! I am so glad you touched on the topic of models because while the documentation is great, seeing it in action is awesome !

1 Like

@Hyperbytes I watched it live, watching the Youtube feed again today. Very helpful and an enjoyable watch. Appreciate your time spent doing it Brian.

1 Like

@Hyperbytes thank you so much for these videos apologies I couldn’t make it live. This has been such fantastic help I feel a though I am beginning to understand the wappler way and I am not getting excited!

1 Like

Thank you for your video @Hyperbytes it was very helpful.
But I have one fundamental question: it is possible to create real time (web-socket based) application in Wappler? Following your tutorial after new record is created - all other web-site users need to refresh their pages in order to this new record. It’s possible so that all users who looks in to table would see new records/updates/changes right away without need of web-page refresh?
Why I’m asking is that I’m trying to re-create CRM systems which is already functioning on other “no-code platform” and they have real time update “out-of-the-box” right away.

Hello @Petrucho
Web sockets are not currently supported in Wappler.

I am currently working on something at the moment which implements real time record locking and page refreshing using the scheduler.
Not 100% real time but developer can set the refresh rate dependent on other web traffic, the more bandwidth spare, the shorter the refresh cycle. I am using 30 seconds at the moment so locks are checked every 30 seconds and pages refreshed accordingly.
Hope to have it finished in the next week to fortnight (busy with other stuff at moment)

Once completed I will either do a video or a webinar on it

4 Likes

Hi @Hyperbytes , did you publish the video implementing real-time record taking, I’m very keen to learn from your experience. Thanks!