Re: lingo-l Testing whether the .day portion of a date object is aparticular day of the week.

2001-06-06 Thread dietrich roland pehlke
hello gene maybe the following function will help you a littel bit: on Get_Day_of_the_Week theYear, theMonth, theDay, theLanguage is_leap_year = #false dL = [31,28,31,30,31,30,31,31,30,31,30,31] if (theYear mod 4 = 0) then if ( (theYear mod 100 0) or (theYear mod 400 = 0) ) then

Re: lingo-lLineheight URGENT

2001-05-17 Thread dietrich roland pehlke
hello magnus use +the fixedLineSpace+ to set the #lineheight of the text member: on mouseEnter me member(40).fixedLineSpace = 15 end on mouseLeave me member(40).fixedLineSpace = 11 end -- hope it helps regards dietrich [To remove yourself from this list, or to change to

Re: SV: lingo-lfinding castmembers ?

2000-10-05 Thread dietrich roland pehlke
hello magnus i'm not shure if i understand you correct: -- behavior of the sprite: property pOrgPos -- the orginal position of the sprite global gThe_List_with_the_unvisible_memberNames -- ["1001", "1002", "1003", "2003 A", ...] on beginSprite me -- get the orginal position me.pOrgPos

Re: lingo-l Fonts

2000-09-07 Thread dietrich roland pehlke
hello david afaik it isn't a "free-font" --- comes from "linotype" take a look at http://fonts.de/fonts/fonts_new_euro_h.html or https://www.fontexplorer.com/FontStore/FontStore.storefront/EN/product/15650261 hope it helps regards dietrich roland David Hagelthorn wrote: I am