Search found 12 matches
- Tue May 06, 2008 5:06 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: strange mac font problem
- Replies: 3
- Views: 3446
- Tue May 06, 2008 2:22 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: strange mac font problem
- Replies: 3
- Views: 3446
strange mac font problem
i played a while with rev on windows, now i need to do some work on mac, but i've already have strage problem with fonts on mac version of rev studio 2.9... i've set stack font to be "lucinda grande" 13, and buttons, list box i add to stack are using this font, np with that. troubles begins with fie...
- Mon Apr 28, 2008 8:41 am
- Forum: Internet
- Topic: drag and drop remote file and urlstatus problem
- Replies: 4
- Views: 5771
found it ;) ... libURLftpUploadFile tPath, tFtpAndFileName, "UploadDone" UpdateProgress ... on UpdateProgress if URLStatus(tFtpAndFileName) <> "uploaded" then --update progress bar here send UpdateProgress to me in 1 second end if end UpdateProgress so now i just need to find a way to handle this do...
- Mon Apr 28, 2008 7:56 am
- Forum: Internet
- Topic: drag and drop remote file and urlstatus problem
- Replies: 4
- Views: 5771
jan, i still can't read how many bytes i uploaded / downloaded so far with your code. i can only check that the file upload / download is done. can u tell me how to pick urlstatus during upload / download to have it as: "loading,bytesReceived,bytesTotal": the URL data is being received "uploading,by...
- Sun Apr 27, 2008 6:54 pm
- Forum: Internet
- Topic: drag and drop remote file and urlstatus problem
- Replies: 4
- Views: 5771
- Sat Apr 26, 2008 5:31 pm
- Forum: Internet
- Topic: drag and drop remote file and urlstatus problem
- Replies: 4
- Views: 5771
drag and drop remote file and urlstatus problem
in my rev app there is support of placing document files on ftp server using simple upload / download buttons, but i wanted to give users possibility to just drag files in / out on some rev object to upload / down files. it's easy to do with upload coz u get with dragdata["files"] path to file and u...
- Tue Apr 15, 2008 9:12 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: international characters in revolution studio?
- Replies: 8
- Views: 6062
tx for the tip jan, already triend that but doesn't work. font changes, but language remains EN. finaly it works :) tx guys :) channed it to set font ",Polish" and now works ;) now i just need to handle mysql database charset conversion... coz when i set textfont property to ,Polish i get garbage fr...
- Mon Apr 14, 2008 12:13 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: international characters in revolution studio?
- Replies: 8
- Views: 6062
yep mark, i definitly need the way to switch this language within rev studio, coz i have to use this 'switch EN -> PL' key combination on every field. when i leave that field language back to EN, so i need to switch on every visit... which makes it useless. so need to find a way to do it by rev itse...
- Sun Apr 13, 2008 3:44 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: international characters in revolution studio?
- Replies: 8
- Views: 6062
tx for the tip mark! following what u said i've turned language bar on and saw that when i start revolution language and keyboard is switched from PL to EN... i've set some key combination to switch between them, and now i can turn PL on after revolution is running. one key combination that we use t...
- Sat Apr 12, 2008 11:05 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: international characters in revolution studio?
- Replies: 8
- Views: 6062
tx for replay mark, i tried to make it work on several windows machines without results, the key combination that i usualy use for typing polish diacritical and umlaut characters simply doesn't work in rev studio. the only solution that crossed my mind is to manualy change charcters when typing unde...
- Thu Apr 10, 2008 7:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: international characters in revolution studio?
- Replies: 8
- Views: 6062
i can't belive nobody uses revolution products without using their own national characters like german, french, etc. does nobody have this problem with typing in these characters into revolution studio fields? the only thing that crossed my mind to solve it is to manualy transform characters using s...
- Mon Apr 07, 2008 8:36 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: international characters in revolution studio?
- Replies: 8
- Views: 6062
international characters in revolution studio?
i tried to search the forum, but haven't found good anwser. my prob is that i can't use international characters in revolution studio (polish one), even after setting the text field font to CE. the key combination i normally use in windows to type polish specific characters, crtl+alt+character or ri...