• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp5907
r3wp58701
total:64608

results window for this page: [start: 12801 end: 12900]

world-name: r3wp

Group: View ... discuss view related issues [web-public]
rolf:
2-Jan-2005
Any simple way to set a "field", or better serie of fields with the 
same style,  to  read-only  at  runtime?
rolf:
3-Jan-2005
Plugin sound advanced, so I did not examine,  I just started Rebol 
a month ago.

My programming style has yet  not adapted the Rebol style. It still 
feels like translating directly from procedural languages.
But I'll check the plugins.
Anton:
3-Jan-2005
I'm just giving those instructions a go now, using Firefox 1.0
ReViewer:
4-Jan-2005
Many changes occured on /View during 2004 and that's very good after 
a long period with no updates. What about 2005 now? How far is RT 
from an official cross plateform /View ? What will trigger the next 
new release?
Vincent:
4-Jan-2005
Graham: yes, it's what I did after searching why all my riff-waves 
has unsigned big'endian data :-) 
- but is it a bug - or a documentation problem?
Graham:
5-Jan-2005
I've got one event that I am processing for timer events, and I want 
to start up another that shows a time elapsed.  But it seems I can't 
have both going at once ?
Graham:
5-Jan-2005
Is that a bug, or just a by product of the way 'inform works?
Anton:
5-Jan-2005
Vincent, I'd say that's a bug. I also found just playing different 
sounds (inserting different sounds that were only loaded once each), 
that the audio format would change randomly ! 8-bit <-> 16-bit, 22.05kHz 
<-> 44.1kHz etc... and the sound quality eventually degrades, obviously.
Anton:
5-Jan-2005
Graham, I'd say that's a problem of the inform system. Check out 
Romano's INFORM patch and WAKE-EVENT patch.
Anton:
5-Jan-2005
Pekr, those patches still have issues to be dealt with; they are 
very complex, affect a lot of things, and do not have a lot of discussion.
Romano:
5-Jan-2005
/window open a new window
Romano:
5-Jan-2005
/window/away is a window which behaves like a menu (disappears when 
user click outside)
Anton:
5-Jan-2005
s timer inside a layout problem, above ?
Ammon:
5-Jan-2005
I never could get SHOW-POPUP to properly act like a menu so I hacked 
my own solution that may provide some insight for you.  You can find 
it on REBOL.org...  Dropdown.r
eFishAnt:
7-Jan-2005
where do I find the docs for hide (like to hide a password typed 
in?)  I know I have read it somewhere...
Gabriele:
7-Jan-2005
it's just a line, isn't it?
Gabriele:
7-Jan-2005
hmm, i think i don't have the svg viewer installed here, i was able 
to open it with inkscape but maybe it doesn't support that? i just 
see a line.
Gabriele:
7-Jan-2005
if i click the link i get a file download
Gabriele:
7-Jan-2005
isn't that a bit too blurry?
Gabriele:
7-Jan-2005
anyway, looks like the same graph rendered twice to make a blorry 
shadow
Gabriele:
7-Jan-2005
so you can render it, use the blur effect, and render it again with 
a small translation
Geomol:
7-Jan-2005
Shouldn't be too hard to get a nice result in View with AGG.
Graham:
7-Jan-2005
I was just playing with the q-plot, and the output seemed a little 
plain ...
Graham:
8-Jan-2005
>> date-data: [ 1-Jan-2005 2-Jan-2005 3-Jan-2005 1-Dec-2005 ]
== [1-Jan-2005 2-Jan-2005 3-Jan-2005 1-Dec-2005]
>> y-data: [ 1 2 3 4 ]
== [1 2 3 4]

 view quick-plot [ 800x300 x-data [(date-data)] line [(y-data)] x-axis 
 6 ]

which draws a very straight line.
Chris:
8-Jan-2005
Hmm, that's from a while back (my first RF logo :o)  Allen has the 
keys to the archive...
PhilB:
8-Jan-2005
I got the impression Joel used a Mac ..... and hence no Native View 
or AltME
Ladislav:
8-Jan-2005
Graham: re quick plot - yes, I had to make some changes to be able 
to draw xy graph with irregular x values. Unfortunately I didn't 
correct the behaviour for dates. I will probably include XY graphing 
capabilities into  my spider.r, because the "philosophy" of q-plot 
looks a bit "flawed" to me - it is "two-pass" (acceptable) evaluating 
expressions twice , which looks
Graham:
8-Jan-2005
Ladislav, do you have a fixed version of q-plot for irregular x values? 
 I can use seconds instead of date values.
