mime types and subapplets

2003-02-06 Thread Friedger
are welcome. Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list of other options for this list, send a mail to: mailto:[EMAIL

Re: mime types and subapplets

2003-02-06 Thread Friedger
are working e.g. using IE. However, as subapplets it fails even in IE. Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list

Re: mime types and subapplets

2003-02-07 Thread Friedger
Duke, that solved the problem, thanks. ?php header( Content-type: text/vnd.curl ); ? {curl 2.0 applet} {document-style PlainDocument} et cetera. *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list

html2curl for curl (was html2curl - welcome to web page)

2003-02-21 Thread Friedger
I digged up the html parser of the programming contest 2001 (http://web.archive.org/web/20010820235441/http://www.curl.com/html/develope rs/contestentrysource.jsp?id=60602370) and just changed one line and the header. It still works! Friedger

Re: Passing a Form parameter to PHP

2003-03-19 Thread Friedger
PHP does it automatically. You have to replace \' by ' using something like $queryrest = str_replace(\', ', $query); See also http://groups.yahoo.com/group/curlbreaker-l/message/708 Friedger *** To unsubscribe from this list, send a mail to: mailto

Re: Async Package import test

2003-04-03 Thread Friedger
://www.curlbreaker.com/friedger-test-error.gif -Chris B. If you run the test locally you have to change async-start-1/2.php into async-start-1/2.curl in the main applet async-start.curl. Does it work? Friedger *** To unsubscribe from this list, send a mail

curlexamples.com

2003-06-06 Thread Friedger
for each example that shows which curl version is necessary (should be extracted automatically) - a way to improve existing examples by other authors. Do you have suggestions how to improve the site? Maybe Brent could give a short statement about his plans for the site. Friedger

Re: Using the TextEditPanel Class

2003-05-29 Thread Friedger
folder) There you have access to the low level graphic representation. The only idea I have how to wrap text easily is using Boxes, e.g. RasterBox and add every word as a child. Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL

Re: How to get the size of a child in a scrollbox?

2003-06-23 Thread Friedger
? Friedger

Re: Open Source Projects in danger

2003-06-25 Thread Friedger
4) (can't remember the name):A card game. It's called curl-card-games. They (more precisely Brent) have release one version. Friedger

Re: New version CDO project up on Curlbreaker

2003-07-20 Thread Friedger
(could go on the cdo website). If you add your comments in doc-next blocks in the code the explanation would appear in the documentation. Do you think comments are better than doc-next? I might add a feature to the doc-generator that respects comments as well. Friedger PS: Just to let you know

curl quiz and encrypt

2003-08-20 Thread Friedger
{Hi list}, I put a small curl quiz together (comments welcome) at http://km0330.keymachine.de/friedger/exam/start.curl In this context I'm looking for an easy way to encrypt and decrypt a string (the solution of the quiz) using a private key. At the moment it is only base64-encoded. Any

Encryption (was: curl quiz and encrypt)

2003-08-22 Thread Friedger
to be more adequate. Any suggestions which public-key algorithms are easy to implement and fairly safe? Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL

Re: Changes to how IE does plug-ins?

2003-08-30 Thread Friedger
but by a given link. If Curl would be used as a technical option wouldn't that mean that Curl would have to share his technology with others like MS, Mozilla, etc. ?? How does this go along with Curl's patents?! Friedger --- www.friedger.de *** To unsubscribe

ANN: Encryption

2003-09-02 Thread Friedger
There is now a package for encryption available: FRIEDGER.CRYPTO.TEA It implements the extended tiny encryption algorithm (fast and secure). Have a look at http://km0330.keymachine.de/friedger/tea/start.curl Friedger

Re: 2.0.8 released

2003-09-02 Thread Friedger
-editor seems to be slower than before. Any other experiences? Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list of other

ANN: FAQ ver 1.3.4

2003-09-07 Thread Friedger
Hi list, your are invited to make some comments about the future development of the FAQ. Just have a look and go to www.friedger.de/faq Thank you, Friedger

CLP

2003-10-10 Thread Friedger
I moved the CLP applet to a new location http://km0330.keymachine.de/friedger/CLP/1/start.curl Friedger

Re: CLP

2003-10-10 Thread Friedger
Hi Duke, Hi List, I forgot to update the second part of the manifest. Sorry. Now it should be working. CLP stands for Curl Listing Project and collects (direct) links to publicly accessible Curl applet. If you have any comments, suggestions,... please let me know. Friedger

remove item from combobox using context menu

2003-10-11 Thread Friedger
I try to add a context menu to items in a ComboBox to enable removing items from the box - without success. The menupane does not get the focus/traversal. context-menu does not work at all. Therefore I control the popup of the menu manually. Any ideas? Friedger {let lm = {DefaultListModel

Before Dropdown

2003-10-21 Thread Friedger
Hi, I would like to update items in a dropdownlist just before the dropdown is going to be shown. How can I do that? Adding a PointerPress event to the button does not work. I tried to subclass StandardComboBoxUI but couldn't see where to add the hook for the update. Any suggestions? Friedger

Re: Before Dropdown

2003-10-21 Thread Friedger
The DropdownListUI has a thing called StandardDropdownButton. That object has an {on-pointer-press} method that appears to respond, at the point I think you're interested, to the user clicking on the DropdownList's button I checked that but seems not to work. Friedger {define-class public

Re: Cursor Editor to Play with

2003-11-03 Thread Friedger
Far from perfect, but quite useable -- if you want/need to create a new Cursor for a project, this should help. I very much like the smiley-cursors :-) Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact

Re: Propper way to override the default preferred height/width of a CommandButton.

2003-11-04 Thread Friedger
the BaseStandardButtonUI.draw method. There you find also the margin, bevel-width, etc. There is also an example for a new UI of the CommandButton in the documentation. Hope this helps, Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED

AppletSnapShot

2003-11-24 Thread Friedger
suggestions? Friedger {curl 2.0, 3.0 applet} {import * from CURL.UTIL.MIME-ASSOC} {define-proc {save visual:Graphic, save-to-file?:bool = false, filename:String = image.jpg}:void || calculate offset let x:Distance = 0pt let y:Distance = 0pt

Scroll to include slected item

2004-01-11 Thread Friedger
How can I scroll programmatically to include the first selected item of a listbox? I move a selected item up and down using buttons and would like to keep the item in the view of the user. Any hints? Do I have to write my own UI? Friedger {value let lb = {ListBox height = 14pt

Re: Intro

2004-01-12 Thread Friedger
and a solution is possible to be found. There is the archive of this mailing list at http://www.mail-archive.com/[EMAIL PROTECTED]/ What else would you like to see? Feel free to send any question to this list. There is no question that shouldn't be asked and here are more people to answer. Friedger

Re: Intro

2004-01-13 Thread Friedger
, it is faster to develop in Curl. Don't know about the performance. Cheers, Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list

Http login client

2004-01-15 Thread Friedger
Hi, I would like to write a client that can login say to mail.yahoo.com or similar pages. How would I do that? Probably I have to learn about the cookies yahoo sets, but how do I know that? Friedger *** To unsubscribe from this list, send a mail

Re: Http login client

2004-01-15 Thread Friedger
location the server returns a page saying the the session has been terminated. What kind of information might be missing? Any ideas? Maybe the request header of the redirection is wrong? How can I get information what header has been send from the browser which I can then use for my applet. Friedger

curltris and sadchess links

2004-01-19 Thread Friedger
Hi, I'm looking for working links to Curltris and Sadchess for the Curl Link Project. Does anyone has by chance a copy of them somewhere in the archive? (I wouldn't mind to put them up on my server.) Friedger *** To unsubscribe from this list, send

Re: Http login client

2004-01-19 Thread Friedger
creating the HttpFormData. That did the trick. Thanks! There is still so much to learn. Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED

Re: Audio formats

2004-01-21 Thread Friedger
. consider this? Friedger {curl 2.0, 3.0 applet} {import * from CURL.GRAPHICS.ACTIVEX} {let ax = {ActiveXObject ProgId = Shell.Explorer} } {ActiveXGraphic ax, height = 0cm, width = 0cm} {ax.Navigate file:///d:/if_3/if_3.wav || http://some-url/music.midi

Puerto Rico

2004-01-22 Thread Friedger
Hi, do you know the Puerto Rico board game? Just go to http://www.phial.com/puerto-rico and be astonished about this Curl applet. Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator

SocketRemoteConnection

2004-01-22 Thread Friedger
Does anybody has some documentation or experiences with SocketRemoteConnection from CURL.REMOTE ? What code,... should I have on the server side? Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human

Re: SocketRemoteConnection

2004-01-23 Thread Friedger
have on the server side? Does anybody have a server that runs Curl??? It seems so easy to set up a server-client application, and I just learnt about it now, unbelievable... For the beginning I'll put up a counter that shows how many user a visiting my site at the moment. Friedger

Security - Connection to host

2004-01-29 Thread Friedger
Hi, I have a problem with the security model. It says that an applet can make a connection to its host. Well, try this applet without privileges. It just connects to a server and should work but it doesn't. WHY? http://km0330.keymachine.de/friedger/OnlineCounter/test-connection.curl Friedger

Marshal array

2004-02-06 Thread Friedger
Hi, I would like to (remote-)marshal an array of basic types(String, int, ..). How would I do that? How does the persistent data do it? Do I have to convert it to my own marshalable format? Thanks for any hints, Friedger *** To unsubscribe from

Task manager

2004-02-13 Thread Friedger
Hi, Did you ever looked for a task manager in Curl? Well, never mind. ;-) Here it comes nevertheless: - http://km0330.keymachine.de/friedger/tasklist There is an existing list on the server called 'curl' the password is the empty string. Feel free to add and change it and create your own

ANN: Update of codepedia.com

2004-02-19 Thread Friedger
Hi, I did an update of the Wiki about Curl at http://www.codepedia.com/1/Curl+Content+Language I added a page collecting links to sites and applications that use curl and a page with undocumented Curl features. If you know more please take a second and add them. Cheers, Friedger

FYI: CurlChat

2004-02-26 Thread Friedger
Hi all, Let's build a big chat network! Using Ben's code from Puerto Rico a CurlChat project has been set up. There is an online developing framework so you can see the latest (unstable?) version at http://http://km0330.keymachine.de/friedger/webpm-1.1.0/install/get-file.php?project_id=2file_id

Re: CurlChat

2004-02-26 Thread Friedger
Add {import CURL.ENGINE.BROWSER} to make it work :-) Friedger If you want to use it on your site just add the following code: {CommandButton label = start chatting, {on Action do {with-busy-cursor {CURL.ENGINE.BROWSER.AppletData null

http-read-open www.curl.com?

2004-03-03 Thread Friedger
to do in this case? Thanks, Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list of other options for this list, send a mail

Re: How to define the displayed location of dialog.

2004-03-04 Thread Friedger
the request for the graphical root for modal dialogs. {let d = {Dialog Content}} || wait for the dialog to be shown {after 0s do {let r = {d.get-graphical-root}} {if r isa View then {(r asa View).set-position 1cm, 1cm} } } {d.show modal? = true} Friedger

non-blocking image

2004-03-05 Thread Friedger
Hi, is there a way to tell when an {image source = {url my-image.gif}} has been loaded? Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED

RSS Feed about latest FAQ entries

2004-03-17 Thread Friedger
Hi, I set up a rss file at http://km0330.keymachine.de/friedger/faq-rss.php so you can know whenever a new entry has been added. If you want to learn more about rss, see for example Feedreader (http://www.feedreader.com/) Friedger *** To unsubscribe

Re: RSS Feed about latest FAQ entries

2004-03-19 Thread Friedger
Typo: There is also a very simple feed reader in Curl at: http://km0330.keymachine.de/friedger/start-rss.php The correct link is http://km0330.keymachine.de/friedger/start-rss.curl *** To unsubscribe from this list, send a mail to: mailto:[EMAIL

History of Curl

2004-03-21 Thread Friedger
Hi, if you are interested about previous release version have a look at http://www.codepedia.com/1/CurlHistory and feel free to add more information. Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human

Re: RichTextArea

2004-03-23 Thread Friedger
the previous message Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list of other options for this list, send a mail to: mailto

RecordSet.fields

2004-03-25 Thread Friedger
Hi, is there a way to change the fields/add a field of a LocalRecordSet after it has been constructed? Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto

Lost in Translations?

2004-03-26 Thread Friedger
Hi, I put a translation editor together that simplifies the management of several languages. If you use {localize ..}, {lmessage ..} etc than this is for you! Please try at http://km0330.keymachine.de/friedger/translation/start.curl If you are interested to use it for you project please

Copy of my Curl Faq

2004-04-09 Thread Friedger
://client-data/faqs/}, target = _blank} I have it else I don't have it } Thank you very much for your help. Friedger {curl 2.0, 3.0 applet} {if {local-file-exists? {url curl://client-data/faqs/de/news.scurl}} then {{get-the-applet}.browse-url {url curl://client-data/faqs/}, target = _blank} I

Synchronize column width of two tables

2004-06-06 Thread Friedger
Hi, is it possible to synchronise the column widths of two different tables? I would like to use it like the following: {VBox {ScrollBox {Table A, B, C} }, {ScrollBox {Table A, B, C} } } Any thoughts? Cheers, Friedger *** To unsubscribe

Join Recordsets

2004-06-09 Thread Friedger
Hi, is it possible to join two (Local)RecordSets. What would be the most efficient way? It would sufficient when the records of one set are replaced by the ones of the other set Thanks, Friedger *** To unsubscribe from this list, send a mail to: mailto

Re: Join Recordsets

2004-06-09 Thread Friedger
I assume you are looking to build a third RecordSet, which will respond dynamically to changes in its underlying recordsets. I was after just a way to copy records from one set to another but your comments were very helpful nevertheless. Thanks, Friedger

Re: Join Recordsets

2004-06-10 Thread Friedger
the records. Well, it seems to work now! Thanks, Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list of other options for this list

CLP RSS-Feed

2004-06-11 Thread Friedger
Hi, there is now also a RSS-Feed for the curl applet list: http://km0330.keymachine.de/friedger/clp/clp.xml Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto

DiscreteGraphicSelectionFrame and Contextmenu

2004-06-26 Thread Friedger
-selectable = {GraphicSelectable}, a} } {add-context-popup a, menu-pane = {MenuPane {MenuAction label = lkj} } } Friedger *** To unsubscribe from this list, send a mail to: mailto

Drag from ListBox

2004-06-30 Thread Friedger
}} } Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list of other options for this list, send a mail to: mailto:[EMAIL PROTECTED]

Re: Dynamic Coding Center (DCC) available

2004-07-02 Thread Friedger
You can find dcc at www.friedger.de/dcc Another feature, run curl applets from dcc (using right mouse button) Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail

ANN: Curl Link Project as HTML by Curl Script

2004-10-21 Thread Friedger
Thanks to Curl 3.0 it is now possible to let curl script generate html. The CLP - directory of curl applets uses a curl data structure. With a curl script running on the server the same data structure is used to build the HTML page. Have a look at http://km0330.keymachine.de/friedger/clp/clp

ANN: Curlexamples.com in Curl 3.0 (hostest)

2004-11-11 Thread Friedger
Hi, you can find (most of) the examples from brentyoung.com (aka curlexamples.com) at http://km0330.keymachine.de/friedger/brentyoung/examples.curl A few examples couldn't or weren't worth to be converted. There is still the link to the original example provided. Friedger

Re: Curl documentation

2004-12-26 Thread Friedger
What is the advantage of doing curl docs in html? doing them as a wiki I can see I just thought it would be good to have a list of Curl API present on the web, in particular for search engines. But it is also intended to be used for advertising 3rd party components. Friedger

Re: dcc

2004-12-29 Thread Friedger
PermissionDeniedFileException: Failed to remove 'file:///home/admin/www/friedger/curlchat/SpeechIndicator.scurl': Permission denied (errno 13) This is error is caused because the dcc-server is started as nobody and the curlchat directory belongs to friedger. Will fix that later tonight

Re: CommandButton question

2005-05-06 Thread Friedger
In Curl 3 the following works. (B (B{curl 3.0 applet} (B (B{let cb = {CommandButton label = "lkj"}} (B{cb.label.get-text} (B (BFriedger (B (B*** (BTo unsubscribe from this list, send a mail to: (Bmailto:[EMAIL PROTECTED] (BTo contact a human list

Re: CommandButton question

2005-05-06 Thread Friedger
(BI wonder why you need to access the label of a commandbutton. If you (Bwant to use different values for the label try ReactiveLabel. (B (BFriedger (B (B*** (BTo unsubscribe from this list, send a mail to: (Bmailto:[EMAIL PROTECTED] (BTo contact a

Re: RecordGrid question

2005-05-29 Thread Friedger
Hi Maekawa, (B (BI would suggest you add a event handler for SelectionChanged to your (BRecordGrid, store the current selection and react on changes. (B (B{let current-selection-index = -1} (B (B (B{RecordGrid (Brecord-source = {LocalRecordSet (B{RecordFields {RecordField "A"},

Re: RecordGrid question

2005-05-29 Thread Friedger
(B{RecordGrid (Brecord-source = {LocalRecordSet (B{RecordFields {RecordField "A"}, {RecordField "B"}}, (B{RecordData A = "aa", B = "bb"}, (B{RecordData A = "aaa", B = "bbb"} (B}, (B{on SelectionChanged at rg:RecordGrid do (B{rg.deselect-record current-selection-index} (Bset

Re: how to always show the record added RecordGrid??

2005-05-29 Thread Friedger
Hi Maekawa, (B (BI can't see an immediate solution as RecordGrid doesn't make use of (BScrollBox. Instead it implements its own scroll mechanism. If you look (Bat StandardRecordGridUI there is a private method scroll-to-reveal. You (Bshould derive your own UI that allows to react on

Forum for Curl Surge related topics

2005-06-03 Thread Friedger
Hi, I just set up a forum for any Curl related topic. This is in addition to the mailing list. Time will tell whether it is useful. The location is http://km0330.keymachine.de/forum Please post any suggestions/comments on categories, etc there. Friedger

Re: how to know the filename, line number at the function called ?

2005-06-25 Thread Friedger
get-backtrace might give you some information Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list of other options

Re: WindowClose event problem with Dialog class

2005-10-12 Thread Friedger
Seems like a bug. It works with Curl 4. Friedger *** To unsubscribe from this list, send a mail to: mailto:[EMAIL PROTECTED] To contact a human list administrator, send a mail to: mailto:[EMAIL PROTECTED] To recieve a list of other options for this list

Re: How to print on LPT1 directly?

2005-11-21 Thread Friedger
Hi, if the user selects the direct printer, e.g. in windows generic/text only I think you can sent plain text to the printer. Though I haven't tried yet. Make sure you have set 0 margins, no headers, etc. Friedger *** To unsubscribe from this list

Re: ALT-TAB causes exception??

2006-02-03 Thread Friedger
Hi Maekawa, hi Kamal, I had some inside in the Maekawa's code. The MenuBar has been removed from the graphical hierachy and is replace by our own bar/buttons. Is is possible to consume the key event or delegate to our buttons/bar? Friedger Kamal Bhatt schrieb: Looking at the backtrace

Re: about the architecture of applets and curl runtime

2006-06-18 Thread Friedger
. Probably, other people can tell you more details. Cheers, Friedger Takanobu Maekawa schrieb: Hi all. To tell the truth, I have not really understood the architecture of the thread model that Curl runtime controls applets within itself. I have thoutht that once applets are loaded

Applets in Curl 5

2006-09-26 Thread Friedger
Hi, you can now find seven more applets on http://www.curlserver.de/curl Just try it. Friedger

Re: About ActiveX performance in Curl

2008-03-10 Thread Friedger Müffke
Hi, could you please post a running applet that shows the performance issue? I have tried to assemble something that might be similar to your application. The applet finished within less than have a second. I fills some cells and saves it to test.xls. See attached curl file. Friedger Hello