alexrestrepo / RBCustomTabPanel

A Canvas-based tab panel that mimics the tabpanel in the RealBasic IDE
5 stars 8 forks source link

RBCustomTabPanel fitsize raises NilObjectException #1

Open rjkantor opened 7 years ago

rjkantor commented 7 years ago

I am trying to compile in Xojo 2017 v1.1 and the fitsize is raising an NilObjectException. Any assistance to get around this issue?

Thank you, Robb 2017-06-22_20-22-12

alexrestrepo commented 7 years ago

Hey Robert,

I haven’t used RB/Xojo in a very long time so I’m afraid I won’t be of much help. Guessing from your screenshot, you may be missing those images?

I know a lot of people use these components (even nowadays) so you may try asking in the xojo forums.

Best of luck!

Alex

On Jun 22, 2017, at 6:27 PM, Robert Kantor notifications@github.com wrote:

I am trying to compile in Xojo 2017 v1.1 and the fitsize is raising an NilObjectException. Any assistance to get around this issue?

Thank you, Robb https://user-images.githubusercontent.com/1690354/27462842-25b57766-5789-11e7-8bdd-7ce99655448d.jpg — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alexrestrepo/RBCustomTabPanel/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABUCAeTKNRgECI6itWt7TjE2lQ33GeMMks5sGxR5gaJpZM4ODB7m.

rjkantor commented 7 years ago

Thanks for the reply.

Robb

Get Outlook for iOShttps://aka.ms/o0ukef


From: Alex Restrepo notifications@github.com Sent: Thursday, June 22, 2017 10:29:21 PM To: alexrestrepo/RBCustomTabPanel Cc: Robert Kantor; Author Subject: Re: [alexrestrepo/RBCustomTabPanel] RBCustomTabPanel fitsize raises NilObjectException (#1)

Hey Robert,

I haven’t used RB/Xojo in a very long time so I’m afraid I won’t be of much help. Guessing from your screenshot, you may be missing those images?

I know a lot of people use these components (even nowadays) so you may try asking in the xojo forums.

Best of luck!

Alex

On Jun 22, 2017, at 6:27 PM, Robert Kantor notifications@github.com wrote:

I am trying to compile in Xojo 2017 v1.1 and the fitsize is raising an NilObjectException. Any assistance to get around this issue?

Thank you, Robb https://user-images.githubusercontent.com/1690354/27462842-25b57766-5789-11e7-8bdd-7ce99655448d.jpg — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alexrestrepo/RBCustomTabPanel/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABUCAeTKNRgECI6itWt7TjE2lQ33GeMMks5sGxR5gaJpZM4ODB7m.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/alexrestrepo/RBCustomTabPanel/issues/1#issuecomment-310554289, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABnK8l8w6EZaiso3Ppco0NTJPH6RmXq8ks5sGyMBgaJpZM4ODB7m.

pattisahusiwa commented 7 years ago

I've fixed this issue on my fork. I'll create PR if you want to merge into this repo.