Cyphre:
8-Jan-2005
Graham. I stopped developement of agg_lite.dll and switched to AGG 
v2.2 library which is used in Rebol/View alphas. The agg_lite.dll 
was just a proof of concept.
Cyphre:
8-Jan-2005
I'm using internally for testing and debugging 'a clone' of the same 
code(which is written for View with agg) as a .dll. But this version 
is not in state of public release.
Graham:
9-Jan-2005
I've managed to write a script that generates SVG line graphs that 
look like the one referenced above :)
Graham:
9-Jan-2005
generates a SVG graph of size 1000x1000, and scales the data automatically
Terry:
10-Jan-2005
that's a nice looking graph if you ask me.
Terry:
10-Jan-2005
Looks like your BP was a bit crazy when rebol2 went down :)
Graham:
10-Jan-2005
I think I should change the code a bit .. as if all the readings 
are distributed near the top of the y axis, then the bottom of the 
graph looks barren.
Graham:
10-Jan-2005
what does translate 2x2 do in agg-view?  Does it add 2x2 to each 
point until ..a new pen is used?
james_nak:
12-Jan-2005
Hello, I'd like to create a data window like the one you're looking 
at now. This isn't an "area" gadget is it? I've created a "list" 
out of an area but each row is the same height regardless of content 
and it crashes a lot if I try to scroll the individual rows. Any 
suggestions?
Geomol:
12-Jan-2005
Maybe a box like this:


