Re: How to insert text at cursor position?

2010-04-28 Thread Claus Dreischer
end switch end menuPick Am 27.04.10 21:49, schrieb J. Landman Gay: > Claus Dreischer wrote: >> The problem was here was indeed the hilite. >> Putting >> put "hello world" into the selection >> or >> put "hello world" after the selec

Re: How to insert text at cursor position?

2010-04-27 Thread Claus Dreischer
>> complex deviations from HyperTalk, but not the basic, simple ones. >> What works in HyperTalk should work in RevTalk. Just my HO, but one of >> the reasons I've found Rev to be frustrating. >> >> Joe Wilkins >> On Apr 26, 2010, at 12:06 PM, Claus Dre

Re: How to insert text at cursor position?

2010-04-26 Thread Claus Dreischer
doh ... i tried with put "hello world" into the selection which failed. Thanks Mark for the prompt response! Am 26.04.10 20:54, schrieb Mark Schonewille: > Claus, > > put "hello world" after the selection > > -- > Best regards, > > Mark Schonewille

How to insert text at cursor position?

2010-04-26 Thread Claus Dreischer
Hi, I'm trying to perform the following: There is a field in which the user can edit text. There are some buttons which should help him insert some text/code at the cursor position of that field. How do i do that? I looked at insert, cursor, selection, but none of these does the job. So, which c

Re: revBrowserSet, search a second string

2010-02-11 Thread Claus Dreischer
Hi Terry, i think i have found some vital information regarding this problem: >From my tests a browser refresh like revBrowserRefresh sBrowserId breaks any subsequent searches like revBrowserSet sBrowserId, "selected", "This" I don't think this is supposed to happen,

Re: revBrowserSet, search a second string

2010-02-10 Thread Claus Dreischer
ing the focus to > another control. This should remove the current selection in the browser > text and let you 'search' again. I just tried with with the browser example > stack and doing the following... > > focus on btn "browser on" -- (button that toggle the b

revBrowserSet, search a second string

2010-02-10 Thread Claus Dreischer
Hi, i see a strange behaviour when searching a second string in a revBrowser: First i open a revBroser and i can see the web page i stated Then i search in that page with: revBrowserSet sBrowserId, "selected", search_text "sBrowserId" is the Browser ID i got from revBrowserOpen "search_

Re: revBrowser with local file

2010-01-27 Thread Claus Dreischer
Am 27.01.10 23:09, schrieb Claus Dreischer: > Hi, > > is it possible to display local stuff (no "http://...";) with the revBrowser? > I'd like to edit some HTML code in one filed and see the result in another. > Is this possible? I tried, but failed ... > >

revBrowser with local file

2010-01-27 Thread Claus Dreischer
Hi, is it possible to display local stuff (no "http://...";) with the revBrowser? I'd like to edit some HTML code in one filed and see the result in another. Is this possible? I tried, but failed ... Regards, Claus. ___ use-revolution mailing li

Re: How to rotate a graphic

2009-11-14 Thread Claus Dreischer
Ok, this is really getting embarrassing ... @Jan: Yes, now i can somewhat understand what the dictionary tried to tell me. (basic embarrassment i get quite a lot when trying something new) Yes, "suddenly" there are some round selection points i can use to interactively rotate the gradient. (This

How to rotate a graphic

2009-11-14 Thread Claus Dreischer
Hi, there must be a realy obvious solution, but i can't see it :-/ I put a gradient on a graphic (type rectangle). This gradient is from left to right. Now i just want to turn it by 90 degrees, so that my gradient is from top to bottom. Dictionary gives my "rotate" and "angle", but both won't d

Re: Re-2: compress <-> revZip

2009-10-11 Thread Claus Dreischer
Hi David, interesting idea! Unfortunately i can't control the "other" side (the uncompressing side) so i have to stick with normal compression. Thanks for the reply, Claus. Phil Davis schrieb: > Hi Claus, > > It seems like you could compress a very large file by > reading/compressing/w

Re: Re-2: compress <-> revZip

2009-10-10 Thread Claus Dreischer
Hi Matthias, thanks for the confirmation. Regards, Claus. runrev260...@m-r-d.de schrieb: > Hi Claus, > > tried revzip out here with 4GB data on a 3gig Machine: No, it does not work. > > Btw:The same does work here with 7-zip. > > Regards, > > Matthias ___

Re: compress <-> revZip

2009-10-10 Thread Claus Dreischer
umm ... noone? How about only the last question: Can i compress/revZip a 2gig file on a machine with 1gig main memory? Regards, Claus. Claus schrieb am 24.09.2009: > Hi, > > can someone please explain me the difference of these two compression > methods in Revolution? > > Especially r

compress <-> revZip

2009-09-25 Thread Claus Dreischer
Hi, can someone please explain me the difference of these two compression methods in Revolution? Especially regarding the filesize which can be compressed/ziped and the quality of the compression/zip. Compress obviously can only compress what fits into the main memory. What about revZip? Can rev

Re: Sad News...

2009-01-18 Thread Claus Dreischer
Not beeing a native speaker, i have difficulties putting my sadness into words. For those of you, who not had the opportunity to meet Éric in person (like at the Malta conference), this is how i will remember him: http://www.project-imaging.de/ERIC.JPG (speechless) Claus. ___

Re: Re: Win Style Stack Resizer broken?

2008-04-11 Thread Claus Dreischer
Hi Bill, its filed under number 6340. Regards, Claus. - original Nachricht Betreff: Re: Win Style Stack Resizer broken? Gesendet: So, 06. Apr 2008 Von: Bill Marriott<[EMAIL PROTECTED]> > Yup, happens on Windows (but not Mac). Go ahead and file a report in RQCC > :) > > > New

Win Style Stack Resizer broken?

2008-04-06 Thread Claus Dreischer
Hi, can someone please try the following: New Mainstack Development -> Object Library -> "Win Style Stack Resizer" -> Place Object (move mouse over placed graphic) error: executing at 2:20:59 PM Typecursor: can't find image Object Win Style Stack Resizer Lineset cursor to the cWinCurs

Re: Re: negative bits

2008-04-02 Thread Claus Dreischer
you > expect in Revolution, either. For example, 0111 is 247 in Rev. > > If you want to get results consistent with Excel, the answer is to create > your own custom functions, DEC2BIN and BIN2DEC, that follow Excel's rules. > > - Bill > > "Claus Dreisc

Re: Re: negative bits

2008-04-02 Thread Claus Dreischer
D]> > Claus, you could do this: > > on toBits tNum > put binaryencode("n", tNum) into tBytes -- n is 4 bytes, if your > numbers aren't going to be big, you could use 's' -- 2 bytes > get binarydecode("B*", tBytes, tNum) >

