[Gambas-user] Clear do not work in gb.settings

Charlie Reinl Karl.Reinl at ...2345...
Wed Dec 24 14:59:09 CET 2014


Salut Benoît,

Clear do not work in gb.settings

  ' create and save it 
  hSettings["Charlie/Login"] = "ToTo"
  hSettings.Save()
  ' clear and save it
  hSettings.Clear("Charlie/Login")  ' don't work, not found 
  hSettings.Save()
  ' clear and save it
  hSettings.Clear("Charlie")   ' don't work, found, removed
  hSettings.Save() ' on save reloaded by "Sub Load()" from file
  
attached the gb.settings from rev 6753 with my Test

[System]
Gambas=3.6.90
OperatingSystem=Linux
Kernel=3.2.0-74-generic
Architecture=x86
Distribution=Ubuntu 12.04.5 LTS
Desktop=GNOME
Theme=QPlastique
Language=de_DE.UTF-8
Memory=3025M
[Libraries]
Cairo=libcairo.so.2.11000.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: gb.settings.Buggy-3.6.90.tar.gz
Type: application/x-compressed-tar
Size: 9978 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20141224/ba178d33/attachment.bin>


More information about the User mailing list