One more request, is it possible for you to do to ImageBox what
you did to Button to show the transparent images (png)? Because
Imagebox is showing black color for transparent pixels.
I tried to see the git history to see if I can make that change
to Imagebox and submit a pull request, but I a
On Monday, 11 April 2022 at 13:14:16 UTC, Adam D Ruppe wrote:
On Monday, 11 April 2022 at 12:40:29 UTC, sai wrote:
One more request, is it possible for you to do to ImageBox
what you did to Button to show the transparent images (png)?
Because Imagebox is showing black color for transparent pixe
1. I assume arsd-minigui library does not support transparent
images by itself, does it? I am trying to show a png image with
transparent areas on a button, but those transparent areas shows
as black color.
2. I want to show both image and text on a button, but looks like
it shows image or t
On Monday, 28 March 2022 at 17:00:42 UTC, sai wrote:
1. I assume arsd-minigui library does not support transparent
images by itself, does it? I am trying to show a png image with
transparent areas on a button, but those transparent areas
shows as black color.
2. I want to show both image and
On Monday, 28 March 2022 at 18:03:32 UTC, Adam Ruppe wrote:
On Monday, 28 March 2022 at 17:00:42 UTC, sai wrote:
1. I assume arsd-minigui library does not support transparent
images by itself, does it? I am trying to show a png image
with transparent areas on a button, but those transparent
ar
On Monday, 28 March 2022 at 23:03:01 UTC, Adam Ruppe wrote:
In fact, using a pragma now, I think I got it so you don't even
need the manifest now (the pragma includes a default one now).
Only works when doing dmd -m32mscoff or dmd -m64 builds (which
are also what dub uses fyi), will NOT work w
Actually as you mentioned, I did find the changes in minigui.d
file. I will try tweaking the pragma there see if anything works.
Interestingly I get the same error if I change the pragma test to
"BLAH"
lld-link: error: BLAH is not allowed in .drectve
I suspect something is going wrong when passing the linker
options from pragma to the linker itself.
However, if I uncomment the pragma and explicitly place the
manife
Found this: https://bugs.llvm.org/show_bug.cgi?id=38797
Seems like a linker bug? So we have to wait for the fix to show
up in dmd package.
Thanks Adam for all the help :)
I see that there are ports of go compiler on ev3dev (ARM, debian
based) for controlling the EV3 lego mindstorm robot.
(http://www.ev3dev.org/docs/libraries/)
Is there a port of a D compiler for ARM? How about libraries? I
need a basic file IO and console IO for controlling the robot.
Thanks
Thanks all for your replies.
I tried to use GDC first, I couldn't find windows binary
targeting windows (for initial testing) which I thought was
weird. https://gdcproject.org/downloads
So I tried to build it in Cygwin env, using these instructions:
http://wiki.dlang.org/GDC/Installation/Gene
I have seen luad and Walters own JavaScript VM that can be used
in D for embedded scripting purpose in an application.
I was wondering which is more popular among D applications? Any
suggestions?
Thanks, sai
13 matches
Mail list logo