search for: edittext

Displaying 20 results from an estimated 21 matches for "edittext".

2007 Oct 14
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h
...dec/swfdec_xml.h | 12 ++++++++---- 7 files changed, 52 insertions(+), 34 deletions(-) New commits: commit 5272df32bbe0ad08d920a5c3e4342aab8c4572e8 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Oct 14 15:08:57 2007 +0300 Get only the name of the font from EditText tag, not SwfdecFont diff --git a/libswfdec/swfdec_text_field.c b/libswfdec/swfdec_text_field.c index fabddb2..2f38d85 100644 --- a/libswfdec/swfdec_text_field.c +++ b/libswfdec/swfdec_text_field.c @@ -62,6 +62,8 @@ swfdec_text_field_dispose (GObject *object) text->text_input = NULL; g_fre...
2007 May 31
2
policy files
...dim CLASS USER CATEGORY "Custom Folder Redirection" KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" POLICY "Custom Internet Cookies Folder" PART "Path to User's Internet Cookies Folder" EDITTEXT REQUIRED EXPANDABLETEXT DEFAULT "Z:\Cookies" VALUENAME "Cookies" END PART END POLICY POLICY "Custom Internet Favorites Folder" PART "Path to User's I...
2007 Oct 14
0
10 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...diff --git a/libswfdec/swfdec_text_field_movie_as.c b/libswfdec/swfdec_text_field_movie_as.c index 8d7389a..8a08dd2 100644 --- a/libswfdec/swfdec_text_field_movie_as.c +++ b/libswfdec/swfdec_text_field_movie_as.c @@ -677,10 +677,12 @@ swfdec_text_field_movie_createTextField (SwfdecAsContext *cx, edittext->indent = 0; edittext->leading = 0; - edittext->graphic.extents.x0 = x; - edittext->graphic.extents.x1 = x + width; - edittext->graphic.extents.y0 = y; - edittext->graphic.extents.y1 = y + height; + edittext->graphic.extents.x0 = SWFDEC_DOUBLE_TO_TWIPS (x); + edittex...
2003 Mar 04
1
Windows 2K/XP Profile/Homedir replication issue?
Hey there, Just a question for you Samba 2.2.x gurus out there :) We have a contingent (a steadily increasing contingent) of Win2K and WinXP workstations. Does anyone here know how to stop the profiles from replicating? If we create a file in the profile dir, say \\PDC\UserHome\profile.doc. It will replicate that to the profile directory, while one file or two files are not a problem, we use
2007 Oct 28
1
test/trace
...race/text-field-init-native-5.swf.trace b/test/trace/text-field-init-native-5.swf.trace new file mode 100644 index 0000000..80b01f7 --- /dev/null +++ b/test/trace/text-field-init-native-5.swf.trace @@ -0,0 +1,2 @@ +Test whether native properties of TextField are initialized if the movie contains an EditText tag +undefined diff --git a/test/trace/text-field-init-native-6.swf b/test/trace/text-field-init-native-6.swf new file mode 100644 index 0000000..82ea798 Binary files /dev/null and b/test/trace/text-field-init-native-6.swf differ diff --git a/test/trace/text-field-init-native-6.swf.trace b/test/tra...
2007 Sep 17
2
ntp policy example question
...r for my windows xp clients I'm not able to come to an understandable solution (due probably to my lack in windows knowledge) I found this in samba archives: CLASS MACHINE CATEGORY !!Time POLICY !!NTPServer KEYNAME SYSTEM\CurrentControlSet\Services\W32Time\Parameters PART !!NTP_SERVER EDITTEXT VALUENAME "NtpServer" END PART PART !!SERVERTYPE EDITTEXT VALUENAME "type" END PART END POLICY END CATEGORY ; Time [Strings] Time="Time Servers" NTPServer="NTP Server" NTP_SERVER="NTP Server address" SERVERTYPE="Server Type (ntp...
2002 Nov 24
1
W2k Clients using modified 'Shell Folders'/'User Shell Folders'...
Hello samba people, is there anybody who got users logins with modified Shell Folders or User Shell Folders registry keys working with W2k-Clients ? After trying to get this to work for about a week, I'm really stuck.... :( Bye, Axel -- ,gis siht no noitpyrcne eht gnikaerb yB .liaj ot oG .ACMD eht detaloiv evah uoy
2002 Feb 26
0
few idea about dealing with "Large Roaming Profiles"
...PART "Use proxy server" CHECKBOX DEFCHECKED VALUENAME "ProxyEnable" VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END PART PART "address of proxy server" EDITTEXT VALUENAME "ProxyServer" END PART PART "specify as proxy.domain.com:1234" TEXT END PART END POLICY POLICY "Home page" KEYNAME "Software\Microsoft\Internet Explorer\Main" PART...
2004 Oct 13
2
time server directive and synchronizing Win XP clients
Hi all! I have configured a Samba PDC (3.0.7) on a Fedora Core 2 machine with LDAP authentication (conform http://samba.idealx.org/smbldap-howto.en.html). I have about 180 Windows XP Pro clients using this PDC to log onto the domain, which works great! However I seem to have trouble synchronizing the time on the clients to the time on the server. The users (in group Domain Users) do not have
2005 Oct 01
8
Ajax.InPlaceEditor on Safari & Firefox
Hi, I''ve downloaded the latest svn trunk and was glad to see that Ajax.InPlaceEditor forms can now be correctly submitted on Safari as well, with the server response being correctly displayed as well. The problem is, however, that clicking again on the same element (after sumbitting it first) will duplicate the submit form. The next attempt will triplicate it etc, etc... Could
2007 Nov 01
0
4 commits - libswfdec/swfdec_sound_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/crashfinder.c test/Makefile.am
...0..673600e 100644 --- a/libswfdec/swfdec_text_field_movie_as.c +++ b/libswfdec/swfdec_text_field_movie_as.c @@ -1225,6 +1225,7 @@ swfdec_text_field_movie_createTextField (SwfdecAsContext *cx, movie = swfdec_movie_new (SWFDEC_PLAYER (cx), depth, parent, parent->resource, SWFDEC_GRAPHIC (edittext), name); g_assert (SWFDEC_IS_TEXT_FIELD_MOVIE (movie)); + g_object_unref (edittext); swfdec_movie_initialize (movie); swfdec_movie_update (movie); commit a6df2d3a6f3d95846b9a0b516f2d1479ca208eb9 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Oct 31 19:08:43 2007 +0200...
2009 Apr 09
7
Test: patch to add adva,ced d3d settings in winecfg
Hello everybody... My patch to add advanced d3d settings in winecfg is almost ready. In fact, i only have to figure out how to detect video memory size to display it when no key is set to force it or to reset. Stefan D told me to use DirectDraw, but i wouldn't find. So that is the last thing (except some better naming...) to do for this patch. Everything works well and i would like some
2004 Sep 30
1
ntconfig.pol not loaded
hi samba community and team ! I' m playing with policies under win2k/samba3/ntconfig.pol/poledit It worked at first, but now seems my win2k test machine doesn't want to load the ntconfig.pol located into \\mysmbpdc\netlogon I've seen some threads about the same prob. but none with a solution. I know there is a project with an "editreg" tool planned. But for now I would like
2005 Feb 15
6
Windows update
Hi! How do you guys solve windows security updates? Is there a way to force windows computers to be updated. Even more flexible is if one can update windows through login script. Peter Nyberg Institutionen f?r Biokemi och Biofysik (DBB) Sv.Arrhenius v?gen 12 106 91 Stockholm Tel: 08-16 24 69 Mobil: 070 339 24 69 Fax 08 153679
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):
2005 Mar 11
2
Creating Custom System Policy Templates
Has anyone looked into creating custom templates for Microsoft's System Policy editor ? I like the idea of managing workstations through the NTConfig.POL file, but the included templates are quite a bit outdated. Does anyone know if it would be worth-while to take the time and create an updated Template to add policies to manage newer features of Windows 2000/XP through the NTConfig.POL
2007 Oct 22
0
12 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...t_index < 0) return; - end_index = MIN (end_index, (int)strlen (text->text_display)); + end_index = MIN (end_index, (int)text->input->len); if (end_index < start_index) return; @@ -1111,7 +1110,7 @@ swfdec_text_field_movie_createTextField (SwfdecAsContext *cx, edittext = g_object_new (SWFDEC_TYPE_TEXT_FIELD, NULL); edittext->html = FALSE; - edittext->input = FALSE; + edittext->editable = FALSE; edittext->password = FALSE; edittext->selectable = TRUE; edittext->font = NULL; // FIXME commit 4a93d286003fdf5b8a3db1f4d2eed3412b2bb6b3 Au...
2007 Oct 14
0
3 commits - doc/Makefile.am libswfdec/swfdec_text_field_movie_as.c
..._movie_as.c | 304 ++++++++++++++++++++++----------- 2 files changed, 205 insertions(+), 103 deletions(-) New commits: commit 0d49e6e7e7c5b80fd12e3d117593a10848688a89 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Oct 14 17:43:27 2007 +0300 Update doc/Makefile.am to handle edittext to text_field rename diff --git a/doc/Makefile.am b/doc/Makefile.am index 44bf0e4..bb67895 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -84,8 +84,8 @@ IGNORE_HFILES= \ swfdec_debugger.h \ swfdec_decoder.h \ swfdec_draw.h \ - swfdec_edittext.h \ - swfdec_edittext_movie.h \ + swfdec_t...
2007 Oct 29
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h
...diff --git a/libswfdec/swfdec_text_field_movie_as.c b/libswfdec/swfdec_text_field_movie_as.c index 9f7cf46..3436ffb 100644 --- a/libswfdec/swfdec_text_field_movie_as.c +++ b/libswfdec/swfdec_text_field_movie_as.c @@ -1191,7 +1191,7 @@ swfdec_text_field_movie_createTextField (SwfdecAsContext *cx, edittext->border = FALSE; edittext->size = 240; // FIXME: Correct? - edittext->text_input = NULL; + edittext->input = NULL; edittext->variable = NULL; edittext->color = 0; edittext->align = SWFDEC_TEXT_ALIGN_LEFT; diff --git a/test/dump.c b/test/dump.c index b66f8fc..38a...
2007 Oct 18
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...fdec/swfdec_text_field_movie_as.c b/libswfdec/swfdec_text_field_movie_as.c index f750448..9d5c71c 100644 --- a/libswfdec/swfdec_text_field_movie_as.c +++ b/libswfdec/swfdec_text_field_movie_as.c @@ -953,6 +953,7 @@ swfdec_text_field_movie_createTextField (SwfdecAsContext *cx, SWFDEC_GRAPHIC (edittext), name); g_assert (SWFDEC_IS_TEXT_FIELD_MOVIE (movie)); swfdec_movie_initialize (movie); + swfdec_movie_update (movie); swfdec_as_object_get_variable (cx->global, SWFDEC_AS_STR_TextField, &val); if (!SWFDEC_AS_VALUE_IS_OBJECT (&val)) commit d82e0f10ad95f99807e49975e05662ff...