negative bits

2008-04-02 Thread Claus Dreischer
Hi, maybe someone has done this already ... I'd like to convert integers into binary ones and zeros like input: "9" -> output "1001" or depending on the size of the output: "1001" This can be done with the baseConvert function: baseConvert( 9, 10, 2 ) gets me my "1001" BUT (and we finaly

Re: Re: [semi OT] encryption of pdf files

2008-01-10 Thread Claus Dreischer
You may want to take a look at PStill on Windows, Linux, Solaris, AIX, HP UX, IRIX, FreeBSD http://www.pstill.com/ Regards, Claus. - original Nachricht ... > yep... but is there any way to use a third party software to apply > that kind of protection to pdf files generated o

Re: Re: change textfont

2008-01-04 Thread Claus Dreischer
Hi Mark, thanks again for your answer, but for my needs, that would not help because i use different styles and sizes of the used font. The documentation (textFont property) says: Note: Setting the textFont to empty also sets the textSize and textStyle properties of the object or chunk to em

Re: Re: change textfont

2008-01-04 Thread Claus Dreischer
ntrol' keyword: > > repeat with n = 1 to the number of controls in this stack > set the textfont of control n of this stack to "someFont" > end repeat > > Best, > > Mark > On 4 Jan 2008, at 14:44, Claus Dreischer wrote: > > > H

change textfont

2008-01-04 Thread Claus Dreischer
Hi, i'm looking for an elegant way to change the font used everywhere in all stacks, fields, buttons, etc. of a programm. I can't use "repeat for each" because it will only work on chunktype, not on fields or buttons. Does anyone have a elegant function for this? I would like not to use somet

Re: Klaus' problem with focus