>> l: layout [b: box white font [size: 12 style: none shadow: none 
color: black] "text text text text text text text text"]
>> b/size/y: second (size-text b) + 4x4
== 34
>> view l
Group: Plugin-2 ... Browser Plugins [web-public]
Graham:
24-Oct-2006
so, this little server waits for commands, and then either browses 
to the required page in an iframe, or, opens up a new tab and puts 
the page there.
Anton:
24-Oct-2006
There might be a way, but probably you can't rely on this technique, 
with browser security being what it is.
Anton:
24-Oct-2006
That's a good sign.
Graham:
6-Dec-2006
Do any of the demos work?  ( http://www.compkarori.com/reb/) is 
a working demo ...
Maxim:
28-Jan-2007
anyon can tell me how I can fix a web page containing a rebol plugin, 
so it detects the vertical size properly?
Maxim:
6-Feb-2007
talking about saving files in the plugin... I did a simple (very) 
test... 

rebol [] write %test.txt "test"
Maxim:
6-Feb-2007
ran that in the browser and then did a full disk search and I never 
found One file named test.txt  :-(
Volker:
6-Feb-2007
try a    alert mold what-dir
Maxim:
6-Feb-2007
but if the plugin had a properties page, we could allow some scripts 
domains or ip addresses specific rights.  all set to off by default. 
 and all prefs values encrypted when saved of sent to registry, so 
that no virii or other nasty can allow its site to run unhindered.
Volker:
6-Feb-2007
Yes, and simply restrict the filesize. Or  better use an virtual 
filesystem, like a  zip.
Maxim:
6-Feb-2007
but so far I am getting no results... and unless someone steps in 
to explain to me how I can write stuff out (read as gives me an example 
snippets which works on their machine)... I won't continue trying.... 
I've got other things to tackle first...


and obviously in normal web dev, the server is the file store, so 
you'd speak to it using http get and post... so as long as you have 
access to adding hooks on the server too, you can work out a virtual 
disk system through your web server... more safe too.
Volker:
6-Feb-2007
you can call javascript and  get back a string AFAIK.
Volker:
6-Feb-2007
But byreloading a div?
Volker:
6-Feb-2007
Our designer. Played a lot with the plugin IIRC.
Terry:
26-Feb-2007
Hmm, every demo I've tried using a fresh install has issues of some 
type or another.. trying to decide if this this is alpha, or beta 
at best?
Maxim:
26-Feb-2007
has anyone succeeded in embeding the plug within a div which is persistent 
 or resident in some way (like in another frame, or something) so 
that browsing the same page twice actually just shows the previously 
launched plugin (so as to not have to actually restart it everytime...) 
???


I guess this is not just rebol pluging related, as the same effect 
would be desired for a flash based plugin too.
Maxim:
26-Feb-2007
is there a way to store web content in another frame and swap it 
on demand?
Maxim:
26-Feb-2007
Its been a long time since I've played with javascript... so I'm 
not only rusty, I'm shut. ;-)
Izkata:
26-Feb-2007
Hmm....  You could probably just store it in a string and swap it 
in and out of a DIV tag.  Usually much easier than messing with frames.....
Maxim:
9-Mar-2007
yes its possible, the boot sequence of REBOL seems a bit hard to 
manipulate...
Maxim:
9-Mar-2007
I really wanted interactive dos shell session...  :-(  but that meant 
a little bit more code to detect if we where *in* a dos prompt already 
and doesn't seem trivial as per Carl's explanations.
Pekr:
9-Mar-2007
not patching this simple issue was a bit of mistake imo ... community 
could put xy interesting demos online. But it is not worth it, if 
99% of corporate ppl are behind the proxy.
Gregg:
6-May-2007
There is a 2.6.2 release that doesn't say "Beta" on it, but I don't 
know if that qualifies, as there may still be some issues, depending 
on how you want to use it. I'm using it, knowing there are limitations.
Louis:
6-May-2007
I want to use it to show a narrated slide presentation on my web 
site. Can it safely be used for that?
Gregg:
6-May-2007
I haven't used sound in it, but a slideshow should be safe. If you 
already have a desktop version of the app, it should be easy enough 
to set up a page to try it under the plugin.
Oldes:
18-May-2007
and because it took me some time... there is this important difference, 
if you center faces inside plugin:
;system/version == 2.6.2.3.1

center-face: func [
    obj [object!]
    /with face [object!]
][
    if none? face [face: system/view/screen-face]
    obj/offset: max 0x0 face/size - obj/size / 2 + face/offset
    obj
]

;system/version == 2.7.5.3.1
center-face: func [

    {Center a face relative to parent (screen for windows) or a sibling 
    face.}
    obj [object!]
    /with "Center relative to a sibling face." face [object!]
][

    if none? face [face: any [obj/parent-face system/view/screen-face]]

    obj/offset: max 0x0 face/size - obj/size / 2 + either with [face/offset] 
    [0x0]
    obj
]
Pekr:
18-May-2007
I did not expect it ... so we don't have proxy here ... hmm ... the 
proxy problem is a pity, because other than that, we could already 
use plug-in ...
Oldes:
18-May-2007
there is just a problem that if I drag the window outside, there 
is no chance to get i back... only reload:)
Pekr:
18-May-2007
the plugin itself has nothing in common with rebol - it is just a 
wrapper, and latest incarnation of plug-in was able to handle multiple 
instances.
Pekr:
18-May-2007
I hope plug-in wrapper is open-source too. Tighter securite is something 
I agree with (after long discussion of Anton and Brian I believe 
it is a necessity). The idea was to limit amount of plug-in writeable 
data to disc, amount of max windows opened, etc., and to have certificates 
based aproach. You would buy certifikace and hence could develop 
full fledged apps with SDK.
Pekr:
18-May-2007
what I can see a problem still, is, rebol "windowing". We use dialog 
box aproach. If I have window embedded in plug-in, and want to raise 
requester e.g., it will pop-up, and hece could be blocked. That is 
why I suggested, that maybe VID+ should think of native rebol windowing 
... not sure what others think about it ...
Maxim:
18-May-2007
I really think the current plugin has its uses, its very cool to 
have an unrestricted plugin for some applications.  but a more protected 
environment would be much easier to disseminate at large.
Maxim:
18-May-2007
imagine people's eyes when they will see they can have two browers 
speaking to each other without the need for a server!
Maxim:
18-Jun-2007
hi guys, I can't find ANY example of calling javascript within the 
plugin !    can any one just give an example where I get some values 
from the DOM (I'd like to retrive the current URL from which the 
plugin was called, so I can talk to the server... a tool I built 
needs to be setup for each site... (without changing the code... 
its compressed.)
Henrik:
18-Jun-2007
maxim, I made this a long time ago, shortly after the first plugin 
came out:

http://hmkdesign.dk/dom/curvyclean.html

http://hmkdesign.dk/dom/<-- all files can be seen here
Maxim:
18-Jun-2007
a ha... do-browser  :-)
Maxim:
18-Jun-2007
a ha... just figured it out... simply put the variable as the last 
thing in the script:

rebol []




view layout [ button "test" [view/new layout compose [vtext (do-browser 
{var url = document.location.href; url})]]]
Maxim:
18-Jun-2007
the above will show a small page which has a button... click on it 
and the current URL is poped up in a new window  :-)

yippee!
amacleod:
7-Apr-2008
I was playing around with some of the Demos for the plugin. They 
were working fine and then I got hte request to download the active-x 
component. I downloadred thing perhaps I had an older version installed 
but now the plugin is not working. I get a REBOL/VIEWdll window with 
"Show on face in closed window." printed inside. Anyone?
amacleod:
17-Apr-2008
I downloaded version 7 of he cab file. All the demos point to version 
5. 

You should not need to go serach for a new version and manulaly delete 
old versions.


The docs also state that if there are version #'s in hte rebol head 
of the app the plugin will aluto update the cashed version if a new 
version is pointed to. I can't get this to work. Is this working?
amacleod:
3-Sep-2008
I just discovered Tim Wylie's Wrapper for the rebol plugin. It works 
for FireFox3 Google's Chrome and Opera. It allows you to have multiple 
rebol apps running in seperate draggable windows inside the browser 
window. I tried it on opera mini and although the "dock and Application 
laucher windows show and app windows open the apps do not seem to 
run. I'm not sure how the wrapper works if its on the server side 
or client side. It worked on a fresh install of opera without me 
downloading the plugin dll (but it may have been there from a previous 
experiment.) 
Anyone know if opera mini could run this?
This could be a great way to get rebol apps on my mobile phone
BrianH:
3-Sep-2008
You would need a rebol dll for the operating system and hardware 
of your phone. If it is not running Linux you may be out of luck, 
and if it is you would need to request a build. The WinCE build of 
REBOL is an old port of /Core for the handheld pc version of WinCE 
with no support for onscreen keyboards or Smartphone edition, and 
there is no build for Symbian.
Graham:
9-Oct-2008
If I use the paint program in the library ... as a plugin
Graham:
9-Oct-2008
I guess my plugin code will have to pass the image as a parameter 
to the code so that it loads the image.
Graham:
9-Oct-2008
the fax is on a remote site and will be converted to png by imagemagick
Graham:
9-Oct-2008
What I am doing now is storing the image in the webapp public area. 
 I think create the embed object with a parameter pointing to the 
image.  the embed object loads the paint program and then loads the 
image as the parameter.
Graham:
9-Oct-2008
That's the term Cheyenne uses for a password protected area of the 
webspace
Terry:
9-Oct-2008
did you need a password to draw on it?
Graham:
9-Oct-2008
let me do a quick video
Graham:
9-Oct-2008
the paint is a bit sluggish :(
Graham:
10-Oct-2008
I'lll give that a go.
Graham:
10-Oct-2008
the browser makes a nice container though allowing me to scroll the 
paint applet
Gabriele:
13-Oct-2008
graham, i think i remember the pluging getting a lot of mouse events 
(more than the standalone view). i think this was a IE thing.
Gregg:
23-Mar-2011
Is there a reason to remove them? Adding a note about compatibility 
would be good, but removing them means losing a bit of reference 
material. I don't know the last version of IE it works under, but 
I actually have some old things that use it. I still have IE6 here 
for running those. :-\
Sunanda:
24-Mar-2011
Thanks.


I've tweaked the code so the plugin links are only visible to logged-in 
members; similarly the plugin will only attempt to run if you are 
logged-in. So casual visitors will not see it.


If there is ever a viable plugin for modern browsers, I'd be happy 
to reenable the public links.
Endo:
14-Jul-2011
Wow that is really cool. I downloaded and tested under Opera. Works 
very well.
Just a few notes: bubbles takes too much cpu time,

And gfx effect crushed (Opera hanged) when I tried all the effects 
then back to Invert (the first one)
MaxV:
14-Jul-2011
Yes, bubbles take a little too time the first time it's launched, 
but it's very impressive,; so I put it first.
If you want more scripts, just email me: [maxint-:-tiscali-:-it]
Pekr:
15-Jul-2011
Following wiki article claims, that there is only 15 functions needed 
to produce a plugin interface. I wonder - with R3 and extensions, 
wouldn't it be "rather easy" for a C skilled person, to create a 
R3 plugin for a plugin? :-) 

http://en.wikipedia.org/wiki/NPAPI
Pekr:
15-Jul-2011
I asked Carl to free plugin source several times, sadly with zero 
response each time I tried. I think that plugin was not part of RT's 
revenue stream, so it is a pity it never happened, as someone could 
pick-up, do some fixes, improvements, etc.
Kaj:
15-Jul-2011
There are a million things that are rather easy for a C skilled person, 
and that's the problem: there are fewer C programmers than tasks
Pekr:
18-Jul-2011
I just wonder, if R3 could be made a DLL too? We have R3 core library, 
and the hostkit sources. Then we have rather powerfull extension 
architecture, which could serve to link to plugin library. Having 
R3 available would be much more interesting imo, as it has new gfx 
core.
DideC:
27-Jul-2011
Ah, need to put the files directly in the Application folder (I had 
created a Plugins folder first).
Thanks Alan.
12801 / 6460812345...127128[129] 130131...643644645646647