Nathan Ingersoll wrote:
I noticed both of the code snippet's you've sent are calling ecore
functions and not EWL functions, are you calling ewl_init() prior to
these snippets, or are they just simple test cases? You can call the
ecore functions without adversely affecting EWL, but you have to call
ewl_init() for certain variables to be setup correctly.

That worked! Credit also to Nigel who already pointed this out but failed to get my attention.

On 5/24/05, Simon Poole <[EMAIL PROTECTED]> wrote:

I'm trying to run EWL on the framebuffer.  Apparently in order to
achieve this I have to set /ewl/evas/render_method to "fb".  How should
I do this?  I've tried:

        ecore_init();
        ecore_app_args_set(argc, (const char **)argv);
        ecore_config_string_default("/ewl/evas/render_method", "fb");
        ecore_config_init("myapp");
        ecore_config_load();


I've replaced all the above with:
        ewl_init(&argc, argv);
        ecore_config_string_set("/ewl/evas/render_method", "fb");

Many thanks for everyone's help. I can now start playing properly! Dan, perhaps you could insert this incantation as an example in the configuration section of the EWL book (chapter 5)?

--
Simon Poole
www.appliancestudio.com



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to