2007-11-05 Thread Claus Dreischer
Hello Peter, it was so very obvious to me that it has to be something with "focus" that i would have sworn Klaus' left hand for that ... Glad he wasn't around ;-) Regards, Claus. > This is another classic example of what Ken expressed so clearly. > > I read the entry in the dictionary seve

Re: Re: Problem with FocusIn

2007-11-05 Thread Claus Dreischer
Hello Devin, i think i do want to use the closeField message :-) because i want to know when a field *has* changed. Context: The card has several fields like name, company, street, address, etc. a save button, to buttons for up and down paging, a "new" button and a "delete" button. What i'd lik

Re: Problem with FocusIn

2007-11-04 Thread Claus Dreischer
Hi, on a side note: It's nice that some people are trying to improve the documentation (wiki, etc.), but on the other hand, there are people (me) who even can't read the existing documentaion =:-/ The solution to my problem is the closeField message, which is only sent when the content *has*

Problem with FocusIn

2007-11-04 Thread Claus Dreischer
Hi, i have problems with the focusIn message. What i want to achive is to remember the value of a field when the user is editing it (on focusIn). After that (on focusOut), i would like to check the new value against the remembered one. If they are different, the change has to be saved, so i ask

Re: extract every code out of stack

2006-05-30 Thread Claus Dreischer
Hi Claus, Hi Mark, Sure, you could extract every script of every object, but that will probably not solve the problem. The actual problem is that you need to get aware of the message hierarchy. THIS must be the main problem ;-) It was my understanding, that the preOpenStack message is onl

Re: extract every code out of stack

