On 12/4/05, Stafford Horne <[EMAIL PROTECTED]> wrote: > > Problems: > 1. When opening the Eap editor (Configuration -> Eap Editor) in the menu > there is no way to select any icons. The file selector is blank. > > Reason: A default path is never being set. > Call Trace (creating fm): > e_fm_add (e_file_selector.c) > _e_smart_add (e_file_selector.c) > e_file_selector_add (e_file_selector.c) > e_widget_fileman_add (e_widget_fileman.c) > e_file_dialog_new (e_file_dialog.c) > _e_wid_activate_hook (e_widget_iconsel.c) > > Solutions: Somewhere after calling e_fm_add their needs to be a call to > e_fm_dir_set. This will allow the icons to be generated for the > file_selector. >
Execllent, the solution to this is simple for now, but will be properly done later. For now, we can initialize the dir to the user's home. Later on, we can restore his last eap dir / most common one based on some info we collect. > 2. When opening EFM by selecting Files in the main menu the window comes > up blank. If you try to resize the window then the window then the > icons will show up. > > Reason: after e_fm_dir_set is called there are no resize events to show > the tiles. Specifically _e_icon_canvas_smart_resize is not being > called. > > Soltion: After e_fm_dir_set is called _e_icon_canvas_smart_resize needs > to be called. > I'm going to look closely at this one and see what the best fix is. Thanks a lot for spending some time to hunt down those bugs! hisham. -- Hisham Mardam Bey MSc (Computer Science) http://hisham.cc/ +9613609386 Codito Ergo Sum (I Code Therefore I Am) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel