angerangel

Results 20 issues of angerangel

Source compile on windows without problem, but it must be adapted also to other platforms.

bug

**request-file** sometimes returns immediately an empty string: ``` >> request-file == %"" ``` It doesn't show a window to select a file, it simply returns **%""** It it the problem...

bug

The following code is ok: ``` view [ image logo vpanel [ button "Rebol" button "Public" button "Local" button "Console" ] ] ``` This one I get an error: ```...

bug

I tried to avoid load multiple times _load-gui_, so I added in _mezz-help.r_ file: ``` ... if not value? 'logo [ ;load the R3GUI and logo image ...] ``` but...

bug

_On-click_ seems to perfom double time the action, instead _on-action_ just one. Is it a bug?

bug

**To-Draw** function is missing a description, what you propose?

enhancement

GOB! type is for GUI, if you create a GUI element with draw or modify another gob/DRAW: ``` a: make gob! [draw: [line 0x0 100x100]] view a ``` You'll obtain...

bug

Sometime when I write a window with errors, I can't use GUI anymore, the error will be always shown even if I change code.

bug

My database size for just on site is 1 GB! How can I limit the usage? For example limiting keeping just the last 5 years?

question