krishKM / Modern-UI-Components-for-VBA

A helper dll for VBA users to design modern UI components. No install required!
MIT License
203 stars 41 forks source link

Love the idea, but can't compile due to Public gBootstrap As New Tbootstrap #48

Closed pchambless closed 3 years ago

pchambless commented 3 years ago

I am anxious to put this package into action! This may not even be a big deal because, in the short run, I'm really interested in converting my Access table to JSON. When I try to compile I get error on Public gBootstrap As New Tbootstrap. Now, what I did was copy all the modules and class modules in the dll_test.accdb which maybe I did not need to do. I've used Access for almost 30 years, so I've been around the block, but I would not call myself a 'developer' - more like a 'prototyper'. Thanks if you can point me in a direction. If you can tell me what I need to do to create a Tbootstrap type, That may work...

krishKM commented 3 years ago

hi, are you sure you've copied all the class modules? there is a class module called TBootstrap. if you have this in your application then it should work.

pchambless commented 3 years ago

Ohhhh! My bad! Thank you for you quick reply!

------ Original Message ------ From: "Krish" notifications@github.com To: "krishKM/Modern-UI-Components-for-VBA" Modern-UI-Components-for-VBA@noreply.github.com Cc: "pchambless" pc7900@gmail.com; "Author" author@noreply.github.com Sent: 2/5/2021 11:22:42 AM Subject: Re: [krishKM/Modern-UI-Components-for-VBA] Love the idea, but can't compile due to Public gBootstrap As New Tbootstrap (#48)

hi, are you sure you've copied all the class modules? there is a class module called TBootstrap. if you have this in your application then it should work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/krishKM/Modern-UI-Components-for-VBA/issues/48#issuecomment-774170860, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKWYZBMLKATHQQQT4RQBVA3S5QSOFANCNFSM4XFDRHNA.

pchambless commented 3 years ago

I hadn't copied in the TDialog either. That would probably be an issue as well, ha ha. I will close this issue.