World: r3wp
[View] discuss view related issues
older newer | first last |
Volker 18-Nov-2005 [3295] | Maybe that 5 sec is worth a rambo-ticket? |
Pekr 18-Nov-2005 [3296x2] | I even wrote down the strategy during first plug-in attempt, as it had exactly the same problems. But it is imo lost in old World. Imo we could try to revise get-net-info instead? |
... and yes, lowering the timeout, could make situation more acceptable ... | |
Allen 18-Nov-2005 [3298] | 5 seconds might not be enough time for the first time user to allow the user to respond to a software firewall (to add rebol to the allow list) and still get a connection. |
Volker 18-Nov-2005 [3299x2] | Maybe a requester. "Testing proxy" and choice for seconds |
if async oes not fix it. | |
Pekr 18-Nov-2005 [3301x3] | hmm, then get-net-info should be revised ... |
Volker - or just not to connect by default, asking dialog if connect to internet, or first check settings ... | |
View already tells you, that you should do system settings, but then it tries to connect, which is imo incorrect aproach ... | |
Allen 18-Nov-2005 [3304] | I agree. |
Volker 18-Nov-2005 [3305] | Me too. Needs a dialog where you can change and test. |
Graham 18-Nov-2005 [3306x3] | maybe, but rebcobe binding bug is still not fixed :((( rambo says it is. |
Ok, you View gurus ... text flow in an area field is handled at the View level ? | |
So, what's the difficulty in using a non rectangular field to flow text ? | |
Volker 18-Nov-2005 [3309] | AFAIK yes. If you mean wrap |
Graham 18-Nov-2005 [3310x3] | yes, I mean wrap. |
I don't recall seeing any examples where images are mixed with text, and where the text can wrap around the image | |
It's just a calculation, right? | |
Volker 18-Nov-2005 [3313x2] | Yes. |
Which you can do yourself, and use multiple faces or draw. | |
Graham 18-Nov-2005 [3315] | Yes, can do oneself .. or ask for more basic support, or a new widget that supports this. |
Volker 18-Nov-2005 [3316] | :) |
Graham 18-Nov-2005 [3317x3] | scrolling an image requires changing the offsets in a pane |
scrolling text, the pane stays where it is, and the text offset is changed | |
so, I guess if you have mixture of text and graphics, you have to scroll the pane? | |
Volker 18-Nov-2005 [3320x2] | Yes. |
Or, I guess you could put the image in draw and scroll there. | |
Graham 18-Nov-2005 [3322] | what do you mean ? |
Volker 18-Nov-2005 [3323] | AFAIK you can put an image in draw and scale and such things. translation and scrolling is the same. |
Graham 18-Nov-2005 [3324x2] | Say, you wanted to edit in situ text that was running along a curve, spline. |
you would have to detect your mouse click was touching the text somehow ( so add a feel to the text ) ...and then calculate where it was along the text | |
Volker 18-Nov-2005 [3326] | Hmm. That you need offset-to-caret for such text. I guess we have only for normal one, not for agg? |
Graham 18-Nov-2005 [3327x2] | where's the agg docs ? |
http://antigrain.com/doc/ | |
DideC 18-Nov-2005 [3329] | Build page update with infos on last release http://www.rebol.net/builds/ |
Graham 18-Nov-2005 [3330] | and this "This is being done in preparation for the dialected rich-text improvements" |
DideC 19-Nov-2005 [3331] | yeah ;-) |
Volker 19-Nov-2005 [3332] | So we dont get a plugin, isntead write our own browser? :)) |
Pekr 19-Nov-2005 [3333] | Why a browser? getting rich-text is not everything you know :-) Who would write parsers for all that web "standards" out there, plus support for various browser quirk modes? And what would you do about java-script? Are we going to reimplement javascript in rebol too? :-) |
Volker 19-Nov-2005 [3334] | I totally forgot *you* are here :) Yes, i was joking :)) |
Ashley 19-Nov-2005 [3335] | A simple REBOL-based WYSIWYG word processor is possible though. I've often contemplated doing one that was CSS2 / XHTML based so you can seperate style from content (and get an HTML editor to boot). Should be possible,and fast, once REBOL has rich text support. |
Robert 20-Nov-2005 [3336] | And it will make my MDP viewer much simpler and faster. |
Graham 20-Nov-2005 [3337] | ICarii, are you planning on adding controls to your calendar ? |
ICarii 20-Nov-2005 [3338x2] | yup |
first ill implement clickable days and month paging | |
Graham 20-Nov-2005 [3340] | sick days ? |
ICarii 20-Nov-2005 [3341] | you can add those via the day-events :P |
Graham 20-Nov-2005 [3342] | Allen has a nice calendar though he hasn't updated it for a while. |
ICarii 20-Nov-2005 [3343] | cool :) I just wanted to make something in agg :) |
Graham 20-Nov-2005 [3344] | I think he has year views etc. |
older newer | first last |