2006-05-30 Thread Claus Dreischer
Hi Claus, nice to read you again :-) Hallo (kleiner) Klaus ;-) ... (Main stack has a preOpenStack handler, the substacks don't. But now some substacks perform the preOpenStack handler of the main stack when opening these substacks. you can change the script of your mainstack like this:

extract every code out of stack

2006-05-30 Thread Claus Dreischer
Hi, i somehow managed to mess up one of my stacks ... (Main stack has a preOpenStack handler, the substacks don't. But now some substacks perform the preOpenStack handler of the main stack when opening these substacks. I don't have a clue how to fix that. :-( ) Is there a way to get all the

Re: identify broken images

2004-12-27 Thread Claus Dreischer
At 16:22 Uhr -0600 27.12.2004, Derek Bump wrote: I did notice that compairing the "imagePixmapID" is giving me clues to solve the problem. If the image is a "referenced" image, and it is broken, it seems to be reporting empty. If the image is not "referenced", and it is broken, the imagePixmap

Re: identify broken images

2004-12-27 Thread Claus Dreischer
At 10:38 Uhr -0800 27.12.2004, Alejandro Tejada wrote: on Mon, 27 Dec 2004 Claus Dreischer signed his e-mail with the following link: <http://www.danasoft.com/sig/dsagsdg.jpg> Very nice example of graphic processing in the server! What are the steps to achieve this? Thanks in advance! al ooo

Re: identify broken images

2004-12-27 Thread Claus Dreischer
Hi, Have you tried the size property on the image ? if the size of image "im_1" = 0 then ... Thierry Hi Thierry, yes, i tried it now: :-( doesn't work either. Thanks for the answer, Claus. -- -- http://www.danasoft.com/sig/dsagsdg.jpg ___ use-

identify broken images

2004-12-26 Thread Claus Dreischer
Hi, i have a small problem i don't see a simple solution for. Maybe someone here has one. I want to display JPGs from file, so i make a put URL ("binfile:" & my_file) into image "im_1" This is working OK. But when the JPG in the filepath my_file is faulty (broken download or something) The above l

Re: Image Format Use... Was: export snapshot

2004-11-07 Thread Claus Dreischer
At 10:32 Uhr -0400 07.11.2004, Jim Carwardine wrote: This begs the question in my mind as to the universal usefulness of either png or jpeg. Is one better than another universally or is there a more appropriate situation to use one or the other? Jim Jim, PNG is a lossles format. So if you have a b

Re: How to resize an image?

2004-06-27 Thread Claus Dreischer
Hi Hallo Claus, Hi again, ... Solution number 3: ...resize your image and take a snapshot of that region, if possible... tried that. To much overhead if the image is not entirely displayed or the stack in the background, etc. Solution number 2 was perfect for my needs. Best Klaus Major Regard

Re: How to resize an image? solved.

2004-06-27 Thread Claus Dreischer
Hallo Claus, Hi Klaus, (thanks for your time on this warm and not so rainy sunday :-) ... Has anyone an elegant way to save a thumbnail of an image? There are probably 2 (or more ;-) ways to do this... 1. Use Trevors excellent QT External to create a preview image of ANY size... I was looking for

How to resize an image?

2004-06-27 Thread Claus Dreischer
Hi, I'm looking for an elegant way to resize (shrink) an image. Changing the width and the height only affects the display. Saving this image to file results in the original image with the original size. So this won't do. Has anyone an elegant way to save a thumnail of an image? Regards, Cl

RE: toolTip with more than 1 line

2004-06-07 Thread Claus Dreischer
> i know that the info in a toolTip should be short, but sometimes it's more readable when there are 2 or 3 small lines in a toolTip. The Dict says: " The toolTip of a control is a single line of text. " So, is there no way? Using the normal tooltip mechanism, no. But you can fake your own

toolTip with more than 1 line

2004-06-06 Thread Claus Dreischer
Hi, i know that the info in a toolTip should be short, but sometimes it's more readable when there are 2 or 3 small lines in a toolTip. The Dict says: " The toolTip of a control is a single line of text. " So, is there no way? Regards, Claus. __

Re: Newbie Question

2004-04-04 Thread Claus Dreischer
Hi Claus, Hi Klaus, ... Cool, thanks a lot for this info (I presume XP stands for 32 bit color depth?) I guess so. All the Icon Editors i tryed, refer to this type of icon as "XP" Have a lazy sunday... Don't worry about that ;-) (Just got back from lunch ...) Regards Klaus Major Regards,

Re: Newbie Question

2004-04-04 Thread Claus Dreischer
Having just recently installed Rev 2.2, I am not able to use icons I have used in the past. 32x32,16 color .ico files. If 2.2 has altered something to prevent this, can anyone tell me what the new requirements would be? You now need an icon-file with 9 icons in it: 16 * 16, XP 32 * 32, XP 48 *

Re: Can I embed PDF driver in a Rev stack built for distribution?

2003-01-30 Thread Claus Dreischer
Ray Bennett wrote: Very clever idea, Geoff! Thanks! I'll give it a go. What about an image reference within PDF? For instance, if I wanted to change the logo on the letterhead, but could guarantee that it was exactly the same size logo everytime? Don't want to change this into a PDF threa

Re: Serendipity Library Update 20030123

2003-01-25 Thread Claus Dreischer
'll email you directly because i'm not as brave as you are. (A german taking postion against the US is a Nazi by default) Regards, Claus Dreischer. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: How to create a MPEG movie

2002-07-23 Thread Claus Dreischer
... >>How to create a MPEG movie,, ... > Now, we want to diagnose the problem...to fix it for the next upgrade of the > presentation. Is there a way to query an MPG to determine the CODEC under > which it was exported? This would help. One could presume if the codec turns > out to be the exactl

Re: How to create a MPEG movie

2002-07-17 Thread Claus Dreischer
> Hi Hi Peter, (first time i can give an answer here :) > What tool(s) would allow me to create a movie in .MPEG format? How is that > usually done? What is .MPEG, as opposed to .AVI with some compressor? Most used MPEG formats are MPEG 1 (Video CD) and MPEG 2 (Super Video CD, DVD). Best (qu

Re: Manual announcement

2002-06-06 Thread Claus Dreischer
s no "*including* postage and packing to anywhere in the world." According the shop this costs extra 35$ (at least inside EU). This keeps me from ordering at the moment. Or will my credit card just show the promised 79$ ? Can someone plea

Re: how to start a RunRev built application on OS X

2002-05-14 Thread Claus Dreischer
John DeSoi wrote: > > At 3:04 PM +0200 5/14/02, Claus Dreischer wrote: > >how can i start a RunRev built application on Mac OS X in the shell? > >I need to be able to start my application via a cron-job or > >from remote via ssh. > > Look at the man page for &#

how to start a RunRev built application on OS X

2002-05-14 Thread Claus Dreischer
nswers ;) ? Regards, Claus Dreischer. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution