

Importing of still GIF images (including transparent ones).The following features are unique to the GIF format: The following features are unique to the BMP format: Setting quality when using lossy format.The following features are unique to the WebP format: Multiple images within one ICO file (import and export).The following features are unique to the ICO format: The following features are unique to the HDR format: 8 bit per channel read and write (RGB, Gray, RGB-A, Gray-A).Exporting with Alpha channels for all export types (file,string).Importing with Alpha channels for all import types (file,string).The following features are unique to the Tga format: (RGB, Gray, RGB-A, Gray-A, CMYK, CMYK-A). 8 bit per channel read and write (RGB, Gray, RGB-A, Gray-A, CMYK,.Multiple images within one TIFF file (import and export).Exporting with Alpha channels (file,string).Importing with Alpha channels (file,string).The following features are unique to the TIFF format: 8 bit per channel read and write (RGB, CMYK).Importing and exporting CMYK color space.Import and export without using Xojo Picture Object.Import and export horizonatal and vertical resolution values.The following features are unique to the Jpeg format: 8 bit per channel read and write (RGB, Gray, RGBA, Gray-A).Exporting with Alpha channels for all export types.Importing with Alpha channels for all import types.The following features are unique to the PNG format: The plugin currently supports PNG, Jpeg, HDR, ICO, TIFF, GIF* and Tga file formats. That’s a keeper.GraphicsFormats is a Xojo plugin to import and export pictures. I love the language but I am not happy with the forms on either web or desktop. This is overkill for my extremely prosaic needs (basically I want every control transparent and borderless) but this looks like a great example of what Xojo should have in its form toolkit. Thank you for referencing your Graffiti styles, which I’ve seen many times before in my search for controls. Extending anything like that paradigm to Xojo, however, seems fruitless. I have no trouble adding a stylesheet to an html web page or applying individual styles to html elements.
#XOJO IENUREABLE HOW TO#
Basically, I’m unfamiliar with the terminology (webstyles and themes) and don’t know how to use stylesheets in Xojo so a lot of what seems intuitive to you is kind of lost on me. I’m going from the forum posts of others. I don’t really know how well the old procedures work(ed). This seems to work fine when the documented uses of background-color do not. I had some luck doing borders in individual controls, but this value syntax you stuck in your reply is a little goldmine. I don’t want to use bootstrap anyway (ditto for my other web projects in php) so I tried to reference my own css stylesheet, and embed my own inline styles, to no avail. I should have probably mentioned that I’m a noob with Xojo web (though I’ve lurked about in these forums for awhile) and once I got the bootstrap into Xojo I didn’t know how to reference it. It’s just that the changes are hard to follow if someone at the company is not disseminating the requisite information to the community as quickly as the changes are being made.Īssuming I’m missing something, if someone could point me to a current article or two, I’d appreciate it.
#XOJO IENUREABLE UPDATE#
Not that it’s a bad idea to update your programming paradigm. From my dim understanding to date, this Web 2.0 thing seems to have broken at least as many things as it has fixed. In my opinion, it’s probably time for someone to write an updated and hopefully really detailed tutorial on exactly how to style a webpage in CSS. I’ve read several tutorials on the forum all the way back to 2015 on how to use CSS in Xojo, but some of these features seem to have been deprecated. What is a “Xojo-Webstyle-control” and where do I find one? So, how do I name and create a “webstyle”. I’ve tried to apply a class to it, but I see no result. I don’t know if I can write a definition for an input tag in CSS and have it apply to a text box in Xojo. There is a thing called a “theme” that we can supposedly implement and call by name, but I see no concrete (understandable by me) example of how to do this (I know what a “theme” is in terms of bootstrap or another CSS framework, but I don’t know how to apply it here). Still, I can only define some styling in the “Opening” event of controls. I’ve also created individual style entries in that HTML header box. I have a stylesheet attached to my app object. I know CSS, but obviously the methodology is different here.

Judging by my reading on this forum, I’m not the only one flummoxed by Xojo’s implementation and/or explanation of css styling for the web apps.
