Problem with Unicode

2006-05-08 Thread RH
Russian-English Learning Stack This applies to the Windows version. I have not tested any other version. I want to build a language learning software that uses various methods and a lot of multimedia to teach Russian language. Unicode support is needed. I found that entering Cyrillic language

XML looping

2005-06-21 Thread RH
I"ve decided to try using XML to hold my variables for an application I'm going to write. I want to simply list the name of the service, status, and messages in a text field in the window after reading in the file. I want to not worry about the number of services in the file. If I add one then t

Tiling Images

2003-11-01 Thread RH
Hi all: Below is the code I use which makes a nice column of images. repeat with x = 1 to myvara put directory &"/" & line x of myfilelist into myPath create image "myimage" & x in group "large_group" put "myimage" & x into newName set the location of image newName to 100,((115*x)) set the filena

Image Location Problem

2003-10-21 Thread RH
I'm loading a list of files from a folder. Once I have the list I iterate over the list and place the images into a scrolling group. However the first image always defies my "set the location" line. Example included: myimage1 ends up at 76,30 myimage2 ends up at 100,200 myimage3 ends up at 100,3

Image Location Problem

2003-10-20 Thread RH
I'm loading a list of files from a folder. Once I have the list I iterate over the list and place the images into a scrolling group. However the first image always defies my "set the location" line. Example included: myimage1 ends up at 76,30 myimage2 ends up at 100,200 myimage3 ends up at 100,3