Questions tagged [wxerlang]

wxErlang is a Erlang wrapper for wxWidgets, a cross-platform C++ GUI framework.

wxErlang is a Erlang wrapper for wxWidgets, a cross-platform C++ GUI framework.

22 questions
1
vote
2 answers

wxErlang openGL text example

Does anyone have a working example on how to get a text drawn in openGL, the erlang bindings? Im using a texture right now to load the one created by wxBitmap. And I am considering moving the GL code to Java or C++.
BAR
  • 15,909
  • 27
  • 97
  • 185
0
votes
1 answer

How to convert erlang module (wxImage) const/array to a list in Elixir?

I am trying to manipulate a "test.jpg" image in Elixir by using Erlang wxImage library, but I am getting an error. I do not know how to convert the array/const output to a list so I can use it in Elixir. Also I do not know why there is a clause…
Arto Kalishian
  • 496
  • 1
  • 6
  • 11
0
votes
2 answers

ERLANG - WX NOTEBOOK SIZE

Im having a small issue today.. I am trying to create an aui as shown in the demo program of the wx module. The size of the actual tabs will not change no matter what I do. They stay at about 400 by 50 and I can't understand why. I think it may be…
BAR
  • 15,909
  • 27
  • 97
  • 185
0
votes
0 answers

How to get a sizer for a wxFrame? (Updated - 2 [All the code])

%%%------------------------------------------------------------------- %%% @author Charu Palkar %%% @copyright (C) 2016, Charu Palkar %%% @doc %%% %%% @end %%% Created : 22 Jul 2016 by Charu Palkar…
CSP
  • 21
  • 3
0
votes
1 answer

Using erlang wx module results in an error: Mismatch between the program and library build versions detected

I am trying to use erlang's wx module, but it crashes on all of the functions with the following error: Erlang/OTP 18 [erts-7.2] [source-e6dd627] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] Eshell V7.2 (abort with ^G) 1>…
Deddy
  • 169
  • 1
  • 13
0
votes
1 answer

UTF-32 encoding in Erlang

I want to create an application with wxErlang, in which I need to use UTF-32 strings. I can load source code from the file with UTF-8 encoding, but getting errors when the file is converted to UTF-32. I need to use Cyrillic characters in my…
Roman Podymov
  • 4,168
  • 4
  • 30
  • 57
-1
votes
1 answer

Creating a grid in wx Erlang

I am trying to create an interface with Erlang. I want to use the wx grid module but cannot find anywhere to learn how exactly to start using this module.
love4code
  • 31
  • 2
1
2