Ludovic Bas

Results 37 comments of Ludovic Bas

Just a little update about html format. I found that the correct format for html should be `HTML Format` and not `text/html`. But length is 0, so still unusable. ```...

I can get the html using directly windows api: ``` int cfid = RegisterClipboardFormat("HTML Format"); OpenClipboard(NULL); HGLOBAL hglb = GetClipboardData(cfid); if (hglb != NULL) { std::cout

Thanks for your answer @dacap . So if I can't use `get_data_length` to get the length, how could I use `get_data `?

Thanks. That will be so much appreciated.

@thomasjwebb Would be great!

I may be wrong but I think lime clipboard works only inside textfield. Can you test to copy/paste from external program inside Input Textfield? Anyway Lime relies on SDL to...

I understand but my cross-platform app works better like this. I can get the image dropped in my browser with `BitmapData.loadFromFile(path)`. So I don't have `#if` in my code. I...

So it seems that you get a point. On native you have the full URL with extension. And with my PR you have this kind of url: `blob:http://127.0.0.1//fdsfkuhdsikufhdsiuyfgh` so without...

I can try but I'm a noob in abstract.