Does the built-in zoom function work in your latest ab/firefox engine?AEN007 wrote:5December2011
I am using AvB2012ß8 USB version.
The MFF zoom plugin does not work.
The built-in AvB zoom only works on IE6 rendered pages.
I have had the issues described in this thread & elsewhere ...
re AvB2012
Moderators: Support Staff², Support Staff, AvantGuard, Developer
-
- Support Staff
- Posts: 3118
- Joined: Mon Dec 11, 2006 2:10 am
- Windows Version: windows sp3 2003 vista win7
- Avant Version: Latest release
- IE Version: IE9 8 7
- Location: Beijing China
Re: re AvB2012

Please provide the following information before reporting problems:
Avant Version; System(also point out it is a 32 or 64-bit OS);IE; Memory Size; CPU Speed;
Optional: Firewall; Graphics Card
For the problems hard to replay, could you add me into your MSN or Skype list if you use either of them? The advantage is that you can let us know the situation in the first place by making some screenshots, sharing your screen or explaining the specific problems more clearly when they happen.
E-mail: Jasmine#avantbrowser.com(please repalce # with @)
MSN: dishmoon#msn.com
Skype: JasmineThunder
- AEN007
- Semi-Fan
- Posts: 70
- Joined: Tue Nov 15, 2011 4:47 pm
- Windows Version: XP
- Avant Version: latest/current USB v
- IE Version: 6 (won't up to 8)
Re: re AvB2012
14May2012AEN007 wrote:According to the following»Jasmine wrote:This problem is already recorded. We will let you know if it gets fixed.AEN007 wrote: Nothing has changed regarding the AvB Gecko profile read/writes from/to C:\Documents and Settings - ...AvB told NO ONE about having published a fix for this problem ...bigC wrote:See here, http://forum.avantbrowser.com/viewtopic ... 13#p183213
Now that AvB has fixed this issue, I would like to tweak my Profiles.ini file
to make my AvB (USB/portable) completely portable.
Code: Select all
[Profile0]
Name=default
IsRelative=0
Path=S:\Avant\profiles\gecko\ppppppp.default
then what "syntax" should I use for "Path="?
-
- Support Staff
- Posts: 3118
- Joined: Mon Dec 11, 2006 2:10 am
- Windows Version: windows sp3 2003 vista win7
- Avant Version: Latest release
- IE Version: IE9 8 7
- Location: Beijing China
Re: re AvB2012
You don't have to modify the profile.ini. You only have to change the profile path here,
Tools->Avant Browser Options...->Profile->Please choose the profile folder:
The profile.ini will change automatcially.
Tools->Avant Browser Options...->Profile->Please choose the profile folder:
The profile.ini will change automatcially.

Please provide the following information before reporting problems:
Avant Version; System(also point out it is a 32 or 64-bit OS);IE; Memory Size; CPU Speed;
Optional: Firewall; Graphics Card
For the problems hard to replay, could you add me into your MSN or Skype list if you use either of them? The advantage is that you can let us know the situation in the first place by making some screenshots, sharing your screen or explaining the specific problems more clearly when they happen.
E-mail: Jasmine#avantbrowser.com(please repalce # with @)
MSN: dishmoon#msn.com
Skype: JasmineThunder
- AEN007
- Semi-Fan
- Posts: 70
- Joined: Tue Nov 15, 2011 4:47 pm
- Windows Version: XP
- Avant Version: latest/current USB v
- IE Version: 6 (won't up to 8)
Re: re AvB2012
15May2012
I hope someone will reply and answer my question ...
Avant Browser options give no options regarding making the Gecko profile location "relative" ...
I hope someone will reply and answer my question ...
The profile.ini file is for the Gecko engine.AEN007 wrote:14May2012
Now that AvB has fixed this issue, I would like to tweak my Profiles.ini file
to make my AvB (USB/portable) completely portable.If I change "IsRelative" from 0 to 1,Code: Select all
[Profile0] Name=default IsRelative=0 Path=S:\Avant\profiles\gecko\ppppppp.default
then what "syntax" should I use for "Path="?
Avant Browser options give no options regarding making the Gecko profile location "relative" ...
Re: re AvB2012
AEN007 wrote:If I change "IsRelative" from 0 to 1, then what "syntax" should I use for "Path="? The profile.ini file is for the Gecko engine. Avant Browser options give no options regarding making the Gecko profile location "relative" ...
Code: Select all
[Profile0]
Name=default
IsRelative=1
Path=Profiles/01234567.default
I am not a member of the Avant / Orca development team
Please search this forum / the Wiki before posting questions
Forum Rules | Frequently Asked Questions | Active Topics
Please search this forum / the Wiki before posting questions
Forum Rules | Frequently Asked Questions | Active Topics
-
- AvantGuard
- Posts: 7244
- Joined: Thu Jan 30, 2003 10:40 pm
- Windows Version: 10
- Avant Version: 2016 Build 1
- Default engine: Firefox
- IE Version: 11
- Skin: Crystal
- Location: New York
Re: re AvB2012
Whats up kudos?
What exactly does changing that setting do? Just curious
What exactly does changing that setting do? Just curious
Re: re AvB2012
Hey bigC, sorry that I've not been about much lately, just been busy with life.bigC wrote:Whats up kudos?
But you're doing a sterling job in my absence, mate, Mr Reliable ;-)
It allows you to run Avant on a portable device by pointing to the profile in a relative/local way.bigC wrote:What exactly does changing that setting do? Just curious
For example, with IsRelative=0 you have to provide a full path such as:
Code: Select all
X:\Avant\profiles\.default\gecko\Profiles\00000000.default
Code: Select all
Profiles/00000000.default
The only remaining portability issue is to tell Avant where to put its cache files (currently in the user's local profile).
I may get around to doing a similar utility like OrcaXtra, once Anderson fixes the -runextra bug.
I am not a member of the Avant / Orca development team
Please search this forum / the Wiki before posting questions
Forum Rules | Frequently Asked Questions | Active Topics
Please search this forum / the Wiki before posting questions
Forum Rules | Frequently Asked Questions | Active Topics
- AEN007
- Semi-Fan
- Posts: 70
- Joined: Tue Nov 15, 2011 4:47 pm
- Windows Version: XP
- Avant Version: latest/current USB v
- IE Version: 6 (won't up to 8)
Re: re AvB2012
17May2012
Also, no "Relative Path" entries I made to Profiles.ini would make AvB read the Gecko profile
when the Gecko profile folder was directly under the Profiles directory.
Profiles.ini is now (no longer under Documents & Settings) under Profiles\.default\Gecko (see previous posts).
I had to move ppppppp.default from Profiles\Gecko to Profiles\.default\Gecko and make Profiles.ini say,
So it seems to me that "IsRelative" is calculated with reference to the Profiles.ini location -
which is under Profiles\.default\Gecko ...
Seems to me AvB should enable configuring this Profiles.ini file via the GUI - which it seems to me is now not possible.kudos wrote:The only remaining portability issue is ...
Also, no "Relative Path" entries I made to Profiles.ini would make AvB read the Gecko profile
when the Gecko profile folder was directly under the Profiles directory.
Profiles.ini is now (no longer under Documents & Settings) under Profiles\.default\Gecko (see previous posts).
I had to move ppppppp.default from Profiles\Gecko to Profiles\.default\Gecko and make Profiles.ini say,
Code: Select all
Name=default
IsRelative=1
Path=ppppppp.default
which is under Profiles\.default\Gecko ...
- AEN007
- Semi-Fan
- Posts: 70
- Joined: Tue Nov 15, 2011 4:47 pm
- Windows Version: XP
- Avant Version: latest/current USB v
- IE Version: 6 (won't up to 8)
Re: re AvB2012
The AvB USB vesion is STILL NOT a portable browser. This is ridiculous.kudos wrote:... remaining portability issue is to tell Avant where to put its cache files (currently in the user's local profile).
Before AvB had to read from C:\Documents and Settings\User\Local Settings\Application Data\Mozilla\Avant.
Now the AvB "relativity" via Profiles.ini does not work "as advertised" (see previously/above) AND
AvB now WRITES to C:\Documents and Settings\User\Local Settings\Application Data\Mozilla\Avant
when IsRelative=1. Seems to me AvB should get this right once & for all ...
and let users know when changes have been made ...
-
- Support Staff
- Posts: 3118
- Joined: Mon Dec 11, 2006 2:10 am
- Windows Version: windows sp3 2003 vista win7
- Avant Version: Latest release
- IE Version: IE9 8 7
- Location: Beijing China
Re: re AvB2012
when IsRelative=1, remove the Avant folder in C:\Documents and Settings\User\Local Settings\Application Data\Mozilla, will you see a new Avant gets created in the same directory?AEN007 wrote: AvB now WRITES to C:\Documents and Settings\User\Local Settings\Application Data\Mozilla\Avant
when IsRelative=1. Seems to me AvB should get this right once & for all ...
and let users know when changes have been made ...

Please provide the following information before reporting problems:
Avant Version; System(also point out it is a 32 or 64-bit OS);IE; Memory Size; CPU Speed;
Optional: Firewall; Graphics Card
For the problems hard to replay, could you add me into your MSN or Skype list if you use either of them? The advantage is that you can let us know the situation in the first place by making some screenshots, sharing your screen or explaining the specific problems more clearly when they happen.
E-mail: Jasmine#avantbrowser.com(please repalce # with @)
MSN: dishmoon#msn.com
Skype: JasmineThunder
- AEN007
- Semi-Fan
- Posts: 70
- Joined: Tue Nov 15, 2011 4:47 pm
- Windows Version: XP
- Avant Version: latest/current USB v
- IE Version: 6 (won't up to 8)
Re: re AvB2012
YES
-
- Support Staff
- Posts: 3118
- Joined: Mon Dec 11, 2006 2:10 am
- Windows Version: windows sp3 2003 vista win7
- Avant Version: Latest release
- IE Version: IE9 8 7
- Location: Beijing China
Re: re AvB2012
I have installed avant usb version, I don't have this problem. Are you sure you don't use a previous version of avant browser(check Help->About Avant Browser...)? You'd better search in your computer "avant", and remove all directories containing avant.exe and re-install the Avant usb version.
You can do a test, remove the avant folder under C:\Documents and Settings\User\Local Settings\Application Data\Mozilla, and start avant usb version, see whether any setting gets changed.
You can do a test, remove the avant folder under C:\Documents and Settings\User\Local Settings\Application Data\Mozilla, and start avant usb version, see whether any setting gets changed.

Please provide the following information before reporting problems:
Avant Version; System(also point out it is a 32 or 64-bit OS);IE; Memory Size; CPU Speed;
Optional: Firewall; Graphics Card
For the problems hard to replay, could you add me into your MSN or Skype list if you use either of them? The advantage is that you can let us know the situation in the first place by making some screenshots, sharing your screen or explaining the specific problems more clearly when they happen.
E-mail: Jasmine#avantbrowser.com(please repalce # with @)
MSN: dishmoon#msn.com
Skype: JasmineThunder
- AEN007
- Semi-Fan
- Posts: 70
- Joined: Tue Nov 15, 2011 4:47 pm
- Windows Version: XP
- Avant Version: latest/current USB v
- IE Version: 6 (won't up to 8)
Re: re AvB2012
8June2012
Maybe your config of AvB USB is not really "relative".
I previously posted regarding problems with making AvB USB "relative".
When AvB USB uses an absolute Gecko Profile path, it does not write to c:\D&S...
Kudos also posted regarding this problem of AvB USB writing to c:\D&S\...
Maybe your config of AvB USB is not really "relative".
I previously posted regarding problems with making AvB USB "relative".
When AvB USB uses an absolute Gecko Profile path, it does not write to c:\D&S...
Kudos also posted regarding this problem of AvB USB writing to c:\D&S\...
Ask Kudos about it ...kudos wrote:The only remaining portability issue is to tell Avant where to put its cache files (currently in the user's local profile).
I may get around to doing a similar utility like OrcaXtra, once Anderson fixes the -runextra bug.
-
- Support Staff
- Posts: 3118
- Joined: Mon Dec 11, 2006 2:10 am
- Windows Version: windows sp3 2003 vista win7
- Avant Version: Latest release
- IE Version: IE9 8 7
- Location: Beijing China
Re: re AvB2012
I have installed my avant usb version to d:\avant
Then I have D:\avant\profiles\.default\gecko\profiles.ini
I start avant browser usb version and install an extension like roboform addon, I don't see Avant folder created under
%appdata%/mozilla
On the contrary, I see under the following folder a newly created file xpirftoolbar@roboform.com.xpi.
D:\avant\profiles\.default\gecko\Profiles\74roarsz.default\extensions
As you reported, the file should have been created into %appdata%/mozilla/avant/...
Right?
Then I have D:\avant\profiles\.default\gecko\profiles.ini
Code: Select all
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=1
Path=Profiles/74roarsz.default
%appdata%/mozilla
On the contrary, I see under the following folder a newly created file xpirftoolbar@roboform.com.xpi.
D:\avant\profiles\.default\gecko\Profiles\74roarsz.default\extensions
As you reported, the file should have been created into %appdata%/mozilla/avant/...
Right?

Please provide the following information before reporting problems:
Avant Version; System(also point out it is a 32 or 64-bit OS);IE; Memory Size; CPU Speed;
Optional: Firewall; Graphics Card
For the problems hard to replay, could you add me into your MSN or Skype list if you use either of them? The advantage is that you can let us know the situation in the first place by making some screenshots, sharing your screen or explaining the specific problems more clearly when they happen.
E-mail: Jasmine#avantbrowser.com(please repalce # with @)
MSN: dishmoon#msn.com
Skype: JasmineThunder
- AEN007
- Semi-Fan
- Posts: 70
- Joined: Tue Nov 15, 2011 4:47 pm
- Windows Version: XP
- Avant Version: latest/current USB v
- IE Version: 6 (won't up to 8)
Re: re AvB2012
NO ...Jasmine wrote:As you reported, the file should have been created into %appdata%/mozilla/avant/...
Right?
as Kudos posted - AvB (when ACTUALLY functioning as relative) will write some/certain (but not all) files to
C:\Documents and Settings\USER\Local Settings\Application Data\Mozilla\Avant
My experience (as I previously posted) was that just because "IsRelative=1" & a path are specified in the profiles.ini file
doesn't mean AvB is actually functioning with a relative path profile.
Ask Kudos about the issue Kudos posted ...
Re: re AvB2012
You need to set the location of the Mozilla engine cache folder.
- Browse to about:config
- Continue past the warning message
- Right click the bottom panel
- Select: New >> String
- Set the preference name to: browser.cache.disk.parent_directory
- Set the value to a folder such as: C:\Temp\
- Restart Avant Browser
The cache files will now be stored in the specified folder.
You can delete the other unwanted folder.
The location of the cache files can be found by browsing to: about:cache
- Browse to about:config
- Continue past the warning message
- Right click the bottom panel
- Select: New >> String
- Set the preference name to: browser.cache.disk.parent_directory
- Set the value to a folder such as: C:\Temp\
- Restart Avant Browser
The cache files will now be stored in the specified folder.
You can delete the other unwanted folder.
The location of the cache files can be found by browsing to: about:cache
I am not a member of the Avant / Orca development team
Please search this forum / the Wiki before posting questions
Forum Rules | Frequently Asked Questions | Active Topics
Please search this forum / the Wiki before posting questions
Forum Rules | Frequently Asked Questions | Active Topics
- AEN007
- Semi-Fan
- Posts: 70
- Joined: Tue Nov 15, 2011 4:47 pm
- Windows Version: XP
- Avant Version: latest/current USB v
- IE Version: 6 (won't up to 8)
Re: re AvB2012
13June2012
AvB's pathing of the cache folder will still NOT be relative ...
As far as I can tell this is NOT a solution because AvB will still NOT be relative.kudos wrote:You need to set the location of the Mozilla engine cache folder.
- Set the value to a folder such as: C:\Temp\
AvB's pathing of the cache folder will still NOT be relative ...
-
- Support Staff
- Posts: 3118
- Joined: Mon Dec 11, 2006 2:10 am
- Windows Version: windows sp3 2003 vista win7
- Avant Version: Latest release
- IE Version: IE9 8 7
- Location: Beijing China
Re: re AvB2012
Hello Kudos,kudos wrote: The only remaining portability issue is to tell Avant where to put its cache files (currently in the user's local profile).
I may get around to doing a similar utility like OrcaXtra, once Anderson fixes the -runextra bug.
How are you?
I didn't read this detail.
Running avant browser usb version makes the avant profiles created in %appdata%. But I only see common.ini created after changing the interface language. What else were saved there?
What -runextra did you refer to?
The problem here?
http://forum.avantforce.com/viewtopic.p ... 8&p=184212

Please provide the following information before reporting problems:
Avant Version; System(also point out it is a 32 or 64-bit OS);IE; Memory Size; CPU Speed;
Optional: Firewall; Graphics Card
For the problems hard to replay, could you add me into your MSN or Skype list if you use either of them? The advantage is that you can let us know the situation in the first place by making some screenshots, sharing your screen or explaining the specific problems more clearly when they happen.
E-mail: Jasmine#avantbrowser.com(please repalce # with @)
MSN: dishmoon#msn.com
Skype: JasmineThunder
-
- Support Staff
- Posts: 3118
- Joined: Mon Dec 11, 2006 2:10 am
- Windows Version: windows sp3 2003 vista win7
- Avant Version: Latest release
- IE Version: IE9 8 7
- Location: Beijing China
Re: re AvB2012
AEN007 wrote: as Kudos posted - AvB (when ACTUALLY functioning as relative) will write some/certain (but not all) files to
C:\Documents and Settings\USER\Local Settings\Application Data\Mozilla\Avant
I don't know why it's saved into C:\Documents and Settings\USER\Local Settings\Application Data\Mozilla\Avant in your machine, but it can confirm there is a bug here now.

Please provide the following information before reporting problems:
Avant Version; System(also point out it is a 32 or 64-bit OS);IE; Memory Size; CPU Speed;
Optional: Firewall; Graphics Card
For the problems hard to replay, could you add me into your MSN or Skype list if you use either of them? The advantage is that you can let us know the situation in the first place by making some screenshots, sharing your screen or explaining the specific problems more clearly when they happen.
E-mail: Jasmine#avantbrowser.com(please repalce # with @)
MSN: dishmoon#msn.com
Skype: JasmineThunder
- AEN007
- Semi-Fan
- Posts: 70
- Joined: Tue Nov 15, 2011 4:47 pm
- Windows Version: XP
- Avant Version: latest/current USB v
- IE Version: 6 (won't up to 8)
Re: re AvB2012
5July2012
When I have many tabs open and want a tab at the start of the list,
I have to hit "m" to jump down to the top of the list of open tabs.
It would be MUCH BETTER if the "Windows" menu item assigned &hotkeys to each open tab ...
Yesterday I identified the lines that have been added to the standard euk.lng
since I customized my EUK.lng and copied those new lines into my EUK.lng file.
When I switch from EUK.lng to English (US), under &File there is &Exit -
but in the standard eng.lng (from AvB175) there is no &Exit entry.
There is»... so it seems AvB is NOT using eng.lng when I switch from EUK.lng ...
I should be able to customize the eng.lng (instead of the EUK.lng) file and then use it,
but so far it seems AvB does not use the eng.lng file ...
Under the &Window command, there is "More" right above the list of all the open tabs.AEN007 wrote:I would like to reiterate the above point and add the following»AEN007 wrote:2) It would be nice if AvB had an MRU Ctrl-Tab popup.
The MFF add-on I use in MFF does not work at all in AvB.
It would be nice if the "Windows" menu item assigned &hotkeys to each open tab ...
that would be a quick-fix for the lacking MRU Ctrl-Tab popup.
Same goes for the list of "Recently open pages" ...
When I have many tabs open and want a tab at the start of the list,
I have to hit "m" to jump down to the top of the list of open tabs.
It would be MUCH BETTER if the "Windows" menu item assigned &hotkeys to each open tab ...
I have been using (a customized) EUK.lng by default.Jasmine wrote:If the default language is English United States, after starting ab,AEN007 wrote: I download/use the Avant2012 USB version.
I was using the default eng.lng file (English-US).
(I didn't realize I could tweak that - or any .lng file how I would like.)
Anyway, the eng.lng file entry is &Tools, but my AvB displays Tools.
I changed Exit to E&xit in eng.lng, but AvB still only displayed Exit not Exit.
I switched to euk.lng, and AvB switched to Tools.
I changed Exit to E&xit in euk.lng, and AvB now displays Exit not Exit;
so I am going to full customize & use the euk.lng file.
I guess there is some bug with the eng.lng file ...
it uses the language integrated to the program(there is template integrated to the program
same as the eng.lng under the directory Lang).
After switching to other languages and switching back, it will call the eng.lng save in the disk.
I assume that's why it can't recognize the modification.
Yesterday I identified the lines that have been added to the standard euk.lng
since I customized my EUK.lng and copied those new lines into my EUK.lng file.
When I switch from EUK.lng to English (US), under &File there is &Exit -
but in the standard eng.lng (from AvB175) there is no &Exit entry.
There is»
Code: Select all
lvOptionListItem20=Exit
actExit_C=Exit
actExit_H=Exit
actExit_C=Exit
I should be able to customize the eng.lng (instead of the EUK.lng) file and then use it,
but so far it seems AvB does not use the eng.lng file ...