Atozed Forums

Full Version: Boot Strap Container How To??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(10-06-2018, 11:56 PM)LorenSzendre Wrote: [ -> ]You're welcome, go A&M))

Loren,

Smile Smile Smile

It works now.... I really am NOT sure what I had wrong. Maybe placement of the   IWBSLibSetCDNS() call as I had it in the constructor instead of the Config event.

Are you really in the Ukraine? If so, must have crazy sleeping habits!

Well, I will be posting a lot of 'How To Questions with Boot Strap' as I can't wait to get my web reservations system rewritten and all in native IW components.

All the best,

Shane
Yes, I currently live in Ukraine Smile

I'll try to expand the test app I wrote in order to test some of the IWBootstrap components I haven't experimented with yet
(10-07-2018, 09:05 AM)LorenSzendre Wrote: [ -> ]Yes, I currently live in Ukraine Smile

I'll try to expand the test app I wrote in order to test some of the IWBootstrap components I haven't experimented with yet

Good morning Loren!

That would be of great benefit to me and others!

One request: could you add a simple navigation bar that has 

1) A Left aligned button
2) Center text object
3) A right aligned button that is a drop down.

Thanks,

Shane
Sure, I'll put a page in my demo app with that.

I'm fighting right now with learning the actual IWBS components. For instance, I have an exact Bootstrap design that I'm trying to implement in Delphi, and at first it seemed like the components would not allow me to do what I wanted. But then I looked at the source code and realized that Kattunga is automatically creating a div inside the component I was working with -- so I don't need to clutter up my form with another BSRegion.

I'll have a new version of the demo app soon
(10-07-2018, 02:13 PM)LorenSzendre Wrote: [ -> ]Sure, I'll put a page in my demo app with that.

I'm fighting right now with learning the actual IWBS components. For instance, I have an exact Bootstrap design that I'm trying to implement in Delphi, and at first it seemed like the components would not allow me to do what I wanted. But then I looked at the source code and realized that Kattunga is automatically creating a div inside the component I was working with -- so I don't need to clutter up my form with another BSRegion.

I'll have a new version of the demo app soon

Thanks.

That is a problem with components vs just pure html/javascript/etc.

I am just trying to keep my design simple this time around and I am hoping bootstrap will allow me to do that.

Looking forward to the new demo.

All the best,

Shane
Pages: